Releases: insideapp-srl/flutter_supabase_chat_core
Releases · insideapp-srl/flutter_supabase_chat_core
v1.6.0
18 Jun 09:59
Compare
Sorry, something went wrong.
No results found
[1.6.0] - 2025-06-17
ℹ️ ℹ️ Recommended scheme migration ℹ️ ℹ️
Fixed
Fixed #29 update messages list after delete message
Fixed update room last message trigger
Dependencies
Upgraded supabase_flutter
to ^2.9.1
Upgraded meta
to ^1.16.0
Added web
^1.1.1
What's Changed
Full Changelog : v1.5.0...v1.6.0
v1.5.0
06 Feb 15:26
Compare
Sorry, something went wrong.
No results found
Upgrade supabase_flutter: ^2.8.3
What's Changed
Full Changelog : v1.4.3...v1.5.0
v1.4.3
26 Dec 17:16
Compare
Sorry, something went wrong.
No results found
[1.4.3] - 2024-12-26
ℹ️ ℹ️ Recommended scheme migration ℹ️ ℹ️
Improvement documentations.
Fixed
Fixed #25 Update chats.update_last_messages trigger to make sure it is only called for actual last message in case of update
Fixed #27 Error in room or message deletion query, a limit(1)
was incorrectly applied
What's Changed
fix: Update chats.update_last_messages trigger to make sure it is only called for actual last message in case of update by @lazy-geek in #25
Improvement documentations. by @rickypid in #24
New Contributors
Full Changelog : v1.4.2...v1.4.3
v1.4.2
30 Nov 13:37
Compare
Sorry, something went wrong.
No results found
[1.4.2] - 2024-11-30
Dependencies
Upgrade mine: '>=1.0.2 <3.0.0'
What's Changed
Full Changelog : v1.4.1...v1.4.2
v1.4.1
22 Nov 10:15
Compare
Sorry, something went wrong.
No results found
[1.4.1] - 2024-11-21
Fixed
Fixed #20 Chat creator role is null instead of admin
What's Changed
Full Changelog : v1.4.0...v1.4.1
v1.4.0
21 Nov 13:07
Compare
Sorry, something went wrong.
No results found
[1.4.0] - 2024-11-21
⚠️ ⚠️ Need schema migration ⚠️ ⚠️
Improvements
Now when we get the rooms the rooms_l
view is used so that we can get all the information without having to do multiple queries
Fixed
Fixed #20 Chat creator role is null instead of admin
Fixed online user status realtime subscription
What's Changed
Full Changelog : v1.3.2...v1.4.0
v1.3.2
13 Nov 18:34
Compare
Sorry, something went wrong.
No results found
[1.3.2] - 2024-11-13
Improve documentations
Fixed
Fixed schema chats
permission after view creation
What's Changed
Full Changelog : v1.3.1...v1.3.2
v1.3.1
12 Nov 12:46
Compare
Sorry, something went wrong.
No results found
[1.3.1] - 2024-11-12
Fixed
Fixed updateRoomList
sorting
What's Changed
Full Changelog : v1.3.0...v1.3.1
v1.3.0
12 Nov 10:24
Compare
Sorry, something went wrong.
No results found
[1.3.0] - 2024-11-04
@rickypid
⚠️ ⚠️ Some Breaking Changes ⚠️ ⚠️
New features
Added Rooms list pagination and searchable
Fixed
Security fix on RLS helper functions
What's Changed
Full Changelog : v1.2.0...v1.3.0
v1.2.0
31 Oct 15:48
Compare
Sorry, something went wrong.
No results found
[1.2.0] - 2024-10-31
⚠️ ⚠️ Some Breaking Changes ⚠️ ⚠️
New features
Added Users list pagination and searchable
Added Users typing status
Fixed
Fix database index e security fix on function