Skip to content

v1.3.5

Choose a tag to compare

@jfederico jfederico released this 21 Nov 18:28
· 174 commits to master since this release
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.