Skip to content

v1.19.0

Compare
Choose a tag to compare
@MoritzWeber0 MoritzWeber0 released this 08 Apr 13:47
· 108 commits to main since this release
a728084

Breaking changes

The authentication layer for xpra based sessions was removed. After this update, all xpra sessions will be exposed without authentication!

Reason for this change is a feature in the Capella Collaboration Manager, which automatically authenticates users against sessions (pre-authentication): https://github.com/DSD-DBS/capella-collab-manager/releases/tag/v3.1.0

If you don't use the Capella Collaboration Manager, you have to implement your own authentication mechanism.

Notable changes

The TeamForCapella commit messages, users, and timestamps will be added to Git commit messages with future importer jobs (TeamForCapella to Git) after this release. For example, a commit message will look like this:

Backup

- user: admin
  time: '2024-03-25T16:51:20.523000+00:00'
  description: null
- user: admin
  time: '2024-03-25T16:50:57.138000+00:00'
  description: First example commit

What's Changed

Features

Bug fixes

Documentation

Development

Full Changelog: v1.18.0...v1.19.0