Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Releases: dragonfruitnetwork/dragon6-api

2021.425

25 Apr 07:50
ac07b7f
Compare
Choose a tag to compare

Adds a better clock skewing algorithm to reduce unexpected breakages

2021.326

26 Mar 19:50
d413208
Compare
Choose a tag to compare

Hotfix due to broken logic in token validation

2021.324

24 Mar 16:32
3c715c6
Compare
Choose a tag to compare

Adds a clock skew safeguard for token validation commands

2021.224

24 Feb 12:18
7f41d30
Compare
Choose a tag to compare

Changes:

  • fixes a bug where own requests called directly don't work
  • fixes CancellationTokens not being passed to the ApiClient
  • improves performance of deserialisers
  • all deserialisers returning user stats return them in an ILookup<string, T> format, where For, AllFor and TryRetrieveFor extensions are provided

2021.128

28 Jan 15:54
c87320b
Compare
Choose a tag to compare

❗❗❗ 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 and DragonFruit.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

22 Dec 13:54
b254c4b
Compare
Choose a tag to compare

Updates dependencies and upgrade tests

2020.1217

17 Dec 07:40
2261211
Compare
Choose a tag to compare

Exposes some classes publicly for use by the (upcoming) modern stats library

2020.1212

12 Dec 07:33
5b8848c
Compare
Choose a tag to compare

Fixes the GeneralStats and related entries having incorrect names. Stats strings remain without the General prefix

2020.1112

11 Dec 19:41
6e3aa38
Compare
Choose a tag to compare

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 a Dragon6Client
  • Removes the distance travelled due to a ubisoft issue with database overflows

2020.1205

05 Dec 09:15
b2fc76f
Compare
Choose a tag to compare
2020.1205 Pre-release
Pre-release

Another pre-release build intended for internal consumption at the moment. See the 2020.1203 release for details