Skip to content

Commit

Permalink
MODINV-1114 - Implement marc bib submatch (#804)
Browse files Browse the repository at this point in the history
* Added support of processing marc-bib multi match result by marc-bib sub-match profile

* Updated test to verify deduplication logic of CreateInstanceEventHandler properly
  • Loading branch information
RuslanLavrov authored Feb 16, 2025
1 parent b6a4715 commit e56b8ed
Show file tree
Hide file tree
Showing 5 changed files with 398 additions and 106 deletions.
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 21.1.0-SNAPSHOT 2024-xx-xx
## 21.1.0-SNAPSHOT 2025-xx-xx
* Provide consistent handling with concurrency two or more Marc Bib Update events for the same bib record [MODINV-1100](https://folio-org.atlassian.net/browse/MODINV-1100)
* Enable system user for data-import processes [MODINV-1115](https://folio-org.atlassian.net/browse/MODINV-1115)
* Missing x-okapi-user-id header in communications with inventory-storage [MODINV-1134](https://folio-org.atlassian.net/browse/MODINV-1134)
Expand All @@ -7,6 +7,7 @@
* Update the snapshot status from PROCESSING_FINISHED to COMMITTED in the InstanceIngressEventHandler [MODINV-1161](https://folio-org.atlassian.net/browse/MODINV-1161)
* Add "deleted" field to Instance schema [MODINVSTOR-1342](https://folio-org.atlassian.net/browse/MODINVSTOR-1342)
* Adjust /mark-deleted endpoint behavior to set the "deleted" flag [MODINV-1138](https://folio-org.atlassian.net/browse/MODINV-1138)
* Implement marc bib submatch [MODINV-1114](https://issues.folio.org/browse/MODINV-1114)

## 21.0.0 2024-10-29
* Existing "035" field is not retained the original position in imported record [MODINV-1049](https://folio-org.atlassian.net/browse/MODINV-1049)
Expand Down
Loading

0 comments on commit e56b8ed

Please sign in to comment.