Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/MODORDSTOR-PERF-2' into MODORDST…
Browse files Browse the repository at this point in the history
…OR-PERF-2
  • Loading branch information
BKadirkhodjaev committed Nov 6, 2024
2 parents 7669674 + a585667 commit ee42ec4
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 3 deletions.
40 changes: 39 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,42 @@
## 13.8.0 - Unreleased
## 13.9.0 - Unreleased

## 13.8.0 - Released (Ramsons R2 2024)
The primary focus of this release was to enhance Kafka consumer processing, update tenant logic, and improve filtering performance.

[Full Changelog](https://github.com/folio-org/mod-orders-storage/compare/v13.7.0...v13.8.0)

### Stories
* [MODORDSTOR-426](https://folio-org.atlassian.net/browse/MODORDSTOR-426) - Update libraries of dependant acq modules to the latest versions
* [MODORDSTOR-419](https://folio-org.atlassian.net/browse/MODORDSTOR-419) - Implement Item update event consumer logic to update piece holding across single tenant
* [MODORDSTOR-417](https://folio-org.atlassian.net/browse/MODORDSTOR-417) - Add Kafka consumer for Item Create events with processing logic
* [MODORDSTOR-416](https://folio-org.atlassian.net/browse/MODORDSTOR-416) - Add Kafka consumer for Holdings Create events with processing logic
* [MODORDSTOR-409](https://folio-org.atlassian.net/browse/MODORDSTOR-409) - Investigate way to improve performance of Receiving filtering
* [MODORDSTOR-408](https://folio-org.atlassian.net/browse/MODORDSTOR-408) - Upgrading tenant resets reference and sample records
* [MODORDSTOR-406](https://folio-org.atlassian.net/browse/MODORDSTOR-406) - Investigate way to improve performance of Orders filtering
* [MODORDSTOR-402](https://folio-org.atlassian.net/browse/MODORDSTOR-402) - Setup consortia for Open/UnOpen/Change Instance in cross-tenant environments
* [MODORDSTOR-401](https://folio-org.atlassian.net/browse/MODORDSTOR-401) - Create migration to populate Holding::permanentLocationId
* [MODORDSTOR-396](https://folio-org.atlassian.net/browse/MODORDSTOR-396) - Add index for searchLocationIds
* [MODORDSTOR-393](https://folio-org.atlassian.net/browse/MODORDSTOR-393) - Add bindItemIds to Title schema
* [MODORDSTOR-383](https://folio-org.atlassian.net/browse/MODORDSTOR-383) - Add receivingTenantId to the Piece schema
* [MODORDSTOR-381](https://folio-org.atlassian.net/browse/MODORDSTOR-381) - Add tenantId to the Location schema
* [MODORDSTOR-380](https://folio-org.atlassian.net/browse/MODORDSTOR-380) - Implement CRUD for Settings API
* [MODORDSTOR-376](https://folio-org.atlassian.net/browse/MODORDSTOR-376) - Create "Bound" flag for receiving pieces
* [MODORDSTOR-364](https://folio-org.atlassian.net/browse/MODORDSTOR-364) - Create routing_list table and API for it
* [MODORDERS-1192](https://folio-org.atlassian.net/browse/MODORDERS-1192) - Add consumer to handle Holding Update event to update all other PO Line holdings to the same instance

### Bug Fixes
* [MODORDSTOR-410](https://folio-org.atlassian.net/browse/MODORDSTOR-410) - Replace PomReader with ModuleName fixing Zip Slip (CWE-22)
* [MODORDSTOR-399](https://folio-org.atlassian.net/browse/MODORDSTOR-399) - Missing interface dependencies in module descriptor
* [MODORDSTOR-394](https://folio-org.atlassian.net/browse/MODORDSTOR-394) - PO numbers do not go up consecutively

### Tech Debts
* [MODORDSTOR-411](https://folio-org.atlassian.net/browse/MODORDSTOR-411) - Delete unused acquisition method "Test user method"


### Dependencies
* Bump `raml` from `35.2.0` to `35.3.0`
* Added `folio-module-descriptor-validator` version `1.0.0`


## 13.7.0 - Released (Quesnelia R1 2024)
The primary focus of this release was to implement claiming batch status job and improve title functionality
Expand Down
4 changes: 2 additions & 2 deletions 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-orders-storage</artifactId>
<version>13.8.0-SNAPSHOT</version>
<version>13.9.0-SNAPSHOT</version>
<packaging>jar</packaging>

<licenses>
Expand Down Expand Up @@ -198,7 +198,7 @@
<dependency>
<groupId>org.folio</groupId>
<artifactId>folio-kafka-wrapper</artifactId>
<version>3.1.1</version>
<version>3.2.0</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
Expand Down

0 comments on commit ee42ec4

Please sign in to comment.