Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Nov 30, 2023
1 parent d0884e3 commit 0e6eee0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog
=========

2.0.0rc4 (2023-11-xx)
--------------------
2.0.0rc4 (2023-11-20)
---------------------

- Fix: Analysis creation overruled index settings. [jensens]
- Fix Do not fail in preprocessing fullremove, when source does not exist. [jensens]
Expand All @@ -13,7 +13,7 @@ Changelog
- Enhancement: Default preprocessings removes lock and parent fields . [jensens]

2.0.0rc3 (2023-11-28)
--------------------
---------------------

- Feature: set env ``INDEX_SSL_SHOW_WARN=1`` to pass as ``ssl_show_warn`` kwarg in OpenSearch client [jensens]
- Feature: set env ``INDEX_SSL_ASSERT_HOSTNAME=1`` to pass as ``ssl_assert_hostname`` kwarg in OpenSearch client [jensens]
Expand All @@ -26,18 +26,18 @@ Changelog
- Feature: set env ``INDEX_VERIFY_CERTS=1`` to pass as ``verify_certs`` kwarg in OpenSearch client [jensens]

2.0.0rc1 (2023-11-27)
--------------------
---------------------

- Add a note to the README about the steps needed if upgrading from 1.x [jensens]
- Add a note to the README about exposed port 9200 and a hint to block it if needed. [jensens]

2.0.0b11 (2023-11-22)
--------------------
---------------------

- Packaging: remove namespace level empty ``__init__.py`` to make interoperable with multiple ``collective.*`` namespaces while in editable mode [jensens]

2.0.0b10 (2023-11-21)
--------------------
---------------------

- add an extra "sentry" and install by default in Dockerfile [jensens]

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "collective.elastic.ingest"
version = "2.0.0rc3"
version = "2.0.0rc4"
description = "Ingestion service queue runner between Plone RestAPI and ElasticSearch or OpenSearch."
keywords = ["elasticsearch", "opensearch", "plone", "celery", "search", "indexer"]
readme = "README.rst"
Expand Down

0 comments on commit 0e6eee0

Please sign in to comment.