Releases: blindsidenetworks/scalelite
v1.3.5.1
v1.3.5.1-beta.1
Release: major 1, minor 3, revision 5, patch 1, beta 1
v1.3.5
Release notes - Scalelite - Version 1.3.5
Bugs:
- [SL-241] Updated dependencies due security concerns. PR #825
- [SL-242] Updated amazonlinux base image PR #827 (closed #826)
- [SL-236] Enforced checksum algorithms through configuration PR #828 (closed #810 & #811)
- [SL-243] Updated docker images PR #830 and #832
Notes:
This release include a new environment variable.
LOADBALANCER_CHECKSUM_ALGORITHM
: Define a list of the algorithms allowed to calculate the checksum e.g. [SHA1:SHA256:SHA512], [SHA1:SHA256] or [SHA512]. The same algorithm in the request is transferred to requests made to BigBlueButton. When not set, Scalelite accepts checksums generated with SHA1, SHA256, or SHA512 and calls to BigBlueButton servers use SHA256.
v1.3.5-beta.2
Release notes - Scalelite - Version 1.3.5-beta.2
Bugs:
- [SL-241] Updated dependencies due security concerns. PR #825
- [SL-242] Updated amazonlinux base image PR #827 (closed #826)
- [SL-236] Enforced checksum algorithms through configuration PR #828 (closed #810 & #811)
- [SL-243] Updated docker images PR #830 and #832
Notes:
This release include a new environment variable.
LOADBALANCER_CHECKSUM_ALGORITHM
: Define a list of the algorithms allowed to calculate the checksum e.g. [SHA1:SHA256:SHA512], [SHA1:SHA256] or [SHA512]. The same algorithm in the request is transferred to requests made to BigBlueButton. When not set, Scalelite accepts checksums generated with SHA1, SHA256, or SHA512 and calls to BigBlueButton servers use SHA256.
v1.3.5-beta.1
Release notes - Scalelite - Version 1.3.5-beta.1
Bugs:
- [SL-241] Updated dependencies due security concerns. PR #825
- [SL-242] Updated amazonlinux base image PR #827 (closed #826)
- [SL-236] Enforced checksum algorithms through configuration PR #828 (closed #810 & #811)
Notes:
This release include a new environment variable.
LOADBALANCER_CHECKSUM_ALGORITHM
: Define a list of the algorithms allowed to calculate the checksum e.g. [SHA1:SHA256:SHA512], [SHA1:SHA256] or [SHA512]. The same algorithm in the request is transferred to requests made to BigBlueButton. When not set, Scalelite accepts checksums generated with SHA1, SHA256, or SHA512 and calls to BigBlueButton servers use SHA256.
v1.3.4
Release notes - Scalelite - Version 1.3.4
Security:
Features:
- PR #780 Added env vars default and override params for create and join (See: Environment Variables)
DEFAULT_CREATE_PARAMS
OVERRIDE_CREATE_PARAMS
DEFAULT_JOIN_PARAMS
OVERRIDE_JOIN_PARAMS
v1.3.4-beta.1
Release notes - Scalelite - Version 1.3.4-beta.1
Security:
- PR #782 Updated Rails version
Features:
- PR #780 Added env vars default and override params for create and join (See: Environment Variables)
v1.3.3.1
v1.3.3
Release notes - Scalelite - Version 1.3.3
Security:
Features:
- PR #772 Added the ability to localize the "Recording Not Found" page (See: customizing-strings)
- PR #772 Added a
DEFAULT_LOCALE
env variable which can be used to set the default language for specific pages (recording_not_found) (See: DEFAULT_LOCALE)
Bugs:
v1.3.3-beta.2
Release notes - Scalelite - Version 1.3.3-beta.2
Bugs:
- PR #768 Restored support for bionic230-amazonlinux Docker image.