Skip to content

OpenTera Release 1.2.5

Compare
Choose a tag to compare
@SBriere SBriere released this 05 Mar 19:30
· 280 commits to main since this release
db616b0

What's Changed

This release adds many new features that were required for various current development projects and also fixes some issues in the VideoRehab service.

New features

  • Added new "test" API when running in test mode (in memory, sqlite) to reset the database
  • #237. Improved device registration process by securing it with a register key
  • #234. Added service participant groups API
  • #239. Added support for json serialization of "DATE" column type
  • #240. Added name search feature in service / participants API
  • #241. Added option to query usergroups who has access to a specific project or site in service / usergroup API
  • Added command line option to create default database values

Major issues fixed

  • Adding a participant / user / device to a WebRTC session when it was in progress wasn't working
  • #232. VideoRehab: Fixed camera switching not always properly working on Android devices
  • #242. VideoRehab: Fixed camera enumeration not working if another application was using the camera
  • Fixed redis authentication with password not properly working

Minor issues fixed

  • Improved response time when querying stats for projects with participants

Known issues

  • Hard delete and undelete features are not exposed over APIs yet - this will be done in a future release.

Full Changelog:
v1.2.4...v1.2.5