Skip to content

Commit 4b7d0b5

Browse files
committed
Add 1.4.0-beta1 to the CHANGELOG.md
1 parent 0d6ac50 commit 4b7d0b5

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3636
- CVE-2024-4068: Uncontrolled resource consumption in braces
3737
- CVE-2024-39338: Server-Side Request Forgery in axios
3838

39+
## [1.4.0-beta1](https://github.com/cryptomator/hub/compare/1.3.4...1.4.0-beta1)
40+
41+
### Added
42+
43+
- This CHANGELOG file
44+
- WoT: Users will now have an ECDH as well as ECDSA key (#282)
45+
- WoT: Users can now mutually verify their identity, hardening Hub against injection of malicious public keys (#281)
46+
- Permission to create new vaults can now be controlled via the `create-vaults` role in Keycloak (#206)
47+
48+
### Changed
49+
50+
- Updated Keycloak to 25.0.6
51+
- Updated to Java 21 (#272)
52+
- Updated to Quarkus 3.15.x LTS
53+
- Bumped build time dependencies
54+
- Migrated remaining commonjs modules in frontend build to ESM (#291)
55+
- Memoize infrequently changing data, reducing XHR roundtrips
56+
- Switched to JWK thumbprint format in user profile
57+
- Switched to Repository Pattern (#273)
58+
59+
### Fixed
60+
61+
- Fixed incorrect ARIA roles improving accessibility
62+
- Fixed incorrect `Content-Type` header for `/api/vaults/{vaultId}/access-token` (#284)
63+
64+
### Security
65+
66+
- CVE-2023-45133: Babel vulnerable to arbitrary code execution when compiling specifically crafted malicious code
67+
- CVE-2024-4068: Uncontrolled resource consumption in braces
68+
- CVE-2024-39338: Server-Side Request Forgery in axios
69+

0 commit comments

Comments
 (0)