Skip to content

Commit 8f3f1f5

Browse files
committed
docs(changelog): add missing release entries for v2.31.x
- Add v2.31.2 with dependency updates - Add v2.31.1 with storage and realtime bug fixes - Add v2.31.0 with new features and improvements - Organize entries by type: Features, Bug Fixes, Dependencies, Tests - Maintain consistency with existing changelog format
1 parent eec29b7 commit 8f3f1f5

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## [2.31.2](https://github.com/supabase/supabase-swift/compare/v2.31.1...v2.31.2) (2025-08-05)
4+
5+
### Dependencies
6+
7+
* bump github.com/apple/swift-crypto from 3.12.3 to 3.13.3 ([#765](https://github.com/supabase/supabase-swift/issues/765)) ([a32faf2](https://github.com/supabase/supabase-swift/commit/a32faf2))
8+
* bump github.com/pointfreeco/swift-snapshot-testing ([#764](https://github.com/supabase/supabase-swift/issues/764)) ([8180660](https://github.com/supabase/supabase-swift/commit/8180660))
9+
* bump github.com/pointfreeco/xctest-dynamic-overlay ([#763](https://github.com/supabase/supabase-swift/issues/763)) ([e072a58](https://github.com/supabase/supabase-swift/commit/e072a58))
10+
11+
## [2.31.1](https://github.com/supabase/supabase-swift/compare/v2.31.0...v2.31.1) (2025-08-01)
12+
13+
### Bug Fixes
14+
15+
* **storage:** use dedicated storage host ([#761](https://github.com/supabase/supabase-swift/issues/761)) ([9272f1e](https://github.com/supabase/supabase-swift/commit/9272f1e))
16+
* **realtime:** make Apikey required ([#760](https://github.com/supabase/supabase-swift/issues/760)) ([237ac9c](https://github.com/supabase/supabase-swift/commit/237ac9c))
17+
18+
## [2.31.0](https://github.com/supabase/supabase-swift/compare/v2.30.2...v2.31.0) (2025-07-30)
19+
20+
### Features
21+
22+
* add OSLogSupabaseLogger type ([#757](https://github.com/supabase/supabase-swift/issues/757)) ([c067c52](https://github.com/supabase/supabase-swift/commit/c067c52))
23+
* **realtime:** subscribe retry improvements ([#747](https://github.com/supabase/supabase-swift/issues/747)) ([34a70ac](https://github.com/supabase/supabase-swift/commit/34a70ac))
24+
* migrate from release-please to semantic-release ([#748](https://github.com/supabase/supabase-swift/issues/748)) ([be133fe](https://github.com/supabase/supabase-swift/commit/be133fe))
25+
26+
### Bug Fixes
27+
28+
* **realtime:** implement event buffering for URLSessionWebSocket ([#752](https://github.com/supabase/supabase-swift/issues/752)) ([faf2d0e](https://github.com/supabase/supabase-swift/commit/faf2d0e))
29+
30+
### Tests
31+
32+
* add comprehensive Realtime test coverage ([#755](https://github.com/supabase/supabase-swift/issues/755)) ([771ee18](https://github.com/supabase/supabase-swift/commit/771ee18))
33+
334
## [2.30.2](https://github.com/supabase/supabase-swift/compare/v2.30.1...v2.30.2) (2025-07-21)
435

536

0 commit comments

Comments
 (0)