Skip to content

Commit fdfb6f6

Browse files
committed
PB-45633 Bump API version to v5.6.0
1 parent 368757a commit fdfb6f6

File tree

3 files changed

+42
-9
lines changed

3 files changed

+42
-9
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

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+
532
## [5.6.0-rc.1] - 2025-10-03
633
### Added
734
- PB-45058 Add datacheck to check for existing metadata key with no metadata private keys

RELEASE_NOTES.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11
Release song: https://www.youtube.com/watch?v=bu50DtPF1Ac
22

3-
Passbolt 5.6.0-rc.1 is a feature release candidate introducing standalone notes, shared metadata key rotation and resizable sidebars. This release comes as usual with security reinforcement by updating 3rd party libraries and other bug fixes.
3+
Passbolt 5.6.0 introduces standalone notes, shared metadata key rotation, and resizable sidebars. As usual, this version also brings important security hardening through dependency updates as well as a series of bug fixes and maintenance improvements.
44

5-
In addition, it also includes bug fixes and maintenance updates:
6-
- export of account kit is compatible with bigger private keys
7-
- group membership update process is updated to reduce request size and avoid some size limitations
8-
- folders name sort includes now natural number counting
5+
## Standalone notes
6+
It is now possible to create notes as a standalone resource type, without attaching them to credentials or other elements. Import and export processes have been updated to recognize and support this new type. Any imported resources that contain only a description will now be created as standalone notes.
97

10-
Make sure to follow the steps here. As always, your feedback is invaluable, give it a try and report any issues you come across.
11-
Enjoy the testing journey! ❤️
8+
## Shared metadata key rotation
9+
Administrators can now rotate the shared metadata key at any time from the organization settings. This improvement marks one of the final steps in meeting metadata encryption requirements. The rotation process can be performed while the instance remains operational, so availability is not disrupted.
1210

13-
## [5.6.0-rc.1] - 2025-10-03
11+
## Resizable sidebars
12+
Both main workspace and Users & Groups workspace now feature sidebars that can be resized. This allows users to improve readability when working with long folder names or deeply nested folder structures. After resizing, a double-click on the sidebar handle resets it to its default width.
13+
14+
## Miscellaneous Improvements
15+
The export of account kits is now compatible with larger private keys. The group membership update process has been optimized to reduce request payload size and to avoid certain size limitations. Sorting of folder names has also been improved with natural number ordering, meaning for example that "folder2" now correctly appears before "folder10."
16+
17+
Many thanks to everyone who shared feedback, reported issues, and helped refine these features.
18+
19+
## [5.6.0] - 2025-10-08
1420
### Added
1521
- PB-45058 Add datacheck to check for existing metadata key with no metadata private keys
1622
- PB-44187 As an admin I cannot delete a metadata key associated with a deleted resource

config/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
return [
33
'passbolt' => [
4-
'version' => '5.6.0-rc.1',
4+
'version' => '5.6.0',
55
'name' => 'Big Jet Plane',
66
],
77
'php' => [

0 commit comments

Comments
 (0)