Skip to content

OpenTera Release 1.2.4

Compare
Choose a tag to compare
@SBriere SBriere released this 27 Oct 15:19
· 79 commits to main since this release
48d604c

What's Changed

This release upgrades the server to Python 3.11, adds new features to VideoRehab service and updates the database models to allow hard deletes and undeletes.

New features

  • #230 VideoRehab service: Add music streaming option (sharing desktop sounds without video)
  • #220 FileTransferService: Allowed participants and devices to create new files
  • #222 #223 Updated to Python 3.11 and SQLAlchemy 2.x and updated all packages dependencies to recent versions
  • #203 Implemented hard delete on database model objects
  • #202 Implemented undelete on database model objects
  • #227 #228 In service access functions, added decorator to check for any or all roles specified before entering the decorated function

Major issues fixed

None

Minor issues fixed

  • #221 Improved handling of invalid ids in updates / inserts
  • #219 Removed local certificates dependencies (moved to nginx)
  • Fixed issue with test type deletion and access roles

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.3...v1.2.4