|
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.6.0] - 2025-10-08 |
| 6 | +### Added |
| 7 | +- PB-45058 Add datacheck to check for existing metadata key with no metadata private keys |
| 8 | +- PB-44187 As an admin I cannot delete a metadata key associated with a deleted resource |
| 9 | +- PB-44183 As a user that is sole owner of v4 resources when v4 resources types are disabled, v4 resources should be ignored on an ownership transfer request |
| 10 | +- PB-44770 As a user I want to configure the trusted_proxies list as an environment variable |
| 11 | +- PB-45471 Add new database migration to add standalone notes resource type |
| 12 | +- PB-45472 Update resource types endpoints tests to assert enable/disable is working for new standalone notes resource type |
| 13 | +- PB-45473 Update resources endpoints tests to accommodate new standalone notes resource type |
| 14 | + |
| 15 | +### Fixed |
| 16 | +- PB-45222 Fix EmailDigest not working for v5 resources |
| 17 | +- PB-45447 Fix PUT /metadata/keys/<uuid>.json endpoint returning 500 error with trailing data |
| 18 | +- PB-45436 As an administrator I can define the default cache engine with an environment variable |
| 19 | +- PB-45454 Fix 500 error due to MySQL deadlock on create resource endpoint |
| 20 | +- PB-45456 Allow editing of v4 resources even when v4 resource type creation is disabled |
| 21 | +- PB-45258 Fix grammatical errors in the resource update email content |
| 22 | +- PB-45057 Reduce memory consumption on the action logs endpoints |
| 23 | +- PB-45057 Reduce memory consumption on resources and folders index endpoints |
| 24 | + |
| 25 | +### Maintenance |
| 26 | +- PB-44813 Bring back DDEV ldap related services for development environment |
| 27 | +- PB-44593 Bump i18next version |
| 28 | +- PB-45161 Fix regularly failing UsersIndexControllerPaginationTest.php test |
| 29 | +- PB-45270 Add custom exception message with client IP in /healthcheck/error.json |
| 30 | +- PB-45062 Fix user_setup_complete.php template in LU folder instead of AD |
| 31 | + |
| 32 | +## [5.6.0-rc.1] - 2025-10-03 |
| 33 | +### Added |
| 34 | +- PB-45058 Add datacheck to check for existing metadata key with no metadata private keys |
| 35 | +- PB-44187 As an admin I cannot delete a metadata key associated with a deleted resource |
| 36 | +- PB-44183 As a user that is sole owner of v4 resources when v4 resources types are disabled, v4 resources should be ignored on an ownership transfer request |
| 37 | +- PB-44770 As a user I want to configure the trusted_proxies list as an environment variable |
| 38 | +- PB-45471 Add new database migration to add standalone notes resource type |
| 39 | +- PB-45472 Update resource types endpoints tests to assert enable/disable is working for new standalone notes resource type |
| 40 | +- PB-45473 Update resources endpoints tests to accommodate new standalone notes resource type |
| 41 | + |
| 42 | +### Fixed |
| 43 | +- PB-45222 Fix EmailDigest not working for v5 resources |
| 44 | +- PB-45447 Fix PUT /metadata/keys/<uuid>.json endpoint returning 500 error with trailing data |
| 45 | +- PB-45436 As an administrator I can define the default cache engine with an environment variable |
| 46 | +- PB-45454 Fix 500 error due to MySQL deadlock on create resource endpoint |
| 47 | +- PB-45456 Allow editing of v4 resources even when v4 resource type creation is disabled |
| 48 | +- PB-45258 Fix grammatical errors in the resource update email content |
| 49 | +- PB-45057 Reduce memory consumption on the action logs endpoints |
| 50 | +- PB-45057 Reduce memory consumption on resources and folders index endpoints |
| 51 | + |
| 52 | +### Maintenance |
| 53 | +- PB-44813 Bring back DDEV ldap related services for development environment |
| 54 | +- PB-44593 Bump i18next version |
| 55 | +- PB-45161 Fix regularly failing UsersIndexControllerPaginationTest.php test |
| 56 | +- PB-45270 Add custom exception message with client IP in /healthcheck/error.json |
| 57 | +- PB-45062 Fix user_setup_complete.php template in LU folder instead of AD |
| 58 | + |
| 59 | +## [5.6.0-test.1] - 2025-10-01 |
| 60 | +### Added |
| 61 | +- PB-45058 Add datacheck to check for existing metadata key with no metadata private keys |
| 62 | +- PB-44187 As an admin I cannot delete a metadata key associated with a deleted resource |
| 63 | +- PB-44183 As a user that is sole owner of v4 resources when v4 resources types are disabled, v4 resources should be ignored on an ownership transfer request |
| 64 | +- PB-44770 As a user I want to configure the trusted_proxies list as an environment variable |
| 65 | +- PB-45471 Add new database migration to add standalone notes resource type |
| 66 | +- PB-45472 Update resource types endpoints tests to assert enable/disable is working for new standalone notes resource type |
| 67 | +- PB-45473 Update resources endpoints tests to accommodate new standalone notes resource type |
| 68 | + |
| 69 | +### Fixed |
| 70 | +- PB-45222 Fix EmailDigest not working for v5 resources |
| 71 | +- PB-45447 Fix PUT /metadata/keys/<uuid>.json endpoint returning 500 error with trailing data |
| 72 | +- PB-45436 As an administrator I can define the default cache engine with an environment variable |
| 73 | +- PB-45454 Fix 500 error due to MySQL deadlock on create resource endpoint |
| 74 | +- PB-45456 Allow editing of v4 resources even when v4 resource type creation is disabled |
| 75 | +- PB-45258 Fix grammatical errors in the resource update email content |
| 76 | +- PB-45057 Reduce memory consumption on the action logs endpoints |
| 77 | +- PB-45057 Reduce memory consumption on resources and folders index endpoints |
| 78 | + |
| 79 | +### Maintenance |
| 80 | +- PB-44813 Bring back DDEV ldap related services for development environment |
| 81 | +- PB-44593 Bump i18next version |
| 82 | +- PB-45161 Fix regularly failing UsersIndexControllerPaginationTest.php test |
| 83 | +- PB-45270 Add custom exception message with client IP in /healthcheck/error.json |
| 84 | +- PB-45062 Fix user_setup_complete.php template in LU folder instead of AD |
| 85 | + |
5 | 86 | ## [5.5.2] - 2025-09-29 |
6 | 87 | ### Fixed |
7 | 88 | - PB-45439 As an administrator I can edit the metadata key settings when not editing zero-knowledge mode |
|
0 commit comments