Skip to content

Releases: FlorianSW/cftools-sdk

v3.6.0

23 Nov 18:11

Choose a tag to compare

What's Changed

  • feat: Add firstSeen and lastSeen timestamps to Player details by @D4VOS in #16

New Contributors

  • @D4VOS made their first contribution in #16

Full Changelog: v3.5.0...v3.6.0

Add support for the account creation API

13 Nov 19:36

Choose a tag to compare

What's Changed

Full Changelog: v3.4.2...v3.5.0

v3.4.2

05 Oct 22:23

Choose a tag to compare

This release fixes a build issue in v3.4.1, which resulted in a nearly e-pty release without a working version of the library.

v3.4.1

17 Sep 22:37

Choose a tag to compare

Add a possibility to control what user agent is used when sending a request to the CFTools Data API.

Full Changelog: v3.3.1...v3.4.1

v3.3.1

14 Aug 16:32

Choose a tag to compare

What's Changed

  • fix(app-grants): fix raw response structure by @Mirasaki in #14

Full Changelog: v3.3.0...v3.3.1

v3.3.0

10 Aug 17:07

Choose a tag to compare

What's Changed

Full Changelog: v3.2.0...v3.3.0

v3.2.0 - Add API to delete player profile data

23 May 17:50
22f9cf6

Choose a tag to compare

What's Changed

Full Changelog: v3.1.7...v3.2.0

Bugfix: Restore working without authorization

09 Feb 18:35

Choose a tag to compare

Building a client without credenntials would result in errors when the client is executed. This was fixed in this release.

Add debug logging possibility

25 Jan 21:40

Choose a tag to compare

With this release you can add low-level http debugging. Main use case is to get an idea of how a response looks like when an error occurs.

Note: While the SDK will try to redact all sensitive information, like enterprise tokens, application id and secrets and alike, it is still not guaranteed, that all sensitive information will be removed. When using this, use it with caution and do not send the logs to someone you do not trust.

Example:

new CFToolsClientBuilder().withHttpClient((auth) => new GotHttpClient(httpClient(true, {
                enableDebugLogging: true,
                logBody: true,
            }), auth))

Fix token expiration check

10 Dec 21:30

Choose a tag to compare