You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27-1Lines changed: 27 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,32 @@
1
1
# Changelog
2
2
3
-
### 3.3.2 - July 19, 2025
3
+
### 3.2.3 - September 11, 2025
4
+
5
+
### Core
6
+
7
+
- Update Kotlin to version `2.2.20` (**due to `kotlinx.browser` changes, using this or a higher version might be required**)
8
+
- Remove atomicfu, migrate Atomic lists/maps, coroutine improvements by @jan-tennert in https://github.com/supabase-community/supabase-kt/pull/1029
9
+
Removed atomicfu dependency completely, improvements to atomic references / lists
10
+
- Fix min loglevel by @sproctor in https://github.com/supabase-community/supabase-kt/pull/951
11
+
- Re-add serializers into the bom dependency by @jan-tennert in https://github.com/supabase-community/supabase-kt-plugins/commit/5e34081ac1855b22ea3cd52a07fe9820a6c7a6cd
12
+
13
+
### Postgrest
14
+
15
+
- make filter values comply with postrest rules by @sproctor in https://github.com/supabase-community/supabase-kt/pull/1036
16
+
You can now use reserved characters in requests
17
+
- Add overloads for Postgrest insert, upsert and update requests by @manriif in https://github.com/supabase-community/supabase-kt/pull/1034
18
+
You can now provide an already-serialized `JsonObject`/`JsonElement` to the `insert`/`upsert`/`update` methods
19
+
20
+
### Auth
21
+
22
+
- Unify Wasm JS and JS implementations by @jan-tennert in https://github.com/supabase-community/supabase-kt/pull/1043
23
+
24
+
### Realtime
25
+
26
+
- Split callbacks in the CallbackManager by @jan-tennert in https://github.com/supabase-community/supabase-kt/pull/1042
27
+
This **might** increase performance drastically for applications using a lot of (different) callbacks
0 commit comments