Skip to content

Commit 70a5b2a

Browse files
PB-34333 Release notes v4.9.1
1 parent e727924 commit 70a5b2a

File tree

3 files changed

+27
-5
lines changed

3 files changed

+27
-5
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.9.1] - 2024-08-13
6+
### Fixed
7+
- PB-34220 As a user I can search by users and groups case insensitively on PostgreSQL
8+
9+
### Improved
10+
- PB-34246 As an administrator purging the action logs table, I can set a limit option (100k per default)
11+
- PB-34247 Adds a set of actions to be purged by the passbolt action_logs_purge command
12+
- PB-33939 As an administrator when running bin/cake passbolt -h, I should see all the passbolt commands listed
13+
14+
### Maintenance
15+
- PB-32991 Optimizes CI pipeline run time on api repositories
16+
- PB-34219 Adds validation to retention days option in the action_logs_purge command
17+
- PB-33333 Refactor various tests to use fixture factories
18+
519
## [4.9.1-test.1] - 2024-08-12
620
### Fixed
721
- PB-34220 As a user I can search by users and groups case insensitively on PostgreSQL

RELEASE_NOTES.md

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

3-
Passbolt v4.9.1-test.1
3+
Passbolt is pleased to announce the immediate availability of version v4.9.1.
44

5-
## [4.9.1-test.1] - 2024-08-12
5+
Passbolt v4.9.1 is a maintenance update that fixes issues reported by the community.
6+
Among other fixes, this version addresses a compatibility issue with the PostgreSQL database, where users encountered
7+
difficulties sharing passwords with users or groups when different cases were involved in their names.
8+
9+
Additionally, system administrator tools have been improved to better handle the purge of action logs on large datasets.
10+
11+
We would like to express our appreciation to the community for their assistance in improving Passbolt!
12+
13+
## [4.9.1] - 2024-08-13
614
### Fixed
715
- PB-34220 As a user I can search by users and groups case insensitively on PostgreSQL
816

config/version.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
return [
33
'passbolt' => [
4-
'version' => '4.9.1-test.1',
5-
'name' => 'TBD',
4+
'version' => '4.9.1',
5+
'name' => 'Rebelion',
66
],
77
'php' => [
88
'minVersion' => '7.4',

0 commit comments

Comments
 (0)