Skip to content

Releases: insideapp-srl/flutter_supabase_chat_core

v1.6.0

18 Jun 09:59
1087cdd

Choose a tag to compare

[1.6.0] - 2025-06-17

@rickypid

ℹ️ ℹ️ 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
5b76782

Choose a tag to compare

Upgrade supabase_flutter: ^2.8.3

What's Changed

Full Changelog: v1.4.3...v1.5.0

v1.4.3

26 Dec 17:16
dc1b942

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

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

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

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

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

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

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

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