Skip to content

Releases: insideapp-srl/flutter_supabase_chat_core

v1.4.3

26 Dec 17:16
dc1b942
Compare
Choose a tag to compare

[1.4.3] - 2024-12-26

@rickypid

@lazy-geek

ℹ️ ℹ️ 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
a42a74d
Compare
Choose a tag to compare

[1.4.2] - 2024-11-30

@rickypid

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
9f2985b
Compare
Choose a tag to compare

[1.4.1] - 2024-11-21

@rickypid

@Parfyonator

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
d1b72c7
Compare
Choose a tag to compare

[1.4.0] - 2024-11-21

@rickypid

⚠️⚠️ 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
05cb266
Compare
Choose a tag to compare

[1.3.2] - 2024-11-13

@rickypid

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
45b70ee
Compare
Choose a tag to compare

[1.3.1] - 2024-11-12

@rickypid

Fixed

  • Fixed updateRoomList sorting

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

12 Nov 10:24
11bd88f
Compare
Choose a tag to compare

[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
80e1e92
Compare
Choose a tag to compare

[1.2.0] - 2024-10-31

@rickypid

⚠️⚠️ Some Breaking Changes ⚠️⚠️

New features

  • Added Users list pagination and searchable
  • Added Users typing status

Fixed

  • Fix database index e security fix on function

v1.1.0

26 Oct 15:34
4b5d150
Compare
Choose a tag to compare
  • Fixed update room call
  • Fixed Dart SDK version for Flutter 3.22.x (#9)
  • Updated dependencies

v1.0.0

19 Jun 17:33
b65056b
Compare
Choose a tag to compare

@rickypid

Fixed

  • Fixed schema migration (#3)
  • Fixed example theme variables, now support Flutter > 3.22.x