Skip to content

Releases: blackboard/BBDN-LTI-Tool-Provider-Node

Version 2.0.1 - Bugfix update

09 Oct 01:24
dfa26c4
Compare
Choose a tag to compare

What's Changed

  • fix path to lti11setup for outcomes by @ShannonH in #110
  • update README.md with details about multiple application usage etc by @ShannonH in #111
  • update shape of proctoring return by @ShannonH in #112

Full Changelog: v2.0.0...v2.0.1

(publishing this release because it will be deployed for Bb internal testing)

Version 2.0.0 - Updated architecture

09 Oct 01:21
16cabdc
Compare
Choose a tag to compare

New Features

  • Multiple application support - developers can now register multiple Developer Portal applications with the LTI tool, making testing easier to do
  • Replace cookies with the new one_time_session tokens and nonce values
  • Updated interfaces - several pages have been updated to the new Material theme
  • Support for Node 12-14
  • Drop requirement for Redis - application, authentication, and content messages are saved off in a separate JSON database and purged when expired (this includes a new config key database_directory)

Bug Fixes

  • Fix REST token requests for LTI 1.1
  • Fix returnURL behavior (using new tokens and nonces)

Version 1.10

09 Oct 01:10
5429662
Compare
Choose a tag to compare

This is the last version of the tool that used the old redis setup and only allows one dev portal application to be used at a time.