Releases: Learnosity/learnosity-sdk-asp.net
Releases · Learnosity/learnosity-sdk-asp.net
[RELEASE] v0.10.0
Added
- Add support for Authoraide API.
v0.9.3
[v0.9.3] - 2024-05-02
Fixed
- Handle Null Reference Exception raised under load, see for more details
Security
- Bump Newtonsoft.JSON from 10.0.3 to 13.0.2
What's Changed
- [Fix] Change incorrect date - LRN-40636 by @bhavya-shukla-lrn in #44
- Issue #46 add check for null and set error code by @lorddev in #47
- Bump Newtonsoft.Json from 10.0.3 to 13.0.2 in /LearnositySDK by @dependabot in #42
- Prepare 0.9.3 sdk release by @anthony-murphy-lrn in #48
[RELEASE] v0.9.2
Security
- Upgraded signature to match the security standard.
[RELEASE] v0.9.1
Added
- More unit tests that cover the
Init
class.
Fixed
- Fixed a bug where
null
and empty string request packets would cause an exception to be thrown when calling theInit
constructor.
[RELEASE] v0.9.0
Added
- 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.
Learnosity ASP .NET SDK v0.8.0
- Remove legacy solution file: LearnositySDK-VS2010.sln
- Update to .Net Standard
- Update Newtonsoft dependency to version 10.0.3
- Change LearnositySDK project to a Class Library that targets .NET Standard framework 2.0
- Update LearnositySDK project to build a Nuget package
Learnosity ASP .NET SDK v0.7.2
[BUG] Add JsonObject support to Decimal
Learnosity ASP .NET SDK v0.7.1
[BUG] Set format and culture when converting float to string in JsonObject
Learnosity ASP .NET SDK v0.7.0
[FEATURE] Add support for expire security parameter
Learnosity ASP .NET SDK v0.6.0
- [BUG] Fixed JsonObject methods and functionality + added unit tests for coverage
- [BUG] Added proper handling of date strings - i.e. disabled special treatment of it, they behave like normal strings now.
- [FEATURE] Callback can break recursive data api requests, when returns false
- [TESTS] Added tests for Tools.empty static method