v2.1.0
Notable changes
With this release, unused sessions (no cursor movement) are automatically terminated after a period of time (90 minutes by default). This helps reduce costs and use resources more efficiently.
In addition, it is now possible to download files from personal workspaces during running sessions.
The release also includes a feature to rename projects. Models in a project can now be deleted.
Full changelog
Features
- Build and use multiple capella versions by @amolenaar in #376
- Terminate unused sessions by @amolenaar in #441
- Download files by @amolenaar in #274
- Add deletion of models by @amolenaar in #444
- Introduce project renaming by @TimoBbz in #424
Bug fixes
- Make deletion of alerts working again by @MoritzWeber0 in #410
- Remove latin-1 validator by @TimoBbz in #415
- Fix user search by @dominik003 in #442
- Fix login by @amolenaar in #406
- Support postgres URLs with special characters by @MoritzWeber0 in #409
- Fix model styling by @MoritzWeber0 in #460
- Adjust git url validation by @dominik003 in #433
Documentation
- Update user documentation for v2 by @TimoBbz in #370
- Add documentation for backups, troubleshooting and files by @MoritzWeber0 in #453
Development
- Remove auto adding of pull requests to the Kanban board by @TimoBbz in #420
- Support Python 3.11 by @amolenaar in #416
- Remove
kubernetes-client
from backend Dockerfile by @dominik003 in #447 - Rename capellamodels to tool models by @MoritzWeber0 in #448
- Add and apply prettier for markdown by @MoritzWeber0 in #454
- Replace projects_name with project_id for ProjectUserAssociation by @TimoBbz in #423
- Stopping the session loop when exited by @dominik003 in #457
- chore(deps): bump capella-dockerimages from
0572d1f
to32f08c7
by @dependabot in #463
Full Changelog: v2.0.0...v2.1.0