You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
7
+
## [3.15.0] - 2025-01-28
8
+
### Added
9
+
- Satori: Add retry attempts to "Client" type.
10
+
11
+
### Changed
12
+
- Nakama: Improve how cancellation is handled in HTTP requests.
13
+
- Satori: Improve how cancellation is handled in HTTP requests.
14
+
- Satori: Timeouts set in "Client" are now propagated to the underlying "ApiClient" type.
15
+
16
+
### Fixed
17
+
- GitHub Pages documentation no longer uses Jekyll transform.
18
+
7
19
## [3.14.0] - 2024-10-20
8
20
### Added
9
21
- Satori: New "IClient" event called "ReceivedSessionUpdated" when session expires and is refreshed.
0 commit comments