All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Add support for Authoraide API.
- Handle Null Reference Exception raised under load, see for more details
- Bump Newtonsoft.JSON from 10.0.3 to 13.0.2
- Upgraded signature to match the security standard.
- More unit tests that cover the
Init
class.
- Fixed a bug where
null
and empty string request packets would cause an exception to be thrown when calling theInit
constructor.
- This ChangeLog!
- Telemetry data (basic information about the execution environment) is now added to the request objects being signed which is later read and logged internally by our APIs when the request is received. This allows us to better support our various SDKs and does not send any additional network requests. More information can be found in README.md.