Skip to content

Commit 5481122

Browse files
authored
Merge pull request #877 from supabase-community/v3.1.3
v3.1.3
2 parents 64d67aa + 2223703 commit 5481122

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### 3.1.3 - March 17, 2025
4+
5+
### Auth
6+
7+
- Fix JS/Wasm hash/code check and removal by @Sparky983 and @jan-tennert in https://github.com/supabase-community/supabase-kt/pull/875
8+
Hashes & PKCE codes should now be correctly checked for on WASM, and removed from the browser history after usage.
9+
310
### 3.1.2 - March 3, 2025
411

512
This version requires Ktor version `3.1.1` or higher.

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ org.jetbrains.compose.experimental.jscanvas.enabled=true
1111
org.jetbrains.compose.experimental.wasm.enabled=true
1212
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
1313

14-
supabase-version = 3.1.2
14+
supabase-version = 3.1.3
1515
base-group = io.github.jan-tennert.supabase

0 commit comments

Comments
 (0)