Skip to content

Commit

Permalink
[MODFISTO-444] - Release v8.5.0 (#371)
Browse files Browse the repository at this point in the history
* [MODFISTO-444] - Update NEWS

* [MODFISTO-444] - Update NEWS

* [maven-release-plugin] prepare release v8.5.0

* [maven-release-plugin] prepare for next development iteration
  • Loading branch information
Dmitriy-Butramyou authored Oct 10, 2023
1 parent 0e5a1d2 commit f267d63
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
## 8.5.0 - Unreleased
## 8.6.0 - Unreleased

## 8.5.0 - Released (Poppy R2 2023)
The primary focus of this release was to improve finance rollover script performance

[Full Changelog](https://github.com/folio-org/mod-finance-storage/compare/v8.4.0...v8.5.0)
### Stories
* [MODFISTO-443](https://issues.folio.org/browse/MODFISTO-443) Allow user to decrease allocation resulting in a negative available amount
* [MODFISTO-441](https://issues.folio.org/browse/MODFISTO-441) Add the ability to skip the transaction if it is from the previous year
* [MODFISTO-439](https://issues.folio.org/browse/MODFISTO-439) Make adjustments to improve finance rollover script performance
* [MODFISTO-435](https://issues.folio.org/browse/MODFISTO-435) Update to Java 17 mod-finance-storage
* [MODFISTO-405](https://issues.folio.org/browse/MODFISTO-405) Provide error code to restriction in case transaction creation when the budget status is not found/not active
* [MODFISTO-365](https://issues.folio.org/browse/MODFISTO-365) Update dependent raml-util
* [MODFISTO-287](https://issues.folio.org/browse/MODFISTO-287) Logging improvement

### Bug Fixes
* [MODFISTO-446](https://issues.folio.org/browse/MODFISTO-446) Creating budget fails with trailing junk after parameter at or near "$2F"
* [MODFISTO-442](https://issues.folio.org/browse/MODFISTO-442) Incorrect ledger summary calculation after allocation movement to 0 budget
* [MODFISTO-426](https://issues.folio.org/browse/MODFISTO-426) Split ledger order encumbrances causing rollover errors
* [MODFISTO-411](https://issues.folio.org/browse/MODFISTO-411) RMB HttpClient resource leak, use Vert.x WebClient
* [MODORDERS-865](https://issues.folio.org/browse/MODORDERS-865) Rewrite the orders rollover interaction in an asynchronous way

## 8.4.0 - Released (Orchid R1 2023)
The primary focus of this release was to replace Vertx shared lock with DB lock to increase stability
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.folio</groupId>
<artifactId>mod-finance-storage</artifactId>
<version>8.5.0-SNAPSHOT</version>
<version>8.6.0-SNAPSHOT</version>
<packaging>jar</packaging>

<licenses>
Expand Down

0 comments on commit f267d63

Please sign in to comment.