|
2 | 2 | All notable changes to this project will be documented in this file. |
3 | 3 | This project adheres to [Semantic Versioning](http://semver.org/). |
4 | 4 |
|
| 5 | +## [5.2.0] - 2025-06-11 |
| 6 | +### Added |
| 7 | +- PB-42861 As a user I can use passbolt in Slovenian language |
| 8 | +- PB-42986 As a user I can use passbolt in Ukrainian language |
| 9 | +- PB-42878 Add User GPG key policies (ECC by default) support behind a feature flag |
| 10 | +- PB-41966 As a resource owner I should receive a notification on the day that my resources expire |
| 11 | + |
| 12 | +### Improved |
| 13 | +- PB-42706 Alias POST /metadata/keys/privates.json endpoint to POST /metadata/keys/private.json |
| 14 | + |
| 15 | +### Fixed |
| 16 | +- PB-42800 The check metadata key presence in the healthcheck should not fail if no metadata key is required |
| 17 | +- PB-42701 Fixes the contain of missing metadata key on view user endpoint |
| 18 | +- PB-42592 Add missing attribute in ldap default configuration file |
| 19 | +- PB-42574 Fix LDAP Typed property error |
| 20 | + |
| 21 | +### Security |
| 22 | +- PB-42687 Security alert emails should display user IP and user agent only if configured |
| 23 | +- PB-42379 PBL-13-004 - Fixes HTML injections in email notifications |
| 24 | + |
| 25 | +### Maintenance |
| 26 | +- PB-42935 Upgrade API babel dev dependency |
| 27 | +- PB-42893 Upgrade API lock-link-api dev dependency |
| 28 | +- PB-42923 refactor code to remove warning in selenium execution context |
| 29 | + |
| 30 | +## [5.2.0-rc.1] - 2025-06-04 |
| 31 | +### Added |
| 32 | +- PB-42861 As a user I can use passbolt in Slovenian language |
| 33 | +- PB-42986 As a user I can use passbolt in Ukrainian language |
| 34 | +- PB-42878 Add User GPG key policies (ECC by default) support behind a feature flag |
| 35 | +- PB-41966 As a resource owner I should receive a notification on the day that my resources expire |
| 36 | + |
| 37 | +### Improved |
| 38 | +- PB-42706 Alias POST /metadata/keys/privates.json endpoint to POST /metadata/keys/private.json |
| 39 | + |
| 40 | +### Fixed |
| 41 | +- PB-42800 The check metadata key presence in the healthcheck should not fail if no metadata key is required |
| 42 | +- PB-42701 Fixes the contain of missing metadata key on view user endpoint |
| 43 | + |
| 44 | +### Security |
| 45 | +- PB-42687 Security alert emails should display user IP and user agent only if configured |
| 46 | +- PB-42378 PBL-13-001 - Fixes open redirect on MFA step in login |
| 47 | +- PB-42379 PBL-13-004 - Fixes HTML injections in email notifications |
| 48 | +- PB-43115 Fix XSS in email footer where the full base URL was not escaped or sanitized |
| 49 | + |
| 50 | +### Maintenance |
| 51 | +- PB-42935 Upgrade API babel dev dependency |
| 52 | +- PB-42893 Upgrade API lock-link-api dev dependency |
| 53 | +- PB-42923 refactor code to remove warning in selenium execution context |
| 54 | + |
| 55 | +## [5.2.0-test.1] - 2025-06-03 |
| 56 | +### Added |
| 57 | +- PB-42861 As a user I can use passbolt in Slovenian language |
| 58 | +- PB-42986 As a user I can use passbolt in Ukrainian language |
| 59 | +- PB-42878 Add User GPG key policies (ECC by default) support behind a feature flag |
| 60 | +- PB-41966 As a resource owner I should receive a notification on the day that my resources expire |
| 61 | + |
| 62 | +### Improved |
| 63 | +- PB-42706 Alias POST /metadata/keys/privates.json endpoint to POST /metadata/keys/private.json |
| 64 | + |
| 65 | +### Fixed |
| 66 | +- PB-42800 The check metadata key presence in the healthcheck should not fail if no metadata key is required |
| 67 | +- PB-42701 Fixes the contain of missing metadata key on view user endpoint |
| 68 | + |
| 69 | +### Security |
| 70 | +- PB-42687 Security alert emails should display user IP and user agent only if configured |
| 71 | +- PB-42378 PBL-13-001 - Fixes open redirect on MFA step in login |
| 72 | +- PB-42379 PBL-13-004 - Fixes HTML injections in email notifications |
| 73 | + |
| 74 | +### Maintenance |
| 75 | +- PB-42935 Upgrade API babel dev dependency |
| 76 | +- PB-42893 Upgrade API lock-link-api dev dependency |
| 77 | +- PB-42923 refactor code to remove warning in selenium execution context |
| 78 | + |
5 | 79 | ## [5.1.1] - 2025-05-22 |
6 | 80 | ### Fixed |
7 | 81 | - PB-42701 Fix the contain of missing metadata key on view user endpoint |
|
0 commit comments