Skip to content

Releases: blindsidenetworks/scalelite

v1.3.3-beta.1

03 Mar 14:37
v1.3.3-beta.1
de8896a
Compare
Choose a tag to compare
v1.3.3-beta.1 Pre-release
Pre-release

Release notes - Scalelite - Version 1.3.3-beta.1

Security:

  • PR #758 Filter out passwords from logs (closes #757)
  • PR #764 Updated ruby gems (closes #763)

Bugs:

  • PR #765 Restored support for other recording formats (closes #745)
  • PR #766 Fixed alternate amazonlinux image (follow-up to PR #765)

Notes

Because the security updates applied to this version, it is recommended to upgrade all deployments ASAP.

v1.3.2.1

20 Jan 17:00
0e1d5b3
Compare
Choose a tag to compare

Release notes - Scalelite - Version 1.3.2.1

Bugs:

SL-XXX Fixed regression on issue with amazonlinux image not being built, and bump amazonlinux base image.

v1.3.2.1-beta.1

20 Jan 16:53
0e1d5b3
Compare
Choose a tag to compare
v1.3.2.1-beta.1 Pre-release
Pre-release

Release notes - Scalelite - Version 1.3.2.1-beta.1

Bugs:

SL-XXX Fixed regression on issue with amazonlinux image not being built, and bump amazonlinux base image.

v1.3.2

04 Jan 22:44
Compare
Choose a tag to compare

Release notes - Scalelite - Version 1.3.2

Bugs:

  • GIT-743: Fix setting SCALELITE_API_PORT env var in nginx config (closes #743)

v1.3.1

23 Dec 20:24
v1.3.1
803cbbd
Compare
Choose a tag to compare

Release notes - Scalelite - Version 1.3.1

Bugs:

  • GIT-732: Skip forgery protection on playback resource (closes #732)
  • GIT-727: Fix missing argument in servers:yaml command (closes #727)
  • GIT-262: Apply PORT environment variable from etc/default/scalelite (closes #178 #262)
  • GIT-722: Recording importer's failed import process does not retry (closes #722)
  • GIT-735: protected recordings can now be disabled (closes #735)
  • SL-136 Restored delete state to recordings after regression.

Enhancements:

  • GIT-221: added support for SHA256 along SHA1 for API request 'signatures' (closes #221)

v1.3.1-beta.3

23 Dec 20:26
v1.3.1-beta.3
803cbbd
Compare
Choose a tag to compare
v1.3.1-beta.3 Pre-release
Pre-release

Release notes - Scalelite - Version 1.3.1-beta.3

Bugs:

  • SL-XXX Fixed issue with amazonlinux image not being built, and bump amazonlinux base image.

v1.3.1-beta.2

26 Nov 17:10
v1.3.1-beta.2
e9dbe8c
Compare
Choose a tag to compare
v1.3.1-beta.2 Pre-release
Pre-release

Release notes - Scalelite - Version 1.3.1-beta.2

Bugs:

  • SL-136 Restored delete state to recordings after regression.
  • GIT-735: protected recordings can now be disabled (closes #735)

v1.3.1-beta.1

19 Nov 14:57
v1.3.1-beta.1
6385d13
Compare
Choose a tag to compare
v1.3.1-beta.1 Pre-release
Pre-release

Release notes - Scalelite - Version 1.3.1-beta.1

Bugs:

GIT-732: Skip forgery protection on playback resource (closes #732)
GIT-727: Fix missing argument in servers:yaml command (closes #727)
GIT-262: Apply PORT environment variable from etc/default/scalelite (closes #178 #262)
GIT-722: Recording importer's failed import process does not retry (closes #722)

Enhancements:

GIT-221: added support for SHA256 along SHA1 for API request 'signatures' (closes #221)

v1.3

29 Oct 17:11
v1.3
e2eb7ef
Compare
Choose a tag to compare

Release notes - Scalelite - Version 1.3

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

  • GIT-707: Updated rubocop to 1.10.0 (closes #707) PR #716
  • Add rake task to sync cluster state (add/update/remove servers) from a YAML file #645
  • 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.3

21 Oct 18:40
v1.3-beta.3
e2eb7ef
Compare
Choose a tag to compare
v1.3-beta.3 Pre-release
Pre-release

Release notes - Scalelite - Version 1.3.beta.3

Enhancements:

  • SL-210: update rake tasks for managing servers and meetings PR #708
  • GIT-707: Updated rubocop to 1.10.0 (closes #707) PR #716