Skip to content

Commit

Permalink
fix: do not delete kafka topics if collection topic is enabled
Browse files Browse the repository at this point in the history
Closes: MSEARCH-725
  • Loading branch information
psmagin committed Apr 10, 2024
1 parent 7543a49 commit d2e444c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v3.0.9 2024-04-10
### Bug fixes
* Do not delete kafka topics if tenant collection topic feature is enabled ([MSEARCH-725](https://issues.folio.org/browse/MSEARCH-725))

---

## v3.0.8 2024-04-04
### Bug fixes
* Fix browsing in one direction by shelving order ([MSEARCH-704](https://issues.folio.org/browse/MSEARCH-704))
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</sonar.exclusions>

<folio-spring-support.version>7.2.2</folio-spring-support.version>
<folio-service-tools.version>3.1.0</folio-service-tools.version>
<folio-service-tools.version>3.1.1</folio-service-tools.version>
<folio-isbn-utils.version>1.6.0</folio-isbn-utils.version>
<folio-cql2pgjson.version>35.1.0</folio-cql2pgjson.version>
<opensearch.version>2.9.0</opensearch.version>
Expand Down

0 comments on commit d2e444c

Please sign in to comment.