Skip to content

Tags: Learnosity/learnosity-sdk-python

Tags

v0.3.9-pre

Toggle v0.3.9-pre's commit message
[TEST] Update version - LRN-43927

v0.3.8

Toggle v0.3.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #77 from Learnosity/LRN-44310/docs/add-authoraide-…

…api-quickstart-demo

[DOC] Add Author Aide API to the quickstart demo - LRN-44310

v0.3.7

Toggle v0.3.7's commit message
Updated the release version to 0.3.7

v0.3.6

Toggle v0.3.6's commit message
[RELEASE] v0.3.6

Changes:

v0.3.5

Toggle v0.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #72 from Learnosity/LRN-41663/doc/bump-version

[DOC] Bump version - LRN-41663

v0.3.4

Toggle v0.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #69 from Learnosity/LRN-41302/vendor/add-certifi-v…

…ersion-requirement

[VENDOR] Set certifi minimum version to 2023.7.22 LRN-41302

v0.3.3

Toggle v0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #65 from Learnosity/LRN-39611/feature/hmac-signatu…

…re-api-demo

 [Feature] Initialize question api and adding hmac256 to hash functio…

v0.3.2

Toggle v0.3.2's commit message
[RELEASE] v0.3.2

Changes:

- Removed the explicit dependency on `urllib3` as we do not use it directly.
- Updated testing commands and dependency declaration to remove deprecated uses
  of setuptool's `tests_require` configuration and `test` command.

v0.3.1

Toggle v0.3.1's commit message
[RELEASE] v0.3.1

Changes:

- Fixed an issue where the `DataApi` class's `results_iter` method would return no data
  when receiving responses from Data API endpoints that set the "`data`" field of the
  response to an object (like the [itembank/questions endpoint](https://reference.learnosity.com/data-api/endpoints/itembank_endpoints#getQuestions)
  when `item_references` is included in the request).

v0.3.0

Toggle v0.3.0's commit message
[RELEASE] v0.3.0

Changes:

- This ChangeLog!
- Example code
- Add better context to `DataApiException`s
- Telemetry support

- Bump requests to 2.21.0 (CVE-2018-18074)
- Bump urllib3 to 1.24.3 (CVE-2018-20060, CVE-2019-11324)