Releases: blindsidenetworks/scalelite
Releases · blindsidenetworks/scalelite
v1.1-rc.1
v1.1-beta.4
This release requires to run migrations
docker exec -t scalelite-api bunlde exec rake db:migrate
v1.1-beta.3
major 1, minor 1, beta 3
v1.1-beta.2
major 1, minor 1, beta 2
v1.0.12.1
The only changes in this release are the ones applied to the scripts for CI for building the new extra images that support BigBlueButton 2.3 recordings. See https://github.com/blindsidenetworks/scalelite/blob/master/docker-README.md.
- Updated CI scripts for building new extended docker images.
v1.0.12
v1.0.11
- Changed logic for calculating server load. Two new env variables were added
LOAD_MIN_USER_COUNT
andLOAD_JOIN_BUFFER_TIME
. See README for details. - Fixed issue with scaelite-nginx on start.
- Standardized names for variables
NGINX_BEHIND_PROXY
(substitutes BEHIND_PROXY, although it is backward compatible) and `NGINX_RECORDINGS_ONLY. See README for details. - Added default value to
RECORDING_DISABLED
. See README for details. - Fixed issue with recording-importer failing on NFS and with BBB 2.3 recordings.
v1.0.10
- scalelite-nginx image can be used for proxying recordings only by setting NGINX_RECORDINGS_ONLY=true
- Added rake task liveness.rake to be used on k8s deployments.
- Reduced timeout on API calls to back end BBB servers
- Assigned 60 secs by default to POLL_INTERVAL and RECORDING_IMPORT_POLL_INTERVAL used by scalelite-poller and scalelite-recording-importer on start
- Assigned true by default to RECORDING_IMPORT_POLL used by scalelite-recording-importer on start
- Restored hard-coded value for default interval on rake task
- Restored hard-coded value for scalelite image used by proxy template.
v1.0.9
Updates
- Script recording.rake creates spool directory if it does not exist.
- Script poll.rake run in parallel.
- API for recordings can be disabled.
- API request getMeetings can be disabled.
- Added support for multiple shared secrets.
- Poller scans only BBB servers that are online and enabled.
- Fixed bug on scalelite_batch_import.sh
- Updates to systemd scripts for rotating logs
Housekeeping
- Add trademark attribution for BigBlueButton Inc.
- Removed dependency to travisci
v1.0.8
Fixed bug when processing certain recording formats