Skip to content

Commit 3990a09

Browse files
committed
PB-30209 Publish production API (v4.6.0)
1 parent 96bf7ec commit 3990a09

File tree

3 files changed

+32
-9
lines changed

3 files changed

+32
-9
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
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.6.0] - 2024-03-14
6+
### Added
7+
- PB-24485 As an administrator I can view the API healthcheck in the administration section
8+
- PB-29396 As an administrator I can hide the share folder capability with a RBAC
9+
- PB-25463 As an administrator I can disable the healthcheck index endpoint with a flag
10+
- PB-29397 As an administrator I can disable the healthcheck administration panel with a flag
11+
12+
### Improved
13+
- PB-29009 As an administrator completing my setup I should not receive a notification that I completed my setup
14+
- PB-26152 The API should identify openpgpjs v5.10 revoked key as revoked
15+
- PB-29437 As an administrator I can log internal errors with the complete trace in Json format
16+
17+
### Security
18+
- PB-30155 Update phpseclib/phpseclib to fix composer security vulnerability
19+
20+
### Fixed
21+
- PB-30019 As a user I should not get a 500 when editing a user with payload containing integers as fields
22+
- PB-29964 As an administrator disabling a user I should not get a 500 if the disabled date is not valid
23+
- PB-29970 As a group manager I should receive an accurate summary in my notifications on group permission changes
24+
- PB-29054 As an administrator I should not get an error when running the cleanup command and the users table does not exist
25+
- PB-28719 As an administrator sending emails the timezone displayed in the emails should be in the correct time zone
26+
- PB-30266 As an administrator sending emails with the email digest the message ID should be defined
27+
28+
### Maintenance
29+
- PB-28247 Update cakephp/cakephp to version 4.5
30+
531
## [4.6.0-rc.2] - 2024-03-13
632
### Fixed
733
- PB-30182 Build the styleguide on version 4.6.1

RELEASE_NOTES.md

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
Release song: https://youtu.be/Ub0NtPOj7es?si=3IL4HKS4-g17uPal
22

3-
Hey community members,
3+
The Passbolt Community Edition 4.6.0 release "Purple Haze", brings enhancements that focus primarily on the administrative aspect and overall system health.
44

5-
Prepare for an exciting update! 🥁
5+
This update introduces the Health Check feature within the Admin workspace, designed to offer administrators a comprehensive tool for system assessment and upkeep.
6+
In addition, this version addresses a range of minor bugs and delivers the awaited PHP 8.3 support.
67

7-
Passbolt is thrilled to announce that the v4.6.0 Release Candidate is officially available for testing.
8+
This version furthermore lays the foundations for successive performance gains by refining data verification processes and reducing memory usage, particularly when browsing. Expect more significant improvements with the next releases.
89

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. As always, your feedback is invaluable, please share and report any issues you come across.
10-
11-
Enjoy the testing journey! ♥️
12-
13-
## [4.6.0-rc.2] - 2024-03-13
10+
## [4.6.0] - 2024-03-14
1411
### Added
1512
- PB-24485 As an administrator I can view the API healthcheck in the administration section
1613
- PB-29396 As an administrator I can hide the share folder capability with a RBAC

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.6.0-rc.2',
4+
'version' => '4.6.0',
55
'name' => 'Purple Haze',
66
],
77
'php' => [

0 commit comments

Comments
 (0)