Skip to content

Commit 067ecc0

Browse files
committed
Update changelog
1 parent ebfbe83 commit 067ecc0

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
11
# Changelog
22

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
28+
29+
### 3.2.2 - July 19, 2025
430

531
### Core
632

0 commit comments

Comments
 (0)