Skip to content

Releases: DSD-DBS/capella-collab-manager

v4.15.0

09 Dec 16:46
bc6e9d1
Compare
Choose a tag to compare

What's Changed

This release introduces provisioned sessions and training modules, which can be viewed in the session overview. By default, provisioned sessions will now open in the internal session viewer. The session viewer also features a new quick-action to copy the TeamForCapella token. Additionally, the application can be personalized for your organization by incorporating a custom logo and badge.

Full Changelog

Features

Bug Fixes

Internal Changes

Full Changelog: v4.14.0...v4.15.0

v4.14.0

29 Nov 13:38
79b8796
Compare
Choose a tag to compare

What's Changed

This release introduces a new feature to provision projects. The project provisioning capability initiates sessions with all relevant tools and provisions the models for the given project. After the initial provisioning, users can make persistent changes to the models. This feature will also be utilized for future trainings. Additionally, numerous enhancements have been made to the user interface for both mobile and desktop devices, providing a better user experience across platforms.

Full Changelog

Features

Bug Fixes

Internal Changes

Full Changelog: v4.13.0...v4.14.0

v4.13.0

12 Nov 22:27
6156e34
Compare
Choose a tag to compare

What's Changed

The Internal Session Viewer does now also accept non-ready sessions. This results in an improved workflow: Persistent sessions can be opened in the Internal Session Viewer directly from the Active Session pane. Read-only sessions are opened in the Internal Session Viewer immediately upon request.

In addition, the release includes a feature to register users as beta users. These users get access to features earlier and can test them before they are released to all users.

Full Changelog

Features

Bug Fixes

Documentation

Internal Changes

Full Changelog: v4.12.0...v4.13.0

v4.12.0

09 Nov 11:08
aefb522
Compare
Choose a tag to compare

Important

Sessions created before this update can't be terminated after the update anymore! Make sure to terminate all sessions before the update or clean the objects in Kubernetes manually.

What's Changed

This release improves the session state reliability. The API now returns a fixed set of states, making it easier to handle different states in applications.

Features

Bug Fixes

  • fix: Allow longer feedback and warn users if their feedback is too long by @zusorio in #1949

Development

Full Changelog: v4.11.0...v4.12.0

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