Skip to content

Releases: DSD-DBS/capella-collab-manager

v4.18.2

21 Feb 09:46
bc6ec0a
Compare
Choose a tag to compare

Important

Due to a switch in the Grafana Loki schema to TSDB, existing logs may no longer be readable after the update. If you still need access to those logs, export them before the update.

What's Changed

Features

  • feat: Include Grafana time range in feedback emails by @MoritzWeber0 in #2218
  • feat: Add various action buttons to the session overview table by @zusorio in #2223

Bug Fixes

Internal Changes

Full Changelog: v4.18.1...v4.18.2

v4.18.1

18 Feb 08:23
0ace40f
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Internal Changes

Full Changelog: v4.18.0...v4.18.1

v4.18.0

17 Feb 10:30
831d636
Compare
Choose a tag to compare

What's Changed

This release contains a new dashboard that bundles all metrics related to an individual session:
image

Additionally, announcements can be marked as dismissible and the feedback emails are now sent in HTML instead of plain text.

Features

Bug Fixes

  • fix: Fix issue with copyright in docs when navigating by @zusorio in #2190
  • fix(session-preparation): Remove backup path instead of origin path by @MoritzWeber0 in #2195
  • fix: Always show at least one skeleton loader by @MoritzWeber0 in #219
  • fix: Handle unauthorized requests to Grafana or Prometheus by @MoritzWeber0 in #2202
  • fix: Encode query parameters in Grafana & Prometheus auth redirects by @MoritzWeber0 in #2209

Internal Changes

  • build: Add bundle size analysis powered by codecov by @zusorio in #2196
  • ci: Downgrade reg-actions to v2 (again) by @MoritzWeber0 in #2194
  • ci: Disable caching of pip-dependencies by @MoritzWeber0 in #2200
  • build(deps): bump capella-dockerimages from b7d56e2 to 83af369 by @dependabot in #2198
  • chore: Update Delete Repo Dialog to use modern Angular Control Flow by @zusorio in #2206
  • chore: Replace usages of executor_name fixture with user/admin fixture by @zusorio in #2205
  • build(deps): bump capella-dockerimages from 83af369 to 5f3b32d by @dependabot in #2210

Full Changelog: v4.17.1...v4.18.0

v4.17.1

11 Feb 11:00
cd073b7
Compare
Choose a tag to compare

What's Changed

Features

Bug Fixes

Internal Changes

Full Changelog: v4.17.0...v4.17.1

v4.17.0

07 Feb 15:27
3a69de2
Compare
Choose a tag to compare

What's Changed

The frontend loads up to 10x faster than before. In the file browser, it's now possible to delete files and directories. In addition, there are new Grafana dashboards for the backend database pool and users.

Features

Bug Fixes

  • fix: Make some subviews consistent and use new Angular Syntax by @zusorio in #2115
  • fix: Limit project card title lines to 1 by @zusorio in #2127
  • fix: Make sure gzip is applied to js files by @zusorio in #2173

Internal Changes

Full Changelog: v4.16.0...v4.17.0

v4.16.0

05 Feb 10:16
0b415a2
Compare
Choose a tag to compare

Important

Existing tokens will lose all of their scopes during the update. Please request all tokens again and limit the scopes with the new fine-grained permission system.

What's Changed

This release includes a new fine-grained permissions system for Personal Access Tokens. When creating a PAT, users can select the permissions to which the token should have access. In addition, session tokens are automatically issued for the duration of sessions.
Starting with this release, capella-trainer is supported as an official extension.

Features

Bug Fixes

Documentation

Internal Changes

Full Changelog: v4.15.0...v4.16.0

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