Skip to content

Releases: DSD-DBS/capella-collab-manager

v4.11.0

01 Nov 15:13
633bcff
Compare
Choose a tag to compare

What's Changed

New project filters have been added, and the time and time zone of nightly pipelines can now be configured globally.

Full Changelog

Features

  • feat(grafana): Always use 7d range for user happiness index chart by @MoritzWeber0 in #1932
  • feat: Add the ability to filter trainings in project view by @zusorio in #1937
  • feat: Customize schedule and tz of nightly pipelines via global config by @MoritzWeber0 in #1948
  • feat: Add the ability to filter project privacy in project view by @zusorio in #1941
  • feat: Allow setting supported project types for tools by @zusorio in #1944

Bug Fixes

  • fix: Add correct default for redirect_url when adding a new tool by @MoritzWeber0 in #1940

Internal Changes

Full Changelog: v4.10.0...v4.11.0

v4.10.0

28 Oct 17:05
18f4fb6
Compare
Choose a tag to compare

Note

Users with active sessions have to reconnect to their sessions after the update has been rolled out. We recommend to install the update when there are no active sessions.

What's Changed

The pre-authentication for sessions has been changed to use a private/public key infrastructure instead of session tokens stored in the database. This reduces the number of database connections required and makes the authentication process slightly faster.

Full Changelog

Features

Bug Fixes

  • fix(helm): Get storage information for backend-data from same source by @MoritzWeber0 in #1928

Documentation

Full Changelog: v4.9.0...v4.10.0

v4.9.0

24 Oct 13:31
5cb85b9
Compare
Choose a tag to compare

What's Changed

A new message is displayed to users when requesting a persistent session, indicating whether enough TeamForCapella licenses are available.

Features

  • feat: Add indicator to warn when most T4C licenses are being used by @zusorio in #1899
  • feat: Add metrics about the SQLAlchemy database pool by @MoritzWeber0 in #1925
  • feat(grafana): Increase width of feedback dashboard by @MoritzWeber0 in #1912

Bug Fixes

  • fix: Increase connection pool to 20 concurrent database connections by @MoritzWeber0 in #1924
  • fix: Bring cluster deployment up-to-date with latest changes by @MoritzWeber0 in #1911

Full Changelog: v4.8.2...v4.9.0

v4.8.2

16 Oct 08:11
c64ba8a
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • fix(grafana): Add fallback if all feedback values have anonymous label by @MoritzWeber0 in #1910

Full Changelog: v4.8.1...v4.8.2

v4.8.1

15 Oct 14:44
377110f
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • fix: Fix an issue where feedback that shared contact info was not sent by @zusorio in #1909
  • fix(grafana): Remove data without anonymity label from anonymity gauge by @MoritzWeber0 in #1907

Internal Changes

Full Changelog: v4.8.0...v4.8.1

v4.8.0

10 Oct 15:26
ce0f9de
Compare
Choose a tag to compare

Breaking Changes

In #1752, the verbosity of the TeamForCapella repository responses was reduced. Here is an overview with all API changes: #1752 (comment). Breaking changes are marked with a warning sign.

What's Changed

It's now possible to see the usage of TeamForCapella repositories in projects. This helps to identify if repositories are still in use or not.

Features

  • feat: Display usage of T4C repositories in projects by @MoritzWeber0 in #1752
  • feat(grafana): Show user happiness over time by @MoritzWeber0 in #1892
  • feat: Update feedback dialog to encourage actionable feedback by @zusorio in #1893
  • feat(grafana): Add feedback anonymity metric to Grafana dashboard by @zusorio in #1894

Documentation

  • docs: Fix a bunch of minor grammar issues and typos by @zusorio in #1889

Internal Changes

Full Changelog: v4.7.1...v4.8.0

v4.7.1

08 Oct 14:01
8d6fec5
Compare
Choose a tag to compare

Full Changelog

Bug Fixes

Internal Changes

Full Changelog: v4.7.0...v4.7.1

v4.7.0

07 Oct 16:07
015e5d2
Compare
Choose a tag to compare

Breaking Changes

  • All API routes below /api/v1/settings/modelsources/t4c were modified and split into different routes for license servers and T4C server instances. Make sure to update your scripts accordingly.
  • The existing "TeamForCapella" Grafana dashboard was renamed to "TeamForCapella Legacy". The dashboard doesn't provide any new data after this release, but can be used to view historical data. A new TeamForCapella dashboard is available.

What's Changed

Until now, each T4C server instance had it's own license server. This often meant that administrators had to enter the license configuration for each server again and again. Now, administrators can create a license server and link it to one or more instances.

Full Changelog

Features

  • feat!: Separate t4c license server and instance by @zusorio in #1866

Documentation

  • docs: Update links from angular.io to angular.dev by @zusorio in #1878

Internal Changes

  • test: Make loading of session file browser stories deterministic by @MoritzWeber0 in #1879
  • chore: Disable filtering for license servers in Grafana dashboard by @MoritzWeber0 in #1880

Full Changelog: v4.6.1...v4.7.0

v4.6.1

04 Oct 13:43
6e44a66
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Full Changelog: v4.6.0...v4.6.1

v4.6.0

04 Oct 12:52
ead6b4f
Compare
Choose a tag to compare

Breaking Changes

Breaking API change: The filename query parameter was renamed to path in /api/v1/sessions/{session_id}/files/download to make it consistent with the the list files endpoint.

Most Important Changes

The file browser got an overhaul with many UI & performance improvements as well as bug fixes. It supports the download of single files now. When users are logged out in the application, they will now be redirected to original page they're coming from after login.

Full Changelog

Features

Internal Changes

Full Changelog: v4.5.4...v4.6.0