Releases: heroiclabs/nakama-java
Releases · heroiclabs/nakama-java
v2.1.2
Fixed
- Properly enable protobuf-javalite for Android builds.
v2.1.1
Changed
- Allowed null values of
collationId
to be passed to theDefaultError
object.
v2.1.0
Added
- Added configurable ping frame intervals to Web Socket.
- Ability to demote group users.
- Ability to authenticate link and unlink Facebook Instant Game and Apple users
- Example Android, Gradle and Maven projects.
- Shadow Jar support.
- Ability to customize the web socket message receive thread executor.
Changed
- We now use JitPack as our new build repository. Please see the README.md
for instructions on how to integrate our package with your build system. - Removed transitive dependency on Protobuf-Java.
- Moved all external .proto dependencies into this repository.
- Upgraded from Gradle 4 to Gradle 6.
- Upgraded third party dependencies to newer versions.
Fixed
- Fixed incorrect time being parsed from timestamps.
- Fixed bugs in Tournaments test suite.
- Fixed UTC parsing.
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0.0
v0.5.1
v0.5.0
Notable Changes
Added
- Support for In-App Notifications feature.
- Support for Friends feature.
- Support for Groups feature.
Changed
- Leaderboard sort order is now exposed as an enum rather than a number.
Fixed
- Use correct name for inconsistently defined topic leave message builder method.