Releases: PretendoNetwork/nex-protocols-common-go
Releases · PretendoNetwork/nex-protocols-common-go
v2.1.0
What's Changed
- feat(matchmake-extension): Support custom search criteria by @DaniElectra in #44
- feat: Migrate to new nex-go types by @DaniElectra in #47
- Note: This is a breaking change. Game servers will need to be updated to use the new types
Full Changelog: v2.0.6...v2.1.0
v2.0.6 - Matchmaking rewrite
What's Changed
- feat(secure-connection): Add methods for NEX 1 by @DaniElectra in #36
- Bugfixes in matchmaking rewrite by @ashquarky in #41
- feat: Add extension point for CanJoinMatchmakeSession by @ashquarky in #42
- feat!: Matchmaking rewrite by @DaniElectra in #35
Note for matchmaking server implementers: Please check the matchmaking rewrite PR description for details on the changes and how to migrate older servers to it
Full Changelog: v2.0.5...v2.0.6
v2.0.5
What's Changed
- feat!(datastore): Add requesting PID to GetObjectInfosByDataStoreSearchParam by @ashquarky in #31
- fix(matchmake-extension): Fix result type from AutoMatchmakeWithSearchCriteria_Postpone to be AnyDataHolder by @ashquarky in #30
Full Changelog: v2.0.4...v2.0.5
v2.0.4
What's Changed
- ticket-granting: Set the StructureVersion for NEX >3.5 by @ashquarky in #29
New Contributors
- @ashquarky made their first contribution in #29
Full Changelog: v2.0.3...v2.0.4
v2.0.3
What's Changed
- Update
SecureConnection::Register
logic for locating stations
Full Changelog: v2.0.2...v2.0.3
v2.0.2
Fix matchmaking issues where UpdateSessionURL
wasn't sending a notification event when the ownership changed
Full Changelog: v2.0.1...v2.0.2
v2.0.1 - Rewrite
What's Changed
- Remove lingering "Leaving" print by @PabloMK7 in #27
- New nex-go by @jonbarrow in #26
New Contributors
Full Changelog: v1.0.30...v2.0.1
v1.0.30
What's Changed
- Add missing boolean response to UnregisterGathering by @SuperMarioDaBom in #23
- Add common DataStore protocol by @jonbarrow in #24
- Swap to passing the packet to methods instead of the client by @jonbarrow in #25
Full Changelog: v1.0.29...v1.0.30
v1.0.29
What's Changed
- Add common Ranking protocol by @shutterbug2000 in #19
- Fix a bug and typo in MatchmakeExtension by @shutterbug2000 in #20
- Move session creation and notification sending by @shutterbug2000 in #21
- Redesign find sessions using SearchCriteria by @DaniElectra in #22
Full Changelog: v1.0.28...v1.0.29
v1.0.28
What's Changed
- Handle multiple station URLs on Register and more by @DaniElectra in #17
- Implement various functions and player disconnects by @DaniElectra in #18
Full Changelog: v1.0.27...v1.0.28