Releases: FlorianSW/cftools-sdk
Releases · FlorianSW/cftools-sdk
Add support for the account creation API
What's Changed
Full Changelog: v3.4.2...v3.5.0
v3.4.2
v3.4.1
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
v3.3.0
v3.2.0 - Add API to delete player profile data
Bugfix: Restore working without authorization
Building a client without credenntials would result in errors when the client is executed. This was fixed in this release.
Add debug logging possibility
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
v3.1.5 bump
API stability improvements
v3.1.4 bump