Releases: blindsidenetworks/scalelite
v1.3.3-beta.1
Release notes - Scalelite - Version 1.3.3-beta.1
Security:
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
v1.3.2.1-beta.1
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
v1.3.1
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
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
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
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
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"]