Skip to content

Releases: Learnosity/learnosity-sdk-nodejs

[RELEASE] v0.7.0

13 Jan 10:15
32ee1bc

Choose a tag to compare

Added

  • Added UUID utility wrapper for generating UUIDs
  • Added Data API support with automatic routing metadata headers
  • Added quickstart examples for Data API usage
  • Upgraded the Docker container's Node version
  • Updated the Node versions in Travis CI

Fixed

  • Updated README with correct port and directory for quickstart examples
  • Optimized error handling in Data API quickstart examples

[RELEASE] v0.6.2

19 Mar 12:25
3f5b86f

Choose a tag to compare

Fixed

  • Added missing 'authoraide' service to service type declaration

New Contributors

[RELEASE] v0.6.1

03 Mar 13:06
f3fd88e

Choose a tag to compare

Security

  • Updated dependencies to address security vulnerabilities.

Added

  • Typings
  • JSDocs

[RELEASE]v0.6.0

01 Nov 05:32
60af4e0

Choose a tag to compare

Added

  • Upgraded the Docker container's Node version.
  • Updated the Node versions in Travis CI.

[RELEASE]v0.5.3

15 Jul 08:28
ef45153

Choose a tag to compare

Added

  • Added support for Authoraide API.

[RELEASE] v0.5.2

05 Sep 13:51
9d5dff2

Choose a tag to compare

Fixed

  • Added support for expiry date in security object.

[RELEASE] v0.5.1

28 Jun 10:36
3afc992

Choose a tag to compare

Security

  • Upgraded signature to match the security standard.

v0.5.0

15 Apr 06:00

Choose a tag to compare

In this release, we've...

  • Removed the "beta" flags
  • Added tests to improve consistency with our other SDKs
  • Added telemetry information into the request being signed

Telemetry details:
The SDK now adds basic information about the execution environment 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. We are currently tracking:

  • The version of the SDK being used
  • The programming language of the SDK
  • The runtime version of the language
  • The operating system that the SDK is being run on
  • The operating system version