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 b43a40b commit 8daadeb
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.2.2 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.2.1 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>8.1.0</folio-spring-support.version>
<folio-service-tools.version>4.0.0</folio-service-tools.version>
<folio-service-tools.version>4.0.1</folio-service-tools.version>
<folio-isbn-utils.version>1.6.0</folio-isbn-utils.version>
<folio-cql2pgjson.version>35.2.0</folio-cql2pgjson.version>
<opensearch.version>2.12.0</opensearch.version>
Expand Down

0 comments on commit 8daadeb

Please sign in to comment.