This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
Releases: dragonfruitnetwork/dragon6-api
Releases · dragonfruitnetwork/dragon6-api
2021.425
Adds a better clock skewing algorithm to reduce unexpected breakages
2021.326
Hotfix due to broken logic in token validation
2021.324
Adds a clock skew safeguard for token validation commands
2021.224
Changes:
- fixes a bug where own requests called directly don't work
- fixes
CancellationToken
s not being passed to theApiClient
- improves performance of deserialisers
- all deserialisers returning user stats return them in an
ILookup<string, T>
format, whereFor
,AllFor
andTryRetrieveFor
extensions are provided
2021.128
❗❗❗ IMPORTANT ❗❗❗
This refactors 80% of the library so stuff will break.
Namespaces
DragonFruit.Six.API
->DragonFruit.Six.Api
DragonFruit.Six.API.Data.[xyz]
->DragonFruit.Six.Api.[xyz]
DragonFruit.Six.API.Data
->DragonFruit.Six.Api.Entities
DragonFruit.Six.API.Verification
andDragonFruit.Six.API.Developer
->DragonFruit.Six.Api.Services.[Verification/Developer]
Additions
- Added PvE stats (#211)
Footnotes
Thanks to @byBlurr for shredding through the issues out 👍
2020.1222
Updates dependencies and upgrade tests
2020.1217
Exposes some classes publicly for use by the (upcoming) modern stats library
2020.1212
Fixes the GeneralStats
and related entries having incorrect names. Stats strings remain without the General
prefix
2020.1112
This update reverses changes from the pre-release builds
Changes since last stable update:
- Updated DragonFruit.Common.Data library and removes many computed properties
- The
Dragon6DeveloperClient
is now aDragon6Client
- Removes the distance travelled due to a ubisoft issue with database overflows
2020.1205
Another pre-release build intended for internal consumption at the moment. See the 2020.1203 release for details