|
1 | | -## v5.0.0 YYYY-mm-DD |
| 1 | +## v5.1.0 YYYY-mm-DD |
| 2 | +### Breaking changes |
| 3 | +* Description ([ISSUE](https://folio-org.atlassian.net/browse/ISSUE)) |
| 4 | + |
| 5 | +### New APIs versions |
| 6 | +* Provides `API_NAME vX.Y` |
| 7 | +* Requires `API_NAME vX.Y` |
| 8 | + |
| 9 | +### Features |
| 10 | +* Description ([ISSUE](https://folio-org.atlassian.net/browse/ISSUE)) |
| 11 | + |
| 12 | +### Bug fixes |
| 13 | +* Description ([ISSUE](https://folio-org.atlassian.net/browse/ISSUE)) |
| 14 | + |
| 15 | +### Tech Dept |
| 16 | +* Description ([ISSUE](https://folio-org.atlassian.net/browse/ISSUE)) |
| 17 | + |
| 18 | +### Dependencies |
| 19 | +* Bump `LIB_NAME` from `OLD_VERSION` to `NEW_VERSION` |
| 20 | +* Add `LIB_NAME VERSION` |
| 21 | +* Remove `LIB_NAME` |
| 22 | + |
| 23 | +--- |
| 24 | + |
| 25 | +## v5.0.0 2024-03-13 |
2 | 26 | ### Breaking changes |
3 | 27 | * Upgrade to Java 21 ([MSEARCH-969](https://folio-org.atlassian.net/browse/MSEARCH-969)) |
4 | 28 | * Call Numbers Browse: Clean-Up of Legacy Call-Number Browse Logic ([MSEARCH-866](https://folio-org.atlassian.net/browse/MSEARCH-866)) |
|
7 | 31 | ### New APIs versions |
8 | 32 | * Provides `indices v1.1` |
9 | 33 | * Provides `browse v2.0` |
10 | | -* Requires `API_NAME vX.Y` |
11 | 34 |
|
12 | 35 | ### Features |
13 | 36 | * Move Instance sub-entities population from database trigger to code ([MSEARCH-887](https://folio-org.atlassian.net/browse/MSEARCH-887)) |
|
54 | 77 | * Add missing documentation for specifying elasticsearch index settings ([MSEARCH-789](https://folio-org.atlassian.net/browse/MSEARCH-789)) |
55 | 78 |
|
56 | 79 | ### Dependencies |
57 | | -* Bump `opensearch` from `2.17.1` to `2.18.0` fixing protobuf-java CVE-2024-7254 ([MSEARCH-889](https://folio-org.atlassian.net/browse/MSEARCH-889)) |
58 | | -* Add `LIB_NAME VERSION` |
59 | | -* Remove `LIB_NAME` |
| 80 | +* Bump `spring-boot` from `3.3.5` to `3.4.3` |
| 81 | +* Bump `folio-spring-support` from `8.2.1` to `9.0.0` |
| 82 | +* Bump `folio-service-tools` from `4.1.1` to `5.0.0` |
| 83 | +* Bump `folio-isbn-utils` from `1.6.0` to `1.8.0` |
| 84 | +* Bump `folio-cql2pgjson` from `35.3.0` to `35.4.0` |
| 85 | +* Bump `opensearch` from `2.18.0` to `2.19.1` |
| 86 | +* Bump `mapstruct` from `1.6.2` to `1.6.3` |
| 87 | +* Bump `apache-commons-io` from `2.17.0` to `2.18.0` |
| 88 | +* Bump `lombok` from `1.18.34` to `1.18.36` |
60 | 89 |
|
61 | 90 | --- |
62 | 91 |
|
|
0 commit comments