From 5431746702a77a2ed031d5381d41445af5f12e58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Loegel?= Date: Fri, 23 Aug 2024 16:13:52 +0200 Subject: [PATCH] PB-34748 - Bump browser extension to v4.9.2-rc.0 --- CHANGELOG.md | 48 ++++++++++++++++++++++++++++++++++++++++++- RELEASE_NOTES.md | 52 ++++++++++++++++++++++++++++++++++++++++++----- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 97 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba55e9d9..19d9f8dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,51 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [4.9.2] - 2024-08-26 +### Fixed +- PB-33861: Resources with personal field set to null should be considered as personal resources +- PB-34314: Fix shadow-dom autofill fields +- PB-34236: Fix Retrieving folder activities displaying no data + +### Maintenance +- PB-34313: Add resources type retrieval requirements documentation +- PB-34259: E2EE WP1 - Transform dtos from v4 to v5 +- PB-34260: E2EE WP1 - Display resource sidebar information section in v5 +- PB-34261: E2EE WP1 - Display resource sidebar activity section in v5 +- PB-34262: E2EE WP1 - Display resource sidebar description section in v5 +- PB-34263: E2EE WP1 - Display copy username to clipboard from more menu using v5 +- PB-34264: E2EE WP1 - Display resource grid using v5 +- PB-34265: E2EE WP1 - Display resource grid contextual menu using v5 +- PB-34266: E2EE WP1 - Display quickaccess resource view page in v5 +- PB-34267: E2EE WP1 - Display quickaccess home page in v5 +- PB-34268: E2EE WP1 - Display inform menu in v5 +- PB-34269: E2EE WP1 - Autofill resources from Quickaccess in v5 format +- PB-34270: E2EE WP1 - Make resource entity compatible with v4 and v5 +- PB-34271: E2EE WP1 - Display inform and toolbar suggested resources badge CTA in v5 +- PB-34272: E2EE WP1 - Search resource in webapp using v5 +- PB-34287: E2EE WP1 - Create password resource from webapp in v5 format +- PB-34288: E2EE WP1 - Create standalone TOTP resource in v5 format +- PB-34289: E2EE WP1 - Edit password resource in v5 format +- PB-34290: E2EE WP1 - Edit standalone TOTP resource in v5 format +- PB-34291: E2EE WP1 - Edit resource description from sidebar in v5 format +- PB-34292: E2EE WP1 - Delete resource(s) in v5 format +- PB-34293: E2EE WP1 - Share resource(s) in v5 format +- PB-34294: E2EE WP1 - Import resource(s) in v5 format +- PB-34295: E2EE WP1 - Export resource(s) in v5 format +- PB-34296: E2EE WP1 - Move resource(s) in v5 format +- PB-34297: E2EE WP1 - Create password resource from quickaccess in v5 format +- PB-34298: E2EE WP1 - Auto-save password resource from quickaccess in v5 format +- PB-34299: E2EE WP1 - Make resource entity compatible only with v5 +- PB-34311: E2EE WP1 - Make resource V4 and V5 compatible in both ways +- PB-34315: E2EE WP1 - Transform DTO to V4 for API and adapt resource validation to v5 +- PB-34391: E2EE WP1 - Enforce resource type id should be required and not null +- PB-34392: E2EE WP1 - Validate Metadata.uris as array of string, and maxLength + +### Security +- PB-34237: Upgrade vulnerable library i18next-parser +- PB-34305: Upgrade lockfile-lint library on passbolt_api package-lock.json +- PB-34422: Remove grunt-browserify dev dependency from browser extension + ## [4.9.1] - 2024-07-23 ### Fixed - PB-34134 As a signed-in user I should search resources even if the data integrity is corrupted @@ -1719,7 +1764,8 @@ self registration settings option in the left-side bar - AP: User with plugin installed - LU: Logged in user -[Unreleased]: https://github.com/passbolt/passbolt_browser_extension/compare/v4.9.1...HEAD +[Unreleased]: https://github.com/passbolt/passbolt_browser_extension/compare/v4.9.2...HEAD +[4.9.2]: https://github.com/passbolt/passbolt_browser_extension/compare/v4.9.1...4.9.2 [4.9.1]: https://github.com/passbolt/passbolt_browser_extension/compare/v4.9.0...4.9.1 [4.9.0]: https://github.com/passbolt/passbolt_browser_extension/compare/v4.8.2...4.9.0 [4.8.2]: https://github.com/passbolt/passbolt_browser_extension/compare/v4.8.1...4.8.2 diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 98afe313..004eb33c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,9 +1,51 @@ -Song: https://www.youtube.com/watch?v=lz2REwKVmnk +Song: https://www.youtube.com/watch?v=VmtU-bLyReU -Passbolt v4.9.1 is a maintenance update that addresses issues related to the search resources. +This release candidate addresses several bugs reported by the community. Additionally, it includes numerous maintenance updates as part of our ongoing efforts to ensure a smooth transition and support for the upcoming v5. -We extend our gratitude to the community for their feedback and assistance in testing this release. We hope these updates enhance your experience with Passbolt and we look forward to hearing from you. +Thank you to the community for reporting these issues. -## [4.9.1] - 2024-07-23 + +## [4.9.2] - 2024-08-26 ### Fixed -- PB-34134 As a signed-in user I should search resources even if the data integrity is corrupted \ No newline at end of file +- PB-33861: Resources with personal field set to null should be considered as personal resources +- PB-34314: Fix shadow-dom autofill fields +- PB-34236: Fix Retrieving folder activities displaying no data + +### Maintenance +- PB-34313: Add resources type retrieval requirements documentation +- PB-34259: E2EE WP1 - Transform dtos from v4 to v5 +- PB-34260: E2EE WP1 - Display resource sidebar information section in v5 +- PB-34261: E2EE WP1 - Display resource sidebar activity section in v5 +- PB-34262: E2EE WP1 - Display resource sidebar description section in v5 +- PB-34263: E2EE WP1 - Display copy username to clipboard from more menu using v5 +- PB-34264: E2EE WP1 - Display resource grid using v5 +- PB-34265: E2EE WP1 - Display resource grid contextual menu using v5 +- PB-34266: E2EE WP1 - Display quickaccess resource view page in v5 +- PB-34267: E2EE WP1 - Display quickaccess home page in v5 +- PB-34268: E2EE WP1 - Display inform menu in v5 +- PB-34269: E2EE WP1 - Autofill resources from Quickaccess in v5 format +- PB-34270: E2EE WP1 - Make resource entity compatible with v4 and v5 +- PB-34271: E2EE WP1 - Display inform and toolbar suggested resources badge CTA in v5 +- PB-34272: E2EE WP1 - Search resource in webapp using v5 +- PB-34287: E2EE WP1 - Create password resource from webapp in v5 format +- PB-34288: E2EE WP1 - Create standalone TOTP resource in v5 format +- PB-34289: E2EE WP1 - Edit password resource in v5 format +- PB-34290: E2EE WP1 - Edit standalone TOTP resource in v5 format +- PB-34291: E2EE WP1 - Edit resource description from sidebar in v5 format +- PB-34292: E2EE WP1 - Delete resource(s) in v5 format +- PB-34293: E2EE WP1 - Share resource(s) in v5 format +- PB-34294: E2EE WP1 - Import resource(s) in v5 format +- PB-34295: E2EE WP1 - Export resource(s) in v5 format +- PB-34296: E2EE WP1 - Move resource(s) in v5 format +- PB-34297: E2EE WP1 - Create password resource from quickaccess in v5 format +- PB-34298: E2EE WP1 - Auto-save password resource from quickaccess in v5 format +- PB-34299: E2EE WP1 - Make resource entity compatible only with v5 +- PB-34311: E2EE WP1 - Make resource V4 and V5 compatible in both ways +- PB-34315: E2EE WP1 - Transform DTO to V4 for API and adapt resource validation to v5 +- PB-34391: E2EE WP1 - Enforce resource type id should be required and not null +- PB-34392: E2EE WP1 - Validate Metadata.uris as array of string, and maxLength + +### Security +- PB-34237: Upgrade vulnerable library i18next-parser +- PB-34305: Upgrade lockfile-lint library on passbolt_api package-lock.json +- PB-34422: Remove grunt-browserify dev dependency from browser extension diff --git a/package-lock.json b/package-lock.json index ece8134f..0549d423 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "passbolt-browser-extension", - "version": "4.9.2-alpha.0", + "version": "4.9.2-rc.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "passbolt-browser-extension", - "version": "4.9.2-alpha.0", + "version": "4.9.2-rc.0", "license": "AGPL-3.0", "dependencies": { "await-lock": "^2.1.0", diff --git a/package.json b/package.json index 06450233..7a20aaf8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "passbolt-browser-extension", - "version": "4.9.2-alpha.0", + "version": "4.9.2-rc.0", "license": "AGPL-3.0", "copyright": "Copyright 2022 Passbolt SA", "description": "Passbolt web extension for the open source password manager for teams",