File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 2.6 .0"
2
+ "." : " 2.7 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 2.7.0] ( https://github.com/supabase/supabase-swift/compare/v2.6.0...v2.7.0 ) (2024-04-16)
4
+
5
+
6
+ ### Features
7
+
8
+ * ** auth:** add ` getLinkIdentityURL ` ([ #342 ] ( https://github.com/supabase/supabase-swift/issues/342 ) ) ([ 202383d] ( https://github.com/supabase/supabase-swift/commit/202383d355dfaa9aab0e03680d9fedb9bdfc02d9 ) )
9
+ * ** auth:** add ` signInWithOAuth ` ([ #299 ] ( https://github.com/supabase/supabase-swift/issues/299 ) ) ([ 1290bcf] ( https://github.com/supabase/supabase-swift/commit/1290bcfb39fb156de0283888b47ba1532107f468 ) )
10
+ * expose PostgrestClient methods directly in SupabaseClient ([ #336 ] ( https://github.com/supabase/supabase-swift/issues/336 ) ) ([ aca50a5] ( https://github.com/supabase/supabase-swift/commit/aca50a557339f9872896b03988b737c56589fba7 ) )
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * ** postgrest:** race condition when executing request ([ #327 ] ( https://github.com/supabase/supabase-swift/issues/327 ) ) ([ 8063610] ( https://github.com/supabase/supabase-swift/commit/80636105e154a28f418f01f4af8b30987239b8f3 ) )
16
+ * ** postgrest:** race condition when setting fetchOptions and execute method call ([ #325 ] ( https://github.com/supabase/supabase-swift/issues/325 ) ) ([ 97d1900] ( https://github.com/supabase/supabase-swift/commit/97d1900d26272777f864803a0290573b39f47f00 ) )
17
+
3
18
## [ 2.6.0] ( https://github.com/supabase-community/supabase-swift/compare/2.5.1...v2.6.0 ) (2024-04-03)
4
19
5
20
Original file line number Diff line number Diff line change 1
- package let version = " 2.6 .0 " // {x-release-please-version}
1
+ package let version = " 2.7 .0 " // {x-release-please-version}
You can’t perform that action at this time.
0 commit comments