You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Passbolt is pleased to announce that the v4.9.0 Release Candidate is officially available for testing.
4
-
This maintenance release aims to improve performance, notably 40% improvements of the resources & users endpoints. On the browser extension side, the grid now shows the folder location and a much-awaited feature on the ability to search folders.
5
-
As always, your feedback is invaluable, so please share and report any issues you come across.
3
+
Passbolt v4.9.0 is a significant update that addresses long-standing user requests and enhances performance. In this release, a highly requested feature was introduced where the passwords workspace now displays the location of resources. This addition provides extra meta information to help users efficiently identify passwords and where they are located. Additionally, the search functionality has been improved to use resource locations as meta information. Users can now retrieve a resource by using the names of its parent folders, which can greatly simplify the process of finding passwords depending on your organisation's classification system.
6
4
7
-
## [4.9.0-rc.1] - 2024-07-18
5
+
The team has also focused on various performance improvements to meet the growing needs of organisations managing an increasing number of passwords. These enhancements also prepare the way for the upcoming v5.0.0, which will support more content types and include an additional encryption layer. Both the API and the browser extension have been optimised, resulting in a 50% improvement in retrieving and treating collections of resources, according to our benchmarks.
6
+
7
+
## [4.9.0] - 2024-07-23
8
8
### Added
9
9
- PB-33690 Improves response times by adding an index to gpgkeys.user_id column
10
10
- PB-33639 Adds additional contain parameters to share/search-aros.json for enhanced performance
11
11
- PB-33936 Adds a has-users filter to gpgkeys.json index endpoint
12
12
- PB-33813 Adds a fixed limit to the search-aros.json endpoint
13
13
14
+
### Fixed
15
+
- PB-33616 As a user creating a resource I should get a validation error if the secret is a string and not an array
16
+
- PB-33664 Fix missing "is" in the database schema up to date sentence (GITHUB #517)
17
+
14
18
### Improved
15
19
- PB-33429 As a user I should retrieve resources and folders parent folders in a single query
16
20
- PB-33826 Improves the performance of resources.json by improving the datetime fields processing
@@ -20,11 +24,8 @@ As always, your feedback is invaluable, so please share and report any issues yo
20
24
- PB-32591 Validate passbolt.plugins.smtpSettings.security configuration values before passing it to SMTP server
21
25
- PB-33214 Update sql export / improve mysql backup command compatibility with mariadb-dump
22
26
23
-
### Security
24
-
- PB-33747 Fix command injections vulnerabilities in composer/composer package
25
-
26
-
### Fixed
27
-
- PB-33616 As a user creating a resource I should get a validation error if the secret is a string and not an array
28
-
29
27
### Maintenance
30
28
- PB-33692 Bump enygma/yubikey to v3.8
29
+
30
+
### Security
31
+
- PB-33747 Fix command injections vulnerabilities in composer/composer package
0 commit comments