Skip to content

Commit

Permalink
MODUSERBL-206 - "Update NEWS" NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gurleenkaurbp committed Oct 31, 2024
1 parent 0348d99 commit 2214c89
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
14 changes: 13 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
10 changes: 5 additions & 5 deletions descriptors/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,11 @@
"requires" : [
{
"id" : "users",
"version" : "16.1"
"version" : "16.3"
},
{
"id" : "permissions",
"version" : "5.6"
"version" : "5.7"
},
{
"id" : "login",
Expand All @@ -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",
Expand All @@ -277,7 +277,7 @@
},
{
"id": "request-storage",
"version": "6.0"
"version": "6.1"
}
],
"permissionSets": [
Expand Down

0 comments on commit 2214c89

Please sign in to comment.