We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ecfa63f + 6bdfc1b commit 16e2a54Copy full SHA for 16e2a54
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+### 3.1.4 - April 1, 2025
4
+
5
+### All modules
6
7
+- Remove `sealed` modifier from interfaces where they are not needed (and prevent mocking in KMP) by @jan-tennert #883
8
9
+### Core
10
11
+- Fix custom serializer modules not being used in the `KotlinXSerializer` by @jan-tennert in #881
12
13
### 3.1.3 - March 17, 2025
14
15
### Auth
gradle.properties
@@ -11,5 +11,5 @@ org.jetbrains.compose.experimental.jscanvas.enabled=true
org.jetbrains.compose.experimental.wasm.enabled=true
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
-supabase-version = 3.1.3
+supabase-version = 3.1.4
base-group = io.github.jan-tennert.supabase
0 commit comments