Releases: cryptomator/hub
Releases · cryptomator/hub
1.2.0
What's Changed
What's New
- Audit Logs (Premium Feature): Monitor user actions with insights for admins (#192, #213)
- Archive Vault: Remove and reactivate vaults (#202)
- Edit Vault Metadata: Customize vault name and description (#205)
- User Profile Page: Centralized device management and settings (#203)
- Vault Names Flexibility: No more unique vault name requirement (#147)
What's Fixed
Other Changes
Full Changelog: 1.1.1...1.2.0
1.2.0 Beta 5
What's Changed
- Check available seats when creating a vault so that they cannot be exceeded by it and vaults can still be unlocked b0f68cd
- Show last month's log by default 9548b75
- Show specific error message for license expired or number of seats exceeded 1d69704 & fdd8a7a
Full Changelog: 1.2.0-beta4...1.2.0-beta5
1.2.0 Beta 4
What's Changed
Full Changelog: 1.2.0-beta3...1.2.0-beta4
1.2.0 Beta 3
What's Changed
- Downgrade quarkus to 3.0.1 due to bugs in native image
- Vault names do not have to be unique anymore (#147)
- Create vault event logged although vault was only updated
- Added more Audit events (#213)
Note: Due to refactoring in #213, all audit events will be dropped when updating from beta2 to this version.
Full Changelog: 1.2.0-beta2...1.2.0-beta3
1.2.0 Beta 2
What's Changed
Downgrade Quarkus to 3.1.0 to fix crashing native image 579e83d
Full Changelog: 1.2.0-beta1...1.2.0-beta2
1.2.0 Beta 1
What's Changed
- Documentation: Add missing 200 API response by @chenkins in #200
- Feature: User profile page and device type by @tobihagemann in #203
- Feature: Audit Logging by @overheadhunter in #192
- Feature: Archive vault by @infeo in #202
- Feature: Edit vault metadata by @tobihagemann in #205
Misc
- Updated Keycloak to 21.1.2
- Updated Quarkus to 3.1.2
Full Changelog: 1.1.1...1.2.0-beta1
1.1.1
What's Changed
- #181, #184, #185, #193 Enhanced internal data types
- 9d599db
Create
button text in the vault creation component renamed toNext
- Updated dependencies
Full Changelog: 1.1.0...1.1.1
Recommended tasks before or after updating to 1.1.1
In the Setup Wizard, we have improved the condition checks of the Hub Deployment / Service. in case you want to apply it as well:
Kubernetes:
startupProbe:
httpGet:
path: /q/health/started
port: 8080
livenessProbe:
httpGet:
path: /api/config
port: 8080
initialDelaySeconds: 10
periodSeconds: 3
readinessProbe:
httpGet:
path: /api/config
port: 8080
initialDelaySeconds: 10
periodSeconds: 3
Docker-Compose:
healthcheck:
test:
- CMD-SHELL
- (curl -f http://localhost:8080/q/health/live && curl -f http://localhost:8080/api/config) || exit 1
1.1.0
What's Changed
- #174 Added compatibility with managed instances
- #176 Added recovery key, which can be used in disaster cases
- Updated dependencies
Full Changelog: 1.0.3...1.1.0