Changes
Core
- Update Kotlin to version
2.2.20(due tokotlinx.browserchanges, using this or a higher version might be required) - Remove atomicfu, migrate Atomic lists/maps, coroutine improvements by @jan-tennert in #1029
Removed atomicfu dependency completely, improvements to atomic references / lists - Fix min loglevel by @sproctor in #951
- Re-add serializers into the bom dependency by @jan-tennert in supabase-community/supabase-kt-plugins@5e34081
Postgrest
- make filter values comply with postrest rules by @sproctor in #1036
You can now use reserved characters in requests - Add overloads for Postgrest insert, upsert and update requests by @manriif in #1034
You can now provide an already-serializedJsonObject/JsonElementto theinsert/upsert/updatemethods
Auth
- Unify Wasm JS and JS implementations by @jan-tennert in #1043
Realtime
- Split callbacks in the CallbackManager by @jan-tennert in #1042
This might increase performance drastically for applications using a lot of (different) callbacks