Skip to content

Commit 6877053

Browse files
chore(main): release 2.27.0 (#700)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f001b60 commit 6877053

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.26.1"
2+
".": "2.27.0"
33
}

CHANGELOG.md

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

3+
## [2.27.0](https://github.com/supabase/supabase-swift/compare/v2.26.1...v2.27.0) (2025-05-02)
4+
5+
6+
### Features
7+
8+
* **realtime:** add heartbeat callback ([#709](https://github.com/supabase/supabase-swift/issues/709)) ([5f3d75c](https://github.com/supabase/supabase-swift/commit/5f3d75ce163df4a882975425c2c603198e2a7272))
9+
10+
11+
### Bug Fixes
12+
13+
* **auth:** do not remove session in case of network failure ([#712](https://github.com/supabase/supabase-swift/issues/712)) ([f001b60](https://github.com/supabase/supabase-swift/commit/f001b602ddf7022e8e556ca9f8285f6cf9b3b2be))
14+
* decoder and encoder default instances ([#711](https://github.com/supabase/supabase-swift/issues/711)) ([0104331](https://github.com/supabase/supabase-swift/commit/01043316f94c6c4a55f73442c7155389e2b15ef6))
15+
* update outdated error doc ([#699](https://github.com/supabase/supabase-swift/issues/699)) ([b9dc3a3](https://github.com/supabase/supabase-swift/commit/b9dc3a3005968e3bd1b8348005f1f178d44dff1c))
16+
317
## [2.26.1](https://github.com/supabase/supabase-swift/compare/v2.26.0...v2.26.1) (2025-03-31)
418

519

Sources/Helpers/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import XCTestDynamicOverlay
22

3-
private let _version = "2.26.1" // {x-release-please-version}
3+
private let _version = "2.27.0" // {x-release-please-version}
44

55
#if DEBUG
66
package let version = isTesting ? "0.0.0" : _version

0 commit comments

Comments
 (0)