From bd2099b722f0938a0fb11de43b8a5b2919326d57 Mon Sep 17 00:00:00 2001 From: "Jens W. Klein" Date: Thu, 16 Nov 2023 22:52:14 +0100 Subject: [PATCH] bump version --- CHANGES.rst | 3 ++- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 93ee1b8..2fef9d1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ Changelog ========= -2.0.0b5 (2023-11-16) +2.0.0b6 (2023-11-16) -------------------- - Fix OpenSearch / ElasticSearch switch. [ksuess] @@ -22,6 +22,7 @@ Changelog - Rename .elastic.get_ingest_client to .client.get_client [jensens] - Do not initialize a new client for each operation, but use a thread local cached one. This speeds up indexing a lot. [jensens] +- Fix Sentry integration to not trigger if env var is empty string. [jensens] 1.4 (2023-08-17) diff --git a/pyproject.toml b/pyproject.toml index 7d843fc..02a762f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "collective.elastic.ingest" -version = "2.0.0b5" +version = "2.0.0b6" description = "Ingestion service queue runner between Plone RestAPI and ElasticSearch or OpenSearch." keywords = ["elasticsearch", "opensearch", "plone", "celery", "search", "indexer"] readme = "README.rst"