Skip to content

Commit 17872e6

Browse files
author
Luke
authored
update changelog (#101)
1 parent 309a23d commit 17872e6

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,26 @@ All notable changes to this project are documented below.
44

55
The format is based on [keep a changelog](http://keepachangelog.com/) and this project uses [semantic versioning](http://semver.org/).
66

7-
### [2.6.1] - [2022-10-13]
7+
### [2.7.0] - [2023-02-15]
8+
### Added
9+
- Windows x86 support
10+
- Support for vcpkg consumption. See README.md for examples.
11+
- The test suite is now runnable on iOS and Android devices.
12+
- Added a libcurl network transport and specified it as the default for Android.
13+
- Android builds can now be made on ARM macs.
14+
- Nakama can now be included via users by CMake `find_package(nakama-sdk)` calls.
15+
16+
### Changed
17+
- Removed ability to create default client and realtime clients if no default transport is specified for the platform (`createDefaultClient`, `createDefaultRtClient`). This will only affect users who use vcpkg or CMake to explicitly toggle off our default transports.
18+
- Simplfied the Android build toolchain. The entry point is now standardized with our other platforms using the `cmake --preset ...` pattern.
19+
820
### Fixed
21+
- We now publish header and debug binaries for Windows
22+
- Platforms using our wslay adapter (Android, Linux, Mac, iOS) now trigger `onDisconnect` on error.
923
- Fixed an issue where the web socket would hang on slower network connections.
1024
- Fixed authenticateRefresh in the GrpcClient.
25+
- Added CFBundleVersion to MacOSX frameworks which is required for the app store upload process.
1126

12-
### Added
13-
14-
- The test suite is now runnable on iOS.
1527

1628
### [2.6.0] - [2022-09-02]
1729

0 commit comments

Comments
 (0)