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
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
# Changelog
2
2
3
+
### 3.2.1 - July 11, 2025
4
+
5
+
### Core
6
+
7
+
- Update KotlinX Datetime to version `0.7.1` by @jan-tennert in https://github.com/supabase-community/supabase-kt/pull/995
8
+
- Update Ktor to version `3.2.1`
9
+
- Move plugins to its [own](https://github.com/supabase-community/supabase-kt-plugins) repository by @jan-tennert in https://github.com/supabase-community/supabase-kt/pull/955
10
+
- Added a Sketch integration
11
+
- In the future the versioning for the plugins will be separate from the main modules
12
+
13
+
### Functions
14
+
15
+
-Improve docs to put more context of the parameter when a function is renamed by @hieuwu in https://github.com/supabase-community/supabase-kt/pull/993
16
+
17
+
### Realtime
18
+
19
+
-Add presence enabled flag by @jan-tennert in https://github.com/supabase-community/supabase-kt/pull/996
0 commit comments