Releases: PretendoNetwork/nex-protocols-go
Releases · PretendoNetwork/nex-protocols-go
v2.2.1
What's Changed
- fix(datastore): solve redeclaration of RatingLockPeriod by @TraceEntertains in #91
- Add missing ObjectHolder methods for notifications by @jonbarrow in #92
New Contributors
- @TraceEntertains made their first contribution in #91
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
- Add constants for persistent gatherings by @DaniElectra in #86
- Add RankingModes constants for GetRanking.rankingMode by @ashquarky in #79
- Handle types versioning in Messaging protocol by @DaniElectra in #87
- Document more Friends (3DS) fields by @DaniElectra in #88
- Add all known DataStore constants, enums, and flags by @jonbarrow in #89 and #90
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
- Migrate to new
nex-go
types by @jonbarrow in #83- Note: This is a breaking change. Game servers will need to be updated to use the new types
Full Changelog: v2.0.4...v2.1.0
v2.0.4
What's Changed
- Datastore struct fixes by @ashquarky in #43
- feat(gathering_flags): Add more gathering flags by @DaniElectra in #78
- fix(match-making): Account for StructureVersion in JoinMatchmakeSessionParam by @ashquarky in #77
- fix(match-making): Check for NEX version over 2.0 by @DaniElectra in #80
- feat(rating): Add rating protocol by @shutterbug2000 in #81
- feat(match-making): Add matchmaking constants by @DaniElectra in #84
New Contributors
- @ashquarky made their first contribution in #43
Full Changelog: v2.0.3...v2.0.4
v2.0.3
What's Changed
- datastore/miitopia by @ItzSwirlz in #41
- feat(friends-3ds): Update Mii unknown fields by @DaniElectra in #44
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
- datastore/pokemon-gen6: Add missing handler for PrepareUploadPokemon by @ItzSwirlz in #40
- chore: Fixup WriteTo in structures to contentWritable
- This fixes a regression on how structures were written in NEX 3.5+ due
to overriding the contentWritable and messing up the structure headers
- This fixes a regression on how structures were written in NEX 3.5+ due
New Contributors
- @ItzSwirlz made their first contribution in #40
Full Changelog: v2.0.1...v2.0.2
v2.0.1 - Rewrite
v1.0.58
What's Changed
- Swap to passing the packet to methods instead of the client by @jonbarrow in #37
Full Changelog: v1.0.57...v1.0.58
v1.0.57
Added helper method FilterPropertiesByResultOption
to DataStoreMetaInfo
. This method filters out certain struct properties based on the input flags
Full Changelog: v1.0.56...v1.0.57
v1.0.56
Make all stock DataStore and DataStoreSMM types return zeroed structs in their New
functions
Full Changelog: v1.0.55...v1.0.56