Releases: blindsidenetworks/scalelite
v1.6.1
v1.6.0
Release notes - Scalelite - Version 1.6.0
Features:
- Added support for tagged servers (#1049)
- See Tagged Servers
- Allow Scalelite to reveal the BigBlueButton server versions if enabled (#1058)
- Need to set
allowRevealOfBBBVersion=true
on the BigBlueButton server
- Need to set
Improvements:
- Improved handling of the create call for better efficiency (#1050)
- Delete recording source tar only if transfer is succesful (#973)
- Remove .sh from scalelite_prune_recordings
- Add protocol guard to servers:add rake task (#1006)
- Prevent column line wrapping in output of rake status task (#1054)
- Fixes & improvements for servers:yaml rake task (#1056)
Bugs:
- Fixed protected recordings being accessible without the access token (#1083)
- Fixed non-video recording formats not being downloadable (#1084)
Other:
- Numerous depency security updates
Notes:
Release tested by contributors [ @farhatahmad ] composer deployment
v1.6.0-alpha.1
Apply meta_server-tag from default/override create parameters early i…
v1.5.3
Release notes - Scalelite - Version 1.5.3
New Features:
SL-XX: Added xAPI support for multi-tenant deployments
- Documentation can be found here
Release tested by contributors [ @farhatahmad ] composer deployment
v1.5.3-beta.1
Changes to LRS Basic Authentication (#1080)
v1.5.2
Release notes - Scalelite - Version 1.5.2
Security Fixes:
Important: We removed support for POST requests on join endpoint and also Content-Type headers are now required
In Scalelite v1.5.2 POST requests are no longer allowed for the join endpoint. To ensure they are validated properly, a Content-Type header must also be provided for POST requests that contain data in the request body. Endpoints now support a limited set of content types that includes text/xml
, application/xml
, application/x-www-form-url-encoded
, and multipart/form-data
. By default each endpoint only supports application/x-www-form-urlencoded
and multipart/form-data
, but individual endpoints can override this and define their own set of supported content types. The create
endpoint supports all of the four previously listed content types while insertDocument
supports only text/xml
and application/xml
. Any requests with a content type that differs from the set supported by the target endpoint will be rejected with a new unsupportedContentType
error.
Notes:
Security advisory will be published not earlier than May 31, 2024: https://github.com/blindsidenetworks/scalelite/security/advisories/GHSA-p3q9-qff5-97p7
Release tested by contributors [ @farhatahmad ] composer deployment
v1.5.2-beta.1
- Added Basic Auth for LRS work
v1.5.2-alpha.1
Initial work for custom lrs integration (#1035) * Initial work for custom lrs integration * Added tests
v1.5.1.7
Release notes - Scalelite - Version 1.5.1.7
Improvements / Bug Fixes:
- Fixed race condition that would prevent a server from being cleared of all meeting when going offline, causing hanging meetings
Notes:
Release tested by contributors [ @farhatahmad ] composer deployment
v1.5.1.7-beta.1
Fix issue that would cause the poller not to panic correctly (#1030)