Skip to content

Commit

Permalink
Merge pull request #945 from folio-org/tmp-release-27.0.0
Browse files Browse the repository at this point in the history
Prepare for next v27.1.0 development iteration
  • Loading branch information
psmagin authored Oct 13, 2023
2 parents 096e31e + 8f980bc commit 606398c
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 2 deletions.
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @folio-org/spitfire-backend
63 changes: 62 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,65 @@
## 26.0.0 IN-PROGRESS
## v27.1.0 In progress
### Breaking changes
* Description ([ISSUE_NUMBER](https://issues.folio.org/browse/ISSUE_NUMBER))

### New APIs versions
* Provides `API_NAME vX.Y`
* Requires `API_NAME vX.Y`

### Features
* Description ([ISSUE_NUMBER](https://issues.folio.org/browse/ISSUE_NUMBER))

### Bug fixes
* Description ([ISSUE_NUMBER](https://issues.folio.org/browse/ISSUE_NUMBER))

### Tech Dept
* Description ([ISSUE_NUMBER](https://issues.folio.org/browse/ISSUE_NUMBER))

---

## v 27.0.0 2023-10-13
### Breaking changes
* Migrate to Java 17 [MODINVSTOR-1079](https://issues.folio.org/browse/MODINVSTOR-1079)
* Disables `authority-storage`, `authority-source-files`, `authority-note-types` and `authority-reindex` [MODINVSTOR-1099](https://issues.folio.org/browse/MODINVSTOR-1099)

### New APIs versions
* Provides `hrid-settings-storage 1.3` [MODINVSTOR-921](https://issues.folio.org/browse/MODINVSTOR-921)
* Provides `loan-types 2.3`
* Provides `electronic-access-relationships 1.1`
* Provides `inventory-hierarchy 0.3`
* Required `user-tenants 1.0`
* Optional `consortia 1.0`

### Features
* Added new column complete_updated_date into INSTANCE table that will be used in mod-oai-pmh module: [MODINVSTOR-1105](https://issues.folio.org/browse/MODINVSTOR-1105)
* Shadow Instance Synchronization [MODINVSTOR-1076](https://issues.folio.org/browse/MODINVSTOR-1076)
* Convert Local Instance to Shared Instance [MODINVSTOR-1073](https://issues.folio.org/browse/MODINVSTOR-1073)
* Ad hoc Shadow Instance creation when adding a Holdings to a Shared Instance [MODINVSTOR-1103](https://issues.folio.org/browse/MODINVSTOR-1103)
* Use instanceRepository.getById(id) for GET instance by id [MODINVSTOR-1038](https://issues.folio.org/browse/MODINVSTOR-1038)
* Handle deleted holdings/items in harvest [MODINVSTOR-1048](https://issues.folio.org/browse/MODINVSTOR-1048)
* Add concept of system call number type [MODINVSTOR-1046](https://issues.folio.org/browse/MODINVSTOR-1046)
* Create endpoints to retrieve all reindex jobs [MODINVSTOR-990](https://issues.folio.org/browse/MODINVSTOR-990)
* Create API endpoint to get the current maximum assigned HRID [MODINVSTOR-921](https://issues.folio.org/browse/MODINVSTOR-921)
* Publish domain event when service point is updated [MODINVSTOR-1043](https://issues.folio.org/browse/MODINVSTOR-1043)
* Publish domain event when service point is deleted [MODINVSTOR-1077](https://issues.folio.org/browse/MODINVSTOR-1077)
* Support NLM call-numbers for shelf order generation [MODINVSTOR-1066](https://issues.folio.org/browse/MODINVSTOR-1066)
* Support SuDoc call-numbers for shelf order generation [MODINVSTOR-1069](https://issues.folio.org/browse/MODINVSTOR-1069)
* Handle bound-with items [MODINVSTOR-1070](https://issues.folio.org/browse/MODINVSTOR-1070)

### Bug fixes
* Remove Related Instance Type Instantiation During Tenant Instantiation ([MODINVSTOR-1039](https://issues.folio.org/browse/MODINVSTOR-1039))
* Fix of metadata update on call number changes via the holdings record ([MODINVSTOR-1053](https://issues.folio.org/browse/MODINVSTOR-1053))
* Items with multiple circulation notes that do not have an id cannot be updated ([MODINVSTOR-1096](https://issues.folio.org/browse/MODINVSTOR-1096))

### Tech Dept
* Supporting source in /inventory-hierarchy/updated-instance-ids ([MODINVSTOR-1045](https://issues.folio.org/browse/MODINVSTOR-1045))
* Unify API response in case of ValidationException ([MODINVSTOR-1055](https://issues.folio.org/browse/MODINVSTOR-1055))
* Add missing item field descriptions ([MODINVSTOR-400](https://issues.folio.org/browse/MODINVSTOR-400))
* Fix creating duplicate fkeys on instance_source_marc ([MODINVSTOR-1086](https://issues.folio.org/browse/MODINVSTOR-1086))

---

## 26.0.0 2023-02-14
* New PUT API where a single item ID and a list of holdings IDs can be created ([MODINVSTOR-1022](https://issues.folio.org/browse/MODINVSTOR-1022))
* Extend subjects, alternativeTitles, series with authorityId ([MODINVSTOR-1010](https://issues.folio.org/browse/MODINVSTOR-1010))
* API to get the current maximum assigned HRID ([MODINVSTOR-921](https://issues.folio.org/browse/MODINVSTOR-921))
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>
<artifactId>mod-inventory-storage</artifactId>
<groupId>org.folio</groupId>
<version>26.1.0-SNAPSHOT</version>
<version>27.1.0-SNAPSHOT</version>
<licenses>
<license>
<name>Apache License 2.0</name>
Expand Down

0 comments on commit 606398c

Please sign in to comment.