Skip to content

Releases: Learnosity/learnosity-sdk-asp.net

[RELEASE] v0.10.0

11 Jul 11:50
824685a
Compare
Choose a tag to compare

Added

  • Add support for Authoraide API.

v0.9.3

02 May 06:48
b4cc72f
Compare
Choose a tag to compare

[v0.9.3] - 2024-05-02

Fixed

Security

  • Bump Newtonsoft.JSON from 10.0.3 to 13.0.2

What's Changed

[RELEASE] v0.9.2

29 Jun 06:53
5c19004
Compare
Choose a tag to compare

Security

  • Upgraded signature to match the security standard.

[RELEASE] v0.9.1

23 Dec 06:26
Compare
Choose a tag to compare

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 the Init constructor.

[RELEASE] v0.9.0

12 Aug 01:52
Compare
Choose a tag to compare

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

07 Dec 21:19
Compare
Choose a tag to compare
  • 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

02 Nov 21:54
df887b6
Compare
Choose a tag to compare

[BUG] Add JsonObject support to Decimal

Learnosity ASP .NET SDK v0.7.1

12 Jul 13:04
Compare
Choose a tag to compare

[BUG] Set format and culture when converting float to string in JsonObject

Learnosity ASP .NET SDK v0.7.0

22 Jun 10:27
Compare
Choose a tag to compare

[FEATURE] Add support for expire security parameter

Learnosity ASP .NET SDK v0.6.0

14 Apr 08:47
Compare
Choose a tag to compare
  • [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