Skip to content

Releases: blindsidenetworks/scalelite

v1.3-beta.2

13 Oct 14:32
v1.3-beta.2
63cb9b4
Compare
Choose a tag to compare
v1.3-beta.2 Pre-release
Pre-release

Release notes - Scalelite - Version 1.3.beta.2

Enhancements:

SL-210: New rake tasks for managing servers and meetings

Update a server: ./bin/rake servers:update[id,secret,loadMultiplier]
List all meetingIds running in specific/all servers: ./bin/rake servers:meeting_list["serverID1 serverID2 serverID3"]
List all/specific meetings running in BigBlueButton servers: ./bin/rake meetings:list["meetingId1 meetingId2 meetingId3"]
Get meeting details of a meeting running in BigBlueButton server: ./bin/rake meetings:info[meetingId]
End all/specific meetings running in BigBlueButton servers: ./bin/rake meetings:end["meetingId1 meetingId2 meetingId3"]

v1.3-beta.1

07 Oct 18:49
v1.3-beta.1
98069d6
Compare
Choose a tag to compare
v1.3-beta.1 Pre-release
Pre-release

Release notes - Scalelite - Version 1.3.beta.1

Bug:

  • SL-183: Problem joining meeting via Scalelite using POST #592
  • SL-204: /scalelite_batch_import.sh : add group scalelite-spool #646
  • SL-213: When a recording is unpublished, the flag published is set to false, but the state remains as published, this makes the getRecordng requests with filter unpublished and or published fail
  • SL-211: Recordings are shown to the integrations even if the file does not exist

Enhancements

  • SL-XX: Add rake task to sync cluster state (add/update/remove servers) from a YAML file #645

v1.2.0.1

04 Oct 20:14
v1.2.0.1
3394835
Compare
Choose a tag to compare

Release notes - Scalelite - Version 1.2.0.1

Bug

  • SL-215 Poller fails due to old Amazon-Linux Certificates Git ##688
  • SL-214 scalelite-nginx fails to respond to old recordings

v1.1.8.1

04 Oct 20:07
v1.1.8.1
1da7b76
Compare
Choose a tag to compare

Release notes - Scalelite - Version 1.1.8.1

Bug

  • SL-215 Poller fails due to old Amazon-Linux Certificates Git ##688

v1.2.0.1-beta.1

30 Sep 18:17
v1.2.0.1-beta.1
5c89c61
Compare
Choose a tag to compare
v1.2.0.1-beta.1 Pre-release
Pre-release

Release notes - Scalelite - Version 1.2.0.1-beta.1

Bug

  • hot-fix for restoring supporting for recordings created with a BBB server 2.0 and earlier.

v1.2

27 Sep 18:51
v1.2
fa3649e
Compare
Choose a tag to compare

Release notes - Scalelite - Version 1.2

Epic

  • SL-78 Implement protected recordings

Bug

  • SL-206 CSRF token issue fix
  • SL-202 Meta_analytics_url_checksum error #608
  • SL-200 response to protected recordings is not backward compatible
  • SL-199 getRecordings filter to prevent requests with no parameters is not correctly implemented

Improvement

  • SL-212 guides for upgrading SL from 1.1 to 1.2-systemd

Notes

This release requires to run migrations. And despite a modification was made to the bin/start script to allow running migrations on start, if the api or imported recordings don't work correctly, it may be needed to run the migration directly.

docker exec -t scalelite-api bundle exec rake db:migrate

There are a few new environment variables:

RECORDING_PLAYBACK_FORMATS: Recording playback formats supported by Scalelite, defaults to presentation:video:podcast:notes:capture.

PROTECTED_RECORDINGS_ENABLED: Applies to the recording import process. If set to "true", then newly imported recordings will have protected links enabled. Default is "false".

PROTECTED_RECORDINGS_TOKEN_TIMEOUT: Protected recording link token timeout in minutes. This is the amount of time that the one-time-use link returned in getRecordings calls will be valid for. Defaults to 60 minutes (1 hour).

PROTECTED_RECORDINGS_TIMEOUT: Protected recordings resource access cookie timeout in minutes. This is the amount of time that a user will be granted access to view a recording for after clicking on the one-time-use link. Defaults to 360 minutes (6 hours).

Please see mode details about Protected Recordings

v1.1.8

21 Sep 15:14
v1.1.8
f83fa94
Compare
Choose a tag to compare

Release notes - Scalelite - Version 1.1.8

Bug

  • SL-206 CSRF token issue fix
  • SL-203 SL-199 - getRecordings filter to prevent requests with no parameters is not correctly implemented
  • SL-190 Meta_analytics_url_checksum error # 608

Improvement

  • SL-209 Fix db:migrate task and auto-bootstrap DB in bin/start

v1.2-beta.3

17 Sep 20:04
v1.2-beta.3
f9d814e
Compare
Choose a tag to compare
v1.2-beta.3 Pre-release
Pre-release
Release: major 1, minor 2, beta 3

v1.1.8-beta.3

14 Sep 13:40
f83fa94
Compare
Choose a tag to compare
v1.1.8-beta.3 Pre-release
Pre-release
Release: major 1, minor 1, revision 8, beta 3

v1.2-beta.2

14 Sep 03:56
v1.2-beta.2
da6e38d
Compare
Choose a tag to compare
v1.2-beta.2 Pre-release
Pre-release
Release: major 1, minor 2, beta 2