Releases: bigbluebutton/bbb-lti-broker
Releases · bigbluebutton/bbb-lti-broker
release-1.1.2
Release: Major 1, minor 1, patch 2
release-1.1.2-beta.1
Release: Major 1, minor 1, patch 2, beta 1
release-1.1.1
release-1.1.1-beta.3
Release: Major 1, minor 1, patch 1, beta 3
release-1.1
Broker
WARNING: THIS RELEASE RESULTS IN BREAKING CHANGES FOR DEPLOYMENTS.
This release includes refactoring of the application's routing such that the application is served from /ENV[RELATIVE_URL_ROOT] endpoint (not root). The rails version has also been upgraded from 6.0 to 6.1.
What's Changed
- [LTI-XXX] The routing has been refactored such that the application is no longer served from the root url but rather /lti (or whatever is set in ENV[RELATIVE_URL_ROOT]). The landing page of the application is now the config page (#134)
- [LTI-XXX] A small tweak to readability of launching params for debugging
- [LTI-199] Rails has been upgraded from version 6.0 to 6.1 (#136)
- [LTI-217] Added a 'rake db:keys:show' rake task to make finding key:secret pairs easier (#137)
- Snyk vulnerability updates (#132, #138)
- Added CD configs to deployment (#135)
release-1.1-beta.6
Release: Major 1, minor 1, Beta 6
release-1.0.6
Broker
This release includes dependency updates, an update which generates a random secret and/or key if the user enters an empty string ('') for the key or secret in the rake db:keys:add task, and an update which allows the broker to receive launches to multiple FQDNs.
What's Changed
- Broker can receive launches to multiple FQDNs (#127, #129)
- Different legacy apps used different combinations of parameters to produce the handler or meetingID, so now the broker allows a different combination of parameters to generate the handler_legacy (#131)
- A random key or secret will be generated if an empty string is passed to the keys:add rake task (#129)
release-1.0.6-beta.4
Release Perseverance: Major 1, minor 0, revision 6, beta 4
release-1.0.6-beta.3
Release Perseverance: Major 1, minor 0, revision 6, beta 3
release-1.0.6-beta.2
Release Perseverance: Major 1, minor 0, revision 6, beta 2