Skip to content

OpenTera Release 1.2.4-zenodo

Compare
Choose a tag to compare
@doumdi doumdi released this 07 Nov 13:24
· 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. There is no change from v1.2.4, this minor update is simply to obtain a DOI from Zenodo.

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