Releases: supabase/supabase-swift
Releases · supabase/supabase-swift
v2.34.0
2.34.0 (2025-10-07)
Features
- add support for broadcast replay configuration (#805) (8083464)
- auth: add OAuth 2.1 client admin endpoints (#809) (a2320ec)
- auth: introduce getClaims method to verify and extract JWT claims (#812) (fda262b)
- functions: add region as forceFunctionRegion query parameter (#806) (45ec3d6)
v2.33.2
2.33.2 (2025-09-25)
Bug Fixes
- auth: remove session when it has been revoked (#802) (c6aa8ef)
v2.33.1
2.33.1 (2025-09-23)
Bug Fixes
- postgrest: drop Sendable requirements in generic types (#798) (db3f4ab)
v2.33.0
2.33.0 (2025-09-22)
Features
- postgrest: implement maxAffected method for row limit enforcement (#795) (78fbd8a)
v2.31.2
Dependencies
- bump github.com/apple/swift-crypto from 3.12.3 to 3.13.3 (#765) (a32faf2)
- bump github.com/pointfreeco/swift-snapshot-testing (#764) (8180660)
- bump github.com/pointfreeco/xctest-dynamic-overlay (#763) (e072a58)
v2.31.0
Features
- add OSLogSupabaseLogger type (#757) (c067c52)
- realtime: subscribe retry improvements (#747) (34a70ac)
- migrate from release-please to semantic-release (#748) (be133fe)
Bug Fixes
- realtime: implement event buffering for URLSessionWebSocket (#752) (faf2d0e)
Tests
- add comprehensive Realtime test coverage (#755) (771ee18)
v2.30.2
2.30.2 (2025-07-21)
Bug Fixes
- realtime: wildcard event not handled in onBroadcast callback (#749) (78b7bb4)