Skip to content

release-1.1.5

Compare
Choose a tag to compare
@jfederico jfederico released this 18 Mar 19:23
· 63 commits to master since this release
release-1.1.5
2d99874

Rooms

This release adds a new feature to the LTI Rooms app called 'Shared Rooms', which allows for multiple rooms to "launch" into the same room. It also includes the ability to read moderator roles set in the broker, so that the tool administrator can set which roles they wish to be considered moderators. Finally, with this release, we have enabled hsts, as well as updated dependencies for improved security.

What's Changed

  • [LTI-257, LTI-289, LTI-303] Implemented a 'shared rooms' feature, where one room can use the code of another room, resulting in the same landing page (Room name, description, recordings, and meeting link) (#266 #267, #269, #273, #286, #285, #288)
  • [LTI-308] Add ability to read moderator roles from broker so that it can be customized per tenant (#282)
  • [LTI-299] enable hsts in prod (#270, #284)
  • security and dependency updates (#265, #264, #271, #276, #278, #280, #277, #281, #283)
  • [ci] update github actions for fix in coverall errors (#268)