Skip to content

Commit d73759d

Browse files
Merge branch 'feature/PB-28831_52-Publish-production-API-release-notes' into 'release'
PB-28831 Add v4.5.0 release notes See merge request passbolt/passbolt-ce-api!226
2 parents c93789c + 9579b2c commit d73759d

File tree

3 files changed

+48
-7
lines changed

3 files changed

+48
-7
lines changed

CHANGELOG.md

+39
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,45 @@
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+
## [4.5.0] - 2024-02-08
6+
### Added
7+
- PB-23913 As a user I can see my passwords marked as expired when users lose permissions on these
8+
- PB-23913 As an administrator I can activate the password expiry feature
9+
- PB-28923 As a user I want to be able to use passbolt in Russian
10+
- PB-21484 As an administrator I can define Microsoft 365 and Outlook providers in SMTP settings
11+
- PB-19652 As an administrator I can cleanup groups with no members with the cleanup command
12+
- PB-27707 As administrator, with RBAC I should be able to set “can see users workspace” to “Allow if group manager”
13+
- PB-28716 Desktop application flag is now enabled by default
14+
- PB-26203 Desktop app define the account kit exportation help page
15+
16+
### Improved
17+
- PB-27616 Improve resources serialization performance on GET resources.json
18+
19+
### Security
20+
- PB-29148 Bump selenium API plugin version to v4.5
21+
- PB-29005 Upgrades phpseclib/phpseclib to fix composer audit security vulnerability
22+
- PB-22336 As an admin I should be able to enable/disable request group managers to add users to groups emails separately (LDAP/AD)
23+
- PB-28871 Mitigate supply chain attack on PR and lint lock files
24+
- PB-28658 Mitigate supply chain attack on post npm install script
25+
26+
### Fixed
27+
- PB-29200 Fixes the recover_user command (GITHUB #504)
28+
- PB-29164 Fix recent InstallCommand changes breaking selenium tests
29+
- PB-29132 Fix composer lock file not up-to-date message when installing dependencies
30+
- PB-29160 Fix failing static analysis job in CI
31+
- PB-29137 Fix failing in UsersEditDisableControllerTest file due to purifier
32+
- PB-29113 Fix a typo in the email sent when admins lose their admin role
33+
- PB-28130 Fix invalid cookie name should not trigger a 500
34+
- PB-29007 Fix constantly failing test in RbacsUpdateControllerTest file
35+
- PB-28991 Fix email queue entries not marked as sent
36+
37+
### Maintenance
38+
- PB-28857 Require phpunit-speedtrap to track down slow tests
39+
- PB-25516 Remove --dev from .gitlab test options, it has not effect and will break with composer v3
40+
- PB-28844 Improves the methods testing email content
41+
- PB-28845 Skip unauthenticated exception from logging
42+
- PB-28653 Speed-up tests by mocking the client in healthcheck relevant tests
43+
544
## [4.5.0-rc.1] - 2024-02-01
645
### Added
746
- PB-23913 As a user I can see my passwords marked as expired when users lose permissions on these

RELEASE_NOTES.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
Release song: https://www.youtube.com/watch?v=HR1KH4zElcY
22

3-
Hey community members,
3+
Passbolt v4.5.0 named "Summer is Ending" brings a host of new features and improvements, all designed to make your password management experience more secure, efficient, and user-friendly.
44

5-
Prepare for an exciting update! 🥁
5+
At the heart of this release is the introduction of the Password Expiry feature, a much-anticipated functionality that allows administrators to enable the automatic expiry policy, enhancing security by ensuring that potentially passwords are rotated when someone loses access to resources, for example by leaving a group or the organization.
66

7-
Passbolt is thrilled to announce that the v4.5.0 Release Candidate is officially available for testing.
7+
Alongside, we're excited to introduce the Russian translation, making Passbolt more accessible to a wider audience.
88

9-
The best part? All you have to do is head to GitHub and dive in! Of course, you have to make sure to follow the steps [here](https://community.passbolt.com/t/passbolt-beta-testing-how-to/7894). As always, your feedback is invaluable, please share and report any issues you come across.
9+
We've also expanded our SMTP settings to include Microsoft 365 and Outlook providers, responding to the community's feedback for more integration options. The section to help users install and configure the Windows desktop application feature is also now enabled by default.
1010

11-
Enjoy the testing journey! ♥️
11+
Improvements in the performance of some important API endpoints and other security enhancements and bug fixes are also part of this release.
1212

13-
## [4.5.0-rc.1] - 2024-02-01
13+
Thanks to everyone in our community for your ongoing support and contributions that made this release possible. Your feedback and involvement continue to shape Passbolt, enhancing our collective security and usability. Together, we're making password management better for everyone.
14+
15+
## [4.5.0] - 2024-02-08
1416
### Added
1517
- PB-23913 As a user I can see my passwords marked as expired when users lose permissions on these
1618
- PB-23913 As an administrator I can activate the password expiry feature

config/version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
return [
33
'passbolt' => [
4-
'version' => '4.5.0-rc.1',
4+
'version' => '4.5.0',
55
'name' => 'Summer is ending',
66
],
77
'php' => [

0 commit comments

Comments
 (0)