Releases: Learnosity/learnosity-sdk-nodejs
Releases · Learnosity/learnosity-sdk-nodejs
[RELEASE] v0.7.0
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
Fixed
- Added missing 'authoraide' service to service type declaration
New Contributors
- @samanthaernst made their first contribution in #34
[RELEASE] v0.6.1
Security
- Updated dependencies to address security vulnerabilities.
Added
- Typings
- JSDocs
[RELEASE]v0.6.0
Added
- Upgraded the Docker container's Node version.
- Updated the Node versions in Travis CI.
[RELEASE]v0.5.3
Added
- Added support for Authoraide API.
[RELEASE] v0.5.2
Fixed
- Added support for expiry date in security object.
[RELEASE] v0.5.1
Security
- Upgraded signature to match the security standard.
v0.5.0
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