Skip to content

Releases: blindsidenetworks/scalelite

v1.6.1

11 Jul 14:35
3880dcd
Compare
Choose a tag to compare

Release notes - Scalelite - Version 1.6.1

Other:

  • Bump Ruby, Rails, Alpine and AmazonLinux versions (#1097, #1098)

Notes:

Release tested by contributors [ [@farhatahmad](https://github.com/farhatahmad) ] composer deployment

v1.6.0

03 Jul 17:50
d5e1434
Compare
Choose a tag to compare

Release notes - Scalelite - Version 1.6.0

Features:

  • Added support for tagged servers (#1049)
  • Allow Scalelite to reveal the BigBlueButton server versions if enabled (#1058)
    • Need to set allowRevealOfBBBVersion=true on the BigBlueButton server

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

02 Jul 19:34
d5e1434
Compare
Choose a tag to compare
v1.6.0-alpha.1 Pre-release
Pre-release
Apply meta_server-tag from default/override create parameters early i…

…n create  (#1066)

* apply meta_server-tag in default/override create parameters early in the create call, to actually achieve the effect on server selection

* change order in apply_config_server_tag to mimic the order of precedence of defaults/override as in add_additional_params

* simplify the implementation of order of precedence for meta_server-tag overrides/defaults

---------

Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>

v1.5.3

25 Jun 21:13
b3aa5e6
Compare
Choose a tag to compare

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

07 Jun 19:21
40a673a
Compare
Choose a tag to compare
v1.5.3-beta.1 Pre-release
Pre-release
Changes to LRS Basic Authentication (#1080)

v1.5.2

16 May 13:43
6116ab5
Compare
Choose a tag to compare

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

14 Dec 19:21
7f0cbde
Compare
Choose a tag to compare
v1.5.2-beta.1 Pre-release
Pre-release
  • Added Basic Auth for LRS work

v1.5.2-alpha.1

09 Nov 18:19
4d62cda
Compare
Choose a tag to compare
v1.5.2-alpha.1 Pre-release
Pre-release
Initial work for custom lrs integration (#1035)

* Initial work for custom lrs integration

* Added tests

v1.5.1.7

19 Oct 14:10
f2deb3e
Compare
Choose a tag to compare

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

18 Oct 17:58
f2deb3e
Compare
Choose a tag to compare
v1.5.1.7-beta.1 Pre-release
Pre-release
Fix issue that would cause the poller not to panic correctly (#1030)