|
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 | +## [4.7.0] - 2024-04-30 |
| 6 | +### Added |
| 7 | +- PB-30330 Add HTTP HEAD method support to /healthcheck/status.json to support more uptime monitoring tools (GITHUB #507) |
| 8 | +- PB-26156 As an administrator I can configure SMTP to use TLS with a self-signed cert on my mail server (GITHUB #498) |
| 9 | + |
| 10 | +### Security |
| 11 | +- PB-30255 As an authenticated user I cannot access to the healthcheck endpoint when debug is on |
| 12 | + |
| 13 | +### Fixed |
| 14 | +- PB-30379 As an authenticating user I should not get a 500 if the gpg_auth is not an array |
| 15 | +- PB-32889 As an administrator I should not get an exception when running core healthcheck and the host cannot be resolved |
| 16 | +- PB-32928 As user I should see the accurate URL in the email footer when passbolt runs on multiple instances |
| 17 | +- PB-32566 As a user setting up my account I should not get an unexpected 500 |
| 18 | +- PB-32903 Fix deprecation error on password expiry settings validation |
| 19 | + |
| 20 | +### Maintenance |
| 21 | +- PB-29983 Refactor health check code domain for better maintenance |
| 22 | +- PB-30394 Moves code in ActionLogsModelListener into a dedicated service |
| 23 | +- PB-32881 Disable by default all plugins in integration tests |
| 24 | +- PB-32978 Use dependency proxy to reduce docker pull limit |
| 25 | +- PB-22605 Refactor ShareSearchControllerTest, SecretViewControllerTest and GroupsDeleteControllerTest with fixture factories |
| 26 | +- PB-32594 Add tests for SecretCreateService |
| 27 | + |
| 28 | +## [4.7.0-rc.1] - 2024-04-26 |
| 29 | +### Added |
| 30 | +- PB-30330 Add HTTP HEAD method support to /healthcheck/status.json to support more uptime monitoring tools (GITHUB #507) |
| 31 | +- PB-26156 As an administrator I can configure SMTP to use TLS with a self-signed cert on my mail server (GITHUB #498) |
| 32 | + |
| 33 | +### Security |
| 34 | +- PB-30255 As an authenticated user I cannot access to the healthcheck endpoint when debug is on |
| 35 | + |
| 36 | +### Fixed |
| 37 | +- PB-30379 As an authenticating user I should not get a 500 if the gpg_auth is not an array |
| 38 | +- PB-32889 As an administrator I should not get an exception when running core healthcheck and the host cannot be resolved |
| 39 | +- PB-32928 As user I should see the accurate URL in the email footer when passbolt runs on multiple instances |
| 40 | +- PB-32566 As a user setting up my account I should not get an unexpected 500 |
| 41 | +- PB-32903 Fix deprecation error on password expiry settings validation |
| 42 | + |
| 43 | +### Maintenance |
| 44 | +- PB-29983 Refactor health check code domain for better maintenance |
| 45 | +- PB-30394 Moves code in ActionLogsModelListener into a dedicated service |
| 46 | +- PB-32881 Disable by default all plugins in integration tests |
| 47 | +- PB-32978 Use dependency proxy to reduce docker pull limit |
| 48 | +- PB-22605 Refactor ShareSearchControllerTest, SecretViewControllerTest and GroupsDeleteControllerTest with fixture factories |
| 49 | +- PB-32594 Add tests for SecretCreateService |
| 50 | + |
| 51 | +## [4.7.0-test.2] - 2024-04-26 |
| 52 | +### Fixed |
| 53 | +- PB-33084 New release with fixed release pipes |
| 54 | + |
| 55 | +## [4.7.0-test.1] - 2024-04-24 |
| 56 | +### Added |
| 57 | +- PB-30330 Add HTTP HEAD method support to /healthcheck/status.json to support more uptime monitoring tools (GITHUB #507) |
| 58 | +- PB-26156 As an administrator I can configure SMTP to use TLS with a self-signed cert on my mail server (GITHUB #498) |
| 59 | + |
| 60 | +### Security |
| 61 | +- PB-30255 As an authenticated user I cannot access to the healthcheck endpoint when debug is on |
| 62 | + |
| 63 | +### Fixed |
| 64 | +- PB-30379 As an authenticating user I should not get a 500 if the gpg_auth is not an array |
| 65 | +- PB-32889 As an administrator I should not get an exception when running core healthcheck and the host cannot be resolved |
| 66 | +- PB-32928 As user I should see the accurate URL in the email footer when passbolt runs on multiple instances |
| 67 | +- PB-32566 As a user setting up my account I should not get an unexpected 500 |
| 68 | +- PB-32903 Fix deprecation error on password expiry settings validation |
| 69 | + |
| 70 | +### Maintenance |
| 71 | +- PB-29983 Refactor health check code domain for better maintenance |
| 72 | +- PB-30394 Moves code in ActionLogsModelListener into a dedicated service |
| 73 | +- PB-32881 Disable by default all plugins in integration tests |
| 74 | +- PB-32978 Use dependency proxy to reduce docker pull limit |
| 75 | +- PB-22605 Refactor ShareSearchControllerTest, SecretViewControllerTest and GroupsDeleteControllerTest with fixture factories |
| 76 | +- PB-32594 Add tests for SecretCreateService |
| 77 | + |
5 | 78 | ## [4.6.2] - 2024-04-11
|
6 | 79 | ### Security
|
7 | 80 | - PB-32932 Fix error template title
|
|
0 commit comments