Skip to content

Releases: bigbluebutton/greenlight

release-3.6.3

09 Jul 16:03
b7f6a3a
Compare
Choose a tag to compare

Release Notes

What's Changed

Bug Fixes

  • Fixed incorrect param name resulting in no UserID being passed from GL
  • Fixed issue with recent MuteOnStart migration failing

Other

  • Language Updates

release-3.6.2

23 May 18:10
251c307
Compare
Choose a tag to compare

Release Notes

What's Changed

Improvements

  • Once a new room is created, the user will be automatically navigated into the room

Bug Fixes

  • Fixed issue causing user login to result in a 502
  • Fixed issue with ?sso=true hanging

release-3.6.1

15 May 17:44
d3ad3e3
Compare
Choose a tag to compare

Release Notes

What's Changed

Improvements

  • Put the OPENID_CONNECT logout flow behind a new env variable
    • OPENID_CONNECT_LOGOUT_PATH
    • If using Keycloak, you can set that value to OPENID_CONNECT_LOGOUT_PATH="/protocol/openid-connect/logout"
    • If using a different provider, please refer to their documentation

release-3.6.0

13 May 14:36
0619897
Compare
Choose a tag to compare

Release Notes

What's Changed

Features

  • Added a "Unverified" tab to the Manage Users page that allows admins to manually verify local users (#6027)
  • Added "Auto" sign in ability by passing ?sso=true to the homepage to automatically trigger the sign in process (#6041)

Improvements

  • Implemented the correct OpenID Connect LogOut process for external users (#6042)
  • Mute on Start is now enabled by default for all NEW rooms (#6045)
    • Performance reasons with BBB 3.0 and LiveKit
    • Can be reverted through Room Configurations (switch back to Optional (default disabled))

Bug Fixes

  • Fixed issue with sorting not working in Room Recordings Table (#6024)

Other

  • Multiple Gem Security Updates
  • Language Updates

release-3.5.2

07 Mar 17:06
8c000e4
Compare
Choose a tag to compare

Release Notes

What's Changed

Bug Fixes

  • Upgrade deprecated Github Actions to allow image to build (#6009)

release-3.5.1

07 Mar 16:51
f9925c6
Compare
Choose a tag to compare

Release Notes

What's Changed

Bug Fixes

  • Added missing .ruby-version file (#6005)
  • Added missing library for processing jpeg files (#6008)

release-3.5.0

19 Feb 20:42
9437946
Compare
Choose a tag to compare

Release Notes

What's Changed

Features

Improvements

  • Upgrade to Rails 7.2, Ruby 3.3, Alpine 3.20 (#5976)

Bug Fixes

  • Fixed last_session time display for HU and CS languages (#5990)

Other

  • Gem Security Updates
  • Language Updates

release-3.4.5

30 Jan 19:12
f9309d9
Compare
Choose a tag to compare

Release Notes

What's Changed

Improvements

  • Added a new Site Setting to hide 'Already have an account? Sign in' on Room Join (#5985)

release-3.4.4

20 Dec 16:34
5e1dbb4
Compare
Choose a tag to compare

Release Notes

What's Changed

Improvements

  • Improved error messaging when trying to sign up with unallowed domains (#5979)

Bug Fixes

  • Attempt to fix issue with external users not being redirected correctly on sign in (#5977)
  • Fix bug causing the current value of Allowed Domains not to appear when set (#5979)

release-3.4.3

05 Dec 15:39
25ba321
Compare
Choose a tag to compare

Release Notes

What's Changed

Improvements

  • Added unauthorized response to recording_ready callback to facilitate fix for multiple secrets in Scalelite (#5972)

Bug Fixes

  • Fixed issue with startup failing (#5973)