Skip to content

Releases: blindsidenetworks/scalelite

v1.5.1.6

30 Aug 15:08
1aa21c6
Compare
Choose a tag to compare

Release notes - Scalelite - Version 1.5.1.6

Improvements / Bug Fixes:

  • SL-XX: Fixed issue with Meeting.all not return all meetings in Multitenancy (resulting in issues when a server is panicked) (#1012)
  • SL-XX: Server rake tasks now exit with code 1 if they fail

Notes:

Release tested by contributors [ @farhatahmad ] composer deployment

v1.5.1.5

02 Aug 14:06
c884b93
Compare
Choose a tag to compare

Release notes - Scalelite - Version 1.5.1.5

Improvements / Bug Fixes:

  • SL-XX: Fixed issue with getRecordings returning duplicate recordings (#1003)
  • SL-XX: MULTITENANCY_ENABLED must now be explicitly set to true to enable it (#1004)

Notes:

Release tested by contributors [ @farhatahmad ] composer deployment

v1.5.1.4

20 Jul 14:48
1ae4832
Compare
Choose a tag to compare

Release notes - Scalelite - Version 1.5.1.4

Improvements / Bug Fixes:

  • SL-XX: Improve tenant query for getRecordings call (#991)

Notes:

Release tested by contributors [ @farhatahmad ] composer deployment

v1.5.1.3

18 Jul 14:15
31b39d3
Compare
Choose a tag to compare

Release notes - Scalelite - Version 1.5.1.3

Improvements / Bug Fixes:

  • SL-XX: Fix bug causing getRecordings not to return all the metadata (#989)

Notes:

Release tested by contributors [ @farhatahmad ] composer deployment

v1.5.1.2

04 Jul 20:16
2c3b29e
Compare
Choose a tag to compare

Release notes - Scalelite - Version 1.5.1.2

Improvements / Bug Fixes:

  • SL-282: Fix Recording Ready Notifier not working in multitenant (#981)

Notes:

Release tested by contributors [ @farhatahmad ] composer deployment

v1.5.1.1

28 Jun 14:26
Compare
Choose a tag to compare

Release notes - Scalelite - Version 1.5.1.1

Improvements / Bug Fixes:

  • SL-XX: Update Redis Namespace gem to get rid of annoying redis warnings (#974)
  • SL-282: Fix Recording Ready Notifier not working in multitenant (#977)

Notes:

Release tested by contributors [ @farhatahmad ] composer deployment

v1.5.1

08 Jun 19:17
2724f36
Compare
Choose a tag to compare

Release notes - Scalelite - Version 1.5.1

Features:

IMPORTANT NOTE: If you are using Scalelite Run (the docker-compose deployment), please read the Scalelite Run section below.

  • SL-248: Implemented an API to manage Servers (#924)
  • SL-252: Implemented an API to manage Tenants (#948)
  • SL-266: Added TenantSettings which provides the ability to customize create/join settings on a per-tenant basis(#940)
  • SL-281: Added support for the insertDocument API endpoint (#945)

Improvements:

  • SL-XX: Minor adjustments to our documentation to improve readability (#951)

Scalelite Run:
For users deploying with the Scalelite Run / docker-compose deployment, there are a couple of adjustments required within the NGINX files to enable the latest features. Please follow the instructions below:

  1. Navigate to the files: scalelite-run/data/proxy/nginx/sites.template.scalelite-local and scalelite-run/data/proxy/nginx/sites.template.scalelite-proxy
  2. Within both files, you will need to update the final location / block

Original Code:

location / {
	proxy_pass http://docker-scalelite-api/health_check;
	include /etc/nginx/sites-common;
}

Updated Code:

location / {
	proxy_pass http://docker-scalelite-api;
	include /etc/nginx/sites-common;
}

Notes:

Release tested by contributors [ @farhatahmad, @Mariam05, @scouillard ] composer deployment

v1.5.1-beta.1

01 Jun 21:31
9db0ed8
Compare
Choose a tag to compare
v1.5.1-beta.1 Pre-release
Pre-release

Release notes - Scalelite - Version 1.5.1-beta.1

Features:

IMPORTANT NOTE: If you are using Scalelite Run (the docker-compose deployment), please read the Scalelite Run section below.

  • SL-248: Implemented an API to manage Servers (#924)
  • SL-252: Implemented an API to manage Tenants (#948)
  • SL-266: Added TenantSettings which provides the ability to customize create/join settings on a per-tenant basis(#940)
  • SL-281: Added support for the insertDocument API endpoint (#945)

Improvements:

  • SL-XX: Minor adjustments to our documentation to improve readability (#951)

Scalelite Run:
For users deploying with the Scalelite Run / docker-compose deployment, there are a couple of adjustments required within the NGINX files to enable the latest features. Please follow the instructions below:

  1. Navigate to the files: scalelite-run/data/proxy/nginx/sites.template.scalelite-local and scalelite-run/data/proxy/nginx/sites.template.scalelite-proxy
  2. Within both files, you will need to update the final location / block

Original Code:

location / {
	proxy_pass http://docker-scalelite-api/health_check;
	include /etc/nginx/sites-common;
}

Updated Code:

location / {
	proxy_pass http://docker-scalelite-api;
	include /etc/nginx/sites-common;
}

Notes:

All images need to be verified

v1.5.0

24 May 14:36
a66f503
Compare
Choose a tag to compare

Release notes - Scalelite - Version 1.5.0

Features:

Improvements:

  • [SL-272] Upgrade Ruby 3.0 (#908)
  • [SL-272] Upgrade to Rails 6.1 (#908)
  • [SL-XX] Simplify recording import and make it more robust (#807)
  • [SL-XX] Migrated Minitest tests over to RSpec (#911, #917, #920, #921)
  • [SL-274] Upgrades to CI Scripts (#925, #926)

Notes:

Release tested by contributors [ @farhatahmad, @Mariam05 ] composer deployment

v1.5.0-beta.1

11 May 21:44
f7e37b2
Compare
Choose a tag to compare
v1.5.0-beta.1 Pre-release
Pre-release

Release notes - Scalelite - Version 1.5.0-beta.1

Features:

  • [SL-276] Implemented Multitenancy (#886, #906, #931)
    • Documentation can be found here.

Improvements:

  • [SL-272] Upgrade Ruby 3.0 (#908)
  • [SL-272] Upgrade to Rails 6.1 (#908)
  • [SL-XX] Simplify recording import and make it more robust (#807)
  • [SL-XX] Migrated Minitest tests over to RSpec (#911, #917, #920, #921)
  • [SL-274] Upgrades to CI Scripts (#925, #926)

Notes:

All images need to be verified