-
Notifications
You must be signed in to change notification settings - Fork 311
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature/PB-33112_52-Publish-production-API' into 'master'
PB-33112 Publish production API (v4.7.0) See merge request passbolt/passbolt-ce-api!279
- Loading branch information
Showing
304 changed files
with
19,475 additions
and
4,662 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,28 @@ | ||
Release song: https://youtu.be/3WOZwwRH6XU?si=jvTiezg7eEEpEh-S | ||
Release song: https://youtu.be/3L4YrGaR8E4 | ||
|
||
Passbolt is pleased to announce the immediate availability of version v4.6.2. This version is a targeted security release of both the API and the browser extension focusing on fixing security issues reported by security researchers. | ||
Passbolt Community Edition v4.7 is a maintenance release that resolves multiple issues identified by the community. Furthermore, this release supports the commitment to improving customization options and integration features, making it easier for organizations to tailor the system to their specific needs. | ||
|
||
We would like to express our appreciation to the community for their assistance in making Passbolt more secure. Further details about the issues will be shared in a separate communication. | ||
A key enhancement in this release is the ability to use custom SSL certificates for SMTP server connections. This long-awaited feature is particularly beneficial for organizations operating in air-gapped environments or those using their own root CAs, enabling passbolt to more securely integrate with internal tools. | ||
|
||
## [4.7.0] - 2024-04-30 | ||
### Added | ||
- PB-30330 Add HTTP HEAD method support to /healthcheck/status.json to support more uptime monitoring tools (GITHUB #507) | ||
- PB-26156 As an administrator I can configure SMTP to use TLS with a self-signed cert on my mail server (GITHUB #498) | ||
|
||
## [4.6.2] - 2024-04-11 | ||
### Security | ||
- PB-32932 Fix error template title | ||
- PB-30255 As an authenticated user I cannot access to the healthcheck endpoint when debug is on | ||
|
||
### Fixed | ||
- PB-30379 As an authenticating user I should not get a 500 if the gpg_auth is not an array | ||
- PB-32889 As an administrator I should not get an exception when running core healthcheck and the host cannot be resolved | ||
- PB-32928 As user I should see the accurate URL in the email footer when passbolt runs on multiple instances | ||
- PB-32566 As a user setting up my account I should not get an unexpected 500 | ||
- PB-32903 Fix deprecation error on password expiry settings validation | ||
|
||
### Maintenance | ||
- PB-29983 Refactor health check code domain for better maintenance | ||
- PB-30394 Moves code in ActionLogsModelListener into a dedicated service | ||
- PB-32881 Disable by default all plugins in integration tests | ||
- PB-32978 Use dependency proxy to reduce docker pull limit | ||
- PB-22605 Refactor ShareSearchControllerTest, SecretViewControllerTest and GroupsDeleteControllerTest with fixture factories | ||
- PB-32594 Add tests for SecretCreateService |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.