Skip to content

Commit

Permalink
Merge branch 'feature/PB-34333_v4.9.1-Prepare-API-code-release' into …
Browse files Browse the repository at this point in the history
…'release'

PB-34333 Release notes v4.9.1

See merge request passbolt/passbolt-ce-api!304
  • Loading branch information
pabloelcolombiano committed Aug 13, 2024
2 parents e727924 + 70a5b2a commit 80f8f1a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [4.9.1] - 2024-08-13
### Fixed
- PB-34220 As a user I can search by users and groups case insensitively on PostgreSQL

### Improved
- PB-34246 As an administrator purging the action logs table, I can set a limit option (100k per default)
- PB-34247 Adds a set of actions to be purged by the passbolt action_logs_purge command
- PB-33939 As an administrator when running bin/cake passbolt -h, I should see all the passbolt commands listed

### Maintenance
- PB-32991 Optimizes CI pipeline run time on api repositories
- PB-34219 Adds validation to retention days option in the action_logs_purge command
- PB-33333 Refactor various tests to use fixture factories

## [4.9.1-test.1] - 2024-08-12
### Fixed
- PB-34220 As a user I can search by users and groups case insensitively on PostgreSQL
Expand Down
14 changes: 11 additions & 3 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
Release song: TBD
Release song: https://www.youtube.com/watch?v=W8PTWqE2SVw

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

## [4.9.1-test.1] - 2024-08-12
Passbolt v4.9.1 is a maintenance update that fixes issues reported by the community.
Among other fixes, this version addresses a compatibility issue with the PostgreSQL database, where users encountered
difficulties sharing passwords with users or groups when different cases were involved in their names.

Additionally, system administrator tools have been improved to better handle the purge of action logs on large datasets.

We would like to express our appreciation to the community for their assistance in improving Passbolt!

## [4.9.1] - 2024-08-13
### Fixed
- PB-34220 As a user I can search by users and groups case insensitively on PostgreSQL

Expand Down
4 changes: 2 additions & 2 deletions config/version.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
return [
'passbolt' => [
'version' => '4.9.1-test.1',
'name' => 'TBD',
'version' => '4.9.1',
'name' => 'Rebelion',
],
'php' => [
'minVersion' => '7.4',
Expand Down

0 comments on commit 80f8f1a

Please sign in to comment.