Skip to content

Commit b9217a8

Browse files
authored
chore: prepare for next development iteration v5.1.0 (#774)
1 parent 66cdb21 commit b9217a8

File tree

2 files changed

+39
-10
lines changed

2 files changed

+39
-10
lines changed

NEWS.md

Lines changed: 34 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
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
226
### Breaking changes
327
* Upgrade to Java 21 ([MSEARCH-969](https://folio-org.atlassian.net/browse/MSEARCH-969))
428
* Call Numbers Browse: Clean-Up of Legacy Call-Number Browse Logic ([MSEARCH-866](https://folio-org.atlassian.net/browse/MSEARCH-866))
@@ -7,7 +31,6 @@
731
### New APIs versions
832
* Provides `indices v1.1`
933
* Provides `browse v2.0`
10-
* Requires `API_NAME vX.Y`
1134

1235
### Features
1336
* Move Instance sub-entities population from database trigger to code ([MSEARCH-887](https://folio-org.atlassian.net/browse/MSEARCH-887))
@@ -54,9 +77,15 @@
5477
* Add missing documentation for specifying elasticsearch index settings ([MSEARCH-789](https://folio-org.atlassian.net/browse/MSEARCH-789))
5578

5679
### 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`
6089

6190
---
6291

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<name>mod-search</name>
1313
<groupId>org.folio</groupId>
1414
<artifactId>mod-search</artifactId>
15-
<version>5.0.0-SNAPSHOT</version>
15+
<version>5.1.0-SNAPSHOT</version>
1616
<description>FOLIO search service</description>
1717
<packaging>jar</packaging>
1818

@@ -34,9 +34,9 @@
3434
src/main/java/org/folio/search/configuration/properties/**
3535
</sonar.exclusions>
3636

37-
<folio-spring-support.version>9.0.0</folio-spring-support.version>
38-
<folio-service-tools.version>5.0.0</folio-service-tools.version>
39-
<folio-isbn-utils.version>1.8.0</folio-isbn-utils.version>
37+
<folio-spring-support.version>10.0.0-SNAPSHOT</folio-spring-support.version>
38+
<folio-service-tools.version>5.1.0-SNAPSHOT</folio-service-tools.version>
39+
<folio-isbn-utils.version>1.9.0-SNAPSHOT</folio-isbn-utils.version>
4040
<folio-cql2pgjson.version>35.4.0</folio-cql2pgjson.version>
4141
<opensearch.version>2.19.1</opensearch.version>
4242
<mapstruct.version>1.6.3</mapstruct.version>
@@ -59,7 +59,7 @@
5959
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
6060
<maven-failsafe-plugin.version>3.5.2</maven-failsafe-plugin.version>
6161
<maven-release-plugin.version>3.1.1</maven-release-plugin.version>
62-
<checkstyle.version>10.21.3</checkstyle.version>
62+
<checkstyle.version>10.21.4</checkstyle.version>
6363
</properties>
6464

6565
<dependencies>

0 commit comments

Comments
 (0)