Skip to content

Releases: blindsidenetworks/scalelite

v1.1.5.1

05 Jul 14:44
v1.1.5.1
62bbc23
Compare
Choose a tag to compare

Release notes - Scalelite - Version 1.1.5.1

Bug

SL-XX fixes issue with alternate amazonlinux images not being built.

Note: This release does not affect functionality in any way. It is simply for fixing the integration with amazonlinux Docker images.

v1.1.5

30 Jun 17:33
15bb1f8
Compare
Choose a tag to compare

Release notes - Scalelite - Version 1.1.5

Bug

SL-145 scalelite-recording-importer not reconnecting database #239
SL-142 scalelite-poller dies when bbb is not responsive and running on systemd

v1.1.5-beta.1

18 Jun 13:29
v1.1.5-beta.1
15bb1f8
Compare
Choose a tag to compare
v1.1.5-beta.1 Pre-release
Pre-release
Release: major 1, minor 1, revision 5, beta 1

v1.1.4

16 Jun 14:30
v1.1.4
0ef5398
Compare
Choose a tag to compare

Release notes - Scalelite - Version 1.1.4

Hot-fix

SL-180 Error while rejoining an existing meeting from moodle

Bug

SL-148 ERROR: prepared statement already exists # 213
SL-147 getRecordings error with PG cluster #213

Task
SL-35 Create rake task that creates multiple BBB servers from a YAML file

v1.1.3

15 Jun 20:44
v1.1.3
3f604e2
Compare
Choose a tag to compare

Release notes - Scalelite - Version 1.1.3

Bug

SL-179 Recording importing: unpublished not working

v1.1.2

07 Jun 20:20
v1.1.2
0af3674
Compare
Choose a tag to compare

Release notes - Scalelite - Version 1.1.2

Bug
SL-141 SL fails to import recordings due permissions

New Feature
SL-130 Filter getRecordings request based on the recording state
SL-129 Filter getRecordings request based on meta parameters
SL-98 Implement core post_event scripts

v1.1.1.0

28 May 18:31
v1.1.1.0
0b7834e
Compare
Choose a tag to compare

Release notes - Scalelite - Version 1.1.1.0

This is a minor patch for v1.1.1. The only change is that asides of sending logs to STDOUT (which was hard-coded in the image), can now be set through ENV variables to true/false when using some other mechanism for externalising logs. It is set to true by default in the Dockerfile, so the behaviour does not affect current deployments.

Bug
SL-133 Logs were always sent to STD_OUT

v1.1.1

26 May 19:27
v1.1.1
1e441e1
Compare
Choose a tag to compare

Release notes - Scalelite - Version 1.1.1

Bug
SL-131 Server Offline status not shown correctly in server:status task #559

Improvement
SL-125 Refactoring of recording_ready_notification

New Feature
SL-132 Add TLS support for redis

v1.1

17 May 15:11
v1.1
d822970
Compare
Choose a tag to compare

This release requires to run migrations
docker exec -t scalelite-api bundle exec rake db:migrate

Bug

  • Recordings that are reprocessed in BBB should override the one already imported in SL
    Improvement
  • Updated main image to bionic230.
  • Nginx is now fixed to 1.18.0-r13.
  • Created general image with all rails components and extended images on alpine and amazonlinux.
  • Added LOAD_JOIN_BUFFER_TIME=0 for breakout rooms.
  • Parameters coming from 3rd parties will now get overridden.
  • Scalelite Poller execute tasks in parallel.
  • Scalelite is now compatible with BigBlueButton 2.3 recordings.

New Feature

  • Recording ready notification feature has been added.
  • Recordings can be imported as unpublished by default now.
  • A New state for servers has been added to retain existing meetings and not accept anymore meeting creation requests
    • The server has a new attribute called state which tracks the server state. The Server can have either of the three states: enabled/cordoned/disabled.
    • The change would not affect any existing servers, unless there is a state change for them but would be applicable for all the newly added servers.
    • The enabled attribute of servers will not be considered anymore once the state attribute has been introduced for all new or existing servers.
    • See README for details on the functions of each server state.

Task

  • Replaced GitLab CI pipeline with a GitHub Actions CI workflow.
  • Extended images are automatically built by GitHub Actions, this includes an image based on amazonlinux.
  • [Security] Updated docker containers for CVE-2021-3449 and CVE-2021-3450.

v1.0.12.2

14 May 13:13
v1.0.12.2
e3c8189
Compare
Choose a tag to compare
  • Fixes issue with extended docker images scalelite-nginx not working. (Issue #548)