Changelog
All notable changes to this package will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[0.4.2] - 2024-05-28
Add version 0.4.2 by name.- Updating documentation
[0.4.1] - 2024-05-17
Add version 0.4.1 by name.- Updating some name changes in NGO v2.0.0-exp.3
[0.4.0] - 2024-04-23
Add version 0.4.0 by name.- Rename package from Multiplayer Services SDK to Multiplayer Services
[0.3.0] - 2024-04-04
Add version 0.3.0 by name.- Introduce support for Distributed Authority with NGO 2.0
[0.2.0] - 2024-03-26
Add version 0.2.0 by name.- Session API improvements and fixes
- Use session data when creating lobby
- Set player properties on join
- Abstract session host concept
- Remove PlayerProfile from ISession
- Refactor SessionInfo
- Add session delete API
[0.1.0] - 2024-03-11
Add version 0.1.0 by name.- Initial Multiplayer SDK Sessions implementation
- Added Common Multiplayer Backend behind a feature flag
- Standalone functions are available as well as support for the matchmaking flow (matchmake into a CMB session)
- IP Address is an optional field in Multiplay ServerConfig
- Remove PostBuildHook and EventConnectionStateChanged
[0.0.7] - 2023-08-23
Add version 0.0.7 by name.- Update Documentation
[0.0.6] - 2023-08-21
Add version 0.0.6 by name.- Update README
[0.0.5] - 2023-08-16
Add version 0.0.5 by name.- Minimum supported Editor version is 2021.3
- Update README with links to consolidated SDK documentation
[0.0.4] - 2023-08-15
Add version 0.0.4 by name.- Remove samples from package
- Update .npmignore
[0.0.3] - 2023-08-14
Add version 0.0.3 by name.- Unexport MatchHandlerImpl
- API changes
[0.0.2] - 2023-08-10
Add version 0.0.2 by name.- Update README
[0.0.1] - 2023-08-09
Add version 0.0.1 by name.- Initial SDK