Releases: Learnosity/learnosity-sdk-java
Releases · Learnosity/learnosity-sdk-java
[RELEASE] v0.17.0
Added
- Added support for authoraide API.
[RELEASE] v0.16.5
Fixed
- Added support for expiry date in security object.
[RELEASE] v0.16.4
Security
- Upgraded signature to match the security standard.
[RELEASE] v0.16.3
Fixed
- Fixed a bug where Unicode characters in the request packet were being escaped when they should not have been, causing a signature mismatch error.
[RELEASE] v0.16.2
Fixed
- Upgrade dependencies for housekeeping (
commons-codecto 1.13,commons-lang3to 3.8.1,commons-ioto 2.6,httpclientto 4.5.10,httpcoreto 4.4.12, andorg.jsonto 20190722). - Updated the test suite to use
JUnit 5.
[RELEASE] v0.16.1
Fixed
- Fixed a bug where forward slashes were being escaped incorrectly, which could cause a signature mismatch to occur.
v0.16.0
Security
- Upgrade dependency
org.apache.httpcomponents:httpclientto v4.5.8 to patch vulnerabilities.
Fixed
- Fixed an issue where the
DataApiclass'srequestRecursivemethod would throw an exception upon receiving a response from Data API endpoints that set the "data" field of the response to an object (like theitembank/questionsendpoint whenitem_referencesis included in the request). - Upgrade additional dependencies for housekeeping (
commons-codecto 1.11,commons-loggingto 1.2,org.apache.httpcomponents-httpcoreto 4.4.11, andorg.jsonto 20180813).
Added
- Telemetry data (basic information about the execution environment) is now added to the 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.