diff --git a/NEWS.md b/NEWS.md index 5ae5f66..7ceb3a9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,16 @@ -## 7.9.0 in progress +## 7.9.0 2024-10-31 +* 500 response when calling GET /bl-users/by-username/{username} (MODUSERBL-190) +* Vert.x 4.5.8 fixing Netty form POST OOM CVE-2024-29025 (MODUSERBL-195) +* Users with non-ASCII characters in username are unable to login (MODUSERBL-182) +* Fixed 500 error while login POST /bl-users/login in Eureka mode (MODUSERBL-191) +* Fix inconsistencies in the module descriptors for mod-users-bl-7.9.0-SNAPSHOT (MODUSERBL-199) +* DELETE /bl-users/by-id should delete request-preference, permissions, password (MODUSERBL-194) +* RESET_PASSWORD_* values may conflict with mod-authtoken configuration (MODUSERBL-185) +* Add the new permission notify.user.item.post (MODUSERBL-205) +* Upgrade RMB version to V.35.3.0 (MODUSERBL-203) +* Review and cleanup Module Descriptors for mod-users-bl (MODUSERBL-202) +* Remove unused include parameter of DELETE /bl-users/by-id/{id} (MODUSERBL-200) +* Rename permission name (PR #198) ## 7.8.0 2024-06-20 diff --git a/descriptors/ModuleDescriptor-template.json b/descriptors/ModuleDescriptor-template.json index ee2303e..ce1a682 100644 --- a/descriptors/ModuleDescriptor-template.json +++ b/descriptors/ModuleDescriptor-template.json @@ -231,11 +231,11 @@ "requires" : [ { "id" : "users", - "version" : "16.1" + "version" : "16.3" }, { "id" : "permissions", - "version" : "5.6" + "version" : "5.7" }, { "id" : "login", @@ -257,11 +257,11 @@ "optional": [ { "id": "loan-storage", - "version": "7.1" + "version": "7.3" }, { "id": "feesfines", - "version": "18.0 19.0" + "version": "19.0" }, { "id" : "service-points", @@ -277,7 +277,7 @@ }, { "id": "request-storage", - "version": "6.0" + "version": "6.1" } ], "permissionSets": [