From 29397928adab727b8ea4e487cacbb31303613e67 Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Thu, 28 Dec 2023 15:48:41 +0000 Subject: [PATCH] chore: release 4.0.0a2 Co-authored-by: algolia-bot Co-authored-by: Pierre Millot --- CHANGELOG.md | 15 +++++++++++++++ algoliasearch/__init__.py | 2 +- algoliasearch/abtesting/__init__.py | 2 +- algoliasearch/abtesting/models/__init__.py | 2 +- algoliasearch/analytics/__init__.py | 2 +- algoliasearch/analytics/models/__init__.py | 2 +- algoliasearch/http/__init__.py | 2 +- algoliasearch/ingestion/__init__.py | 2 +- algoliasearch/ingestion/models/__init__.py | 2 +- algoliasearch/insights/__init__.py | 2 +- algoliasearch/insights/models/__init__.py | 2 +- algoliasearch/monitoring/__init__.py | 2 +- algoliasearch/monitoring/models/__init__.py | 2 +- algoliasearch/personalization/__init__.py | 2 +- algoliasearch/personalization/models/__init__.py | 2 +- algoliasearch/query_suggestions/__init__.py | 2 +- .../query_suggestions/models/__init__.py | 2 +- algoliasearch/recommend/__init__.py | 2 +- algoliasearch/recommend/models/__init__.py | 2 +- algoliasearch/search/__init__.py | 2 +- algoliasearch/search/models/__init__.py | 2 +- pyproject.toml | 2 +- 22 files changed, 36 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8a76dee9..0dc510cfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [4.0.0a2](https://github.com/algolia/algoliasearch-client-python/compare/4.0.0a1...4.0.0a2) + +- [6641924aa](https://github.com/algolia/api-clients-automation/commit/6641924aa) fix(python): less breaking changes ([#2442](https://github.com/algolia/api-clients-automation/pull/2442)) by [@shortcuts](https://github.com/shortcuts/) +- [19ddcb18f](https://github.com/algolia/api-clients-automation/commit/19ddcb18f) chore(python): cleanup and variable names ([#2416](https://github.com/algolia/api-clients-automation/pull/2416)) by [@shortcuts](https://github.com/shortcuts/) +- [cdd936ad1](https://github.com/algolia/api-clients-automation/commit/cdd936ad1) feat(python): add clients CTS ([#2411](https://github.com/algolia/api-clients-automation/pull/2411)) by [@shortcuts](https://github.com/shortcuts/) +- [1c7c0351a](https://github.com/algolia/api-clients-automation/commit/1c7c0351a) feat(python): add release process ([#2372](https://github.com/algolia/api-clients-automation/pull/2372)) by [@shortcuts](https://github.com/shortcuts/) +- [f2692988c](https://github.com/algolia/api-clients-automation/commit/f2692988c) chore(python): improve serializer definition ([#2402](https://github.com/algolia/api-clients-automation/pull/2402)) by [@shortcuts](https://github.com/shortcuts/) +- [3aa772522](https://github.com/algolia/api-clients-automation/commit/3aa772522) feat(python): add CTS ([#2373](https://github.com/algolia/api-clients-automation/pull/2373)) by [@shortcuts](https://github.com/shortcuts/) +- [6c4dcb21c](https://github.com/algolia/api-clients-automation/commit/6c4dcb21c) fix(python): common response deserializer ([#2375](https://github.com/algolia/api-clients-automation/pull/2375)) by [@shortcuts](https://github.com/shortcuts/) +- [8d71c2b69](https://github.com/algolia/api-clients-automation/commit/8d71c2b69) fix(specs): provide non clashing names for custom methods ([#2369](https://github.com/algolia/api-clients-automation/pull/2369)) by [@shortcuts](https://github.com/shortcuts/) +- [387960048](https://github.com/algolia/api-clients-automation/commit/387960048) fix(python): path encoding and request options ([#2367](https://github.com/algolia/api-clients-automation/pull/2367)) by [@shortcuts](https://github.com/shortcuts/) +- [a2edb056e](https://github.com/algolia/api-clients-automation/commit/a2edb056e) fix(python): deserializer and unused helpers ([#2309](https://github.com/algolia/api-clients-automation/pull/2309)) by [@shortcuts](https://github.com/shortcuts/) +- [205519c6f](https://github.com/algolia/api-clients-automation/commit/205519c6f) fix(specs): highlight result map definition ([#2312](https://github.com/algolia/api-clients-automation/pull/2312)) by [@shortcuts](https://github.com/shortcuts/) +- [f99007898](https://github.com/algolia/api-clients-automation/commit/f99007898) feat(python): add Algolia transporter, response deserializer and config setup ([#2306](https://github.com/algolia/api-clients-automation/pull/2306)) by [@shortcuts](https://github.com/shortcuts/) + ## [4.0.0-alpha.1](https://github.com/algolia/algoliasearch-client-python/compare/4.0.0-alpha.0...4.0.0-alpha.1) - [a46b959fe](https://github.com/algolia/api-clients-automation/commit/a46b959fe) fix(python): template cleanup and playgrounds ([#2286](https://github.com/algolia/api-clients-automation/pull/2286)) by [@shortcuts](https://github.com/shortcuts/) diff --git a/algoliasearch/__init__.py b/algoliasearch/__init__.py index 288a118fa..ab0605d53 100644 --- a/algoliasearch/__init__.py +++ b/algoliasearch/__init__.py @@ -5,4 +5,4 @@ """ # The version of the algoliasearch package -__version__ = "4.0.0a1" +__version__ = "4.0.0a2" diff --git a/algoliasearch/abtesting/__init__.py b/algoliasearch/abtesting/__init__.py index 288a118fa..ab0605d53 100644 --- a/algoliasearch/abtesting/__init__.py +++ b/algoliasearch/abtesting/__init__.py @@ -5,4 +5,4 @@ """ # The version of the algoliasearch package -__version__ = "4.0.0a1" +__version__ = "4.0.0a2" diff --git a/algoliasearch/abtesting/models/__init__.py b/algoliasearch/abtesting/models/__init__.py index 288a118fa..ab0605d53 100644 --- a/algoliasearch/abtesting/models/__init__.py +++ b/algoliasearch/abtesting/models/__init__.py @@ -5,4 +5,4 @@ """ # The version of the algoliasearch package -__version__ = "4.0.0a1" +__version__ = "4.0.0a2" diff --git a/algoliasearch/analytics/__init__.py b/algoliasearch/analytics/__init__.py index 288a118fa..ab0605d53 100644 --- a/algoliasearch/analytics/__init__.py +++ b/algoliasearch/analytics/__init__.py @@ -5,4 +5,4 @@ """ # The version of the algoliasearch package -__version__ = "4.0.0a1" +__version__ = "4.0.0a2" diff --git a/algoliasearch/analytics/models/__init__.py b/algoliasearch/analytics/models/__init__.py index 288a118fa..ab0605d53 100644 --- a/algoliasearch/analytics/models/__init__.py +++ b/algoliasearch/analytics/models/__init__.py @@ -5,4 +5,4 @@ """ # The version of the algoliasearch package -__version__ = "4.0.0a1" +__version__ = "4.0.0a2" diff --git a/algoliasearch/http/__init__.py b/algoliasearch/http/__init__.py index 288a118fa..ab0605d53 100644 --- a/algoliasearch/http/__init__.py +++ b/algoliasearch/http/__init__.py @@ -5,4 +5,4 @@ """ # The version of the algoliasearch package -__version__ = "4.0.0a1" +__version__ = "4.0.0a2" diff --git a/algoliasearch/ingestion/__init__.py b/algoliasearch/ingestion/__init__.py index 288a118fa..ab0605d53 100644 --- a/algoliasearch/ingestion/__init__.py +++ b/algoliasearch/ingestion/__init__.py @@ -5,4 +5,4 @@ """ # The version of the algoliasearch package -__version__ = "4.0.0a1" +__version__ = "4.0.0a2" diff --git a/algoliasearch/ingestion/models/__init__.py b/algoliasearch/ingestion/models/__init__.py index 288a118fa..ab0605d53 100644 --- a/algoliasearch/ingestion/models/__init__.py +++ b/algoliasearch/ingestion/models/__init__.py @@ -5,4 +5,4 @@ """ # The version of the algoliasearch package -__version__ = "4.0.0a1" +__version__ = "4.0.0a2" diff --git a/algoliasearch/insights/__init__.py b/algoliasearch/insights/__init__.py index 288a118fa..ab0605d53 100644 --- a/algoliasearch/insights/__init__.py +++ b/algoliasearch/insights/__init__.py @@ -5,4 +5,4 @@ """ # The version of the algoliasearch package -__version__ = "4.0.0a1" +__version__ = "4.0.0a2" diff --git a/algoliasearch/insights/models/__init__.py b/algoliasearch/insights/models/__init__.py index 288a118fa..ab0605d53 100644 --- a/algoliasearch/insights/models/__init__.py +++ b/algoliasearch/insights/models/__init__.py @@ -5,4 +5,4 @@ """ # The version of the algoliasearch package -__version__ = "4.0.0a1" +__version__ = "4.0.0a2" diff --git a/algoliasearch/monitoring/__init__.py b/algoliasearch/monitoring/__init__.py index 288a118fa..ab0605d53 100644 --- a/algoliasearch/monitoring/__init__.py +++ b/algoliasearch/monitoring/__init__.py @@ -5,4 +5,4 @@ """ # The version of the algoliasearch package -__version__ = "4.0.0a1" +__version__ = "4.0.0a2" diff --git a/algoliasearch/monitoring/models/__init__.py b/algoliasearch/monitoring/models/__init__.py index 288a118fa..ab0605d53 100644 --- a/algoliasearch/monitoring/models/__init__.py +++ b/algoliasearch/monitoring/models/__init__.py @@ -5,4 +5,4 @@ """ # The version of the algoliasearch package -__version__ = "4.0.0a1" +__version__ = "4.0.0a2" diff --git a/algoliasearch/personalization/__init__.py b/algoliasearch/personalization/__init__.py index 288a118fa..ab0605d53 100644 --- a/algoliasearch/personalization/__init__.py +++ b/algoliasearch/personalization/__init__.py @@ -5,4 +5,4 @@ """ # The version of the algoliasearch package -__version__ = "4.0.0a1" +__version__ = "4.0.0a2" diff --git a/algoliasearch/personalization/models/__init__.py b/algoliasearch/personalization/models/__init__.py index 288a118fa..ab0605d53 100644 --- a/algoliasearch/personalization/models/__init__.py +++ b/algoliasearch/personalization/models/__init__.py @@ -5,4 +5,4 @@ """ # The version of the algoliasearch package -__version__ = "4.0.0a1" +__version__ = "4.0.0a2" diff --git a/algoliasearch/query_suggestions/__init__.py b/algoliasearch/query_suggestions/__init__.py index 288a118fa..ab0605d53 100644 --- a/algoliasearch/query_suggestions/__init__.py +++ b/algoliasearch/query_suggestions/__init__.py @@ -5,4 +5,4 @@ """ # The version of the algoliasearch package -__version__ = "4.0.0a1" +__version__ = "4.0.0a2" diff --git a/algoliasearch/query_suggestions/models/__init__.py b/algoliasearch/query_suggestions/models/__init__.py index 288a118fa..ab0605d53 100644 --- a/algoliasearch/query_suggestions/models/__init__.py +++ b/algoliasearch/query_suggestions/models/__init__.py @@ -5,4 +5,4 @@ """ # The version of the algoliasearch package -__version__ = "4.0.0a1" +__version__ = "4.0.0a2" diff --git a/algoliasearch/recommend/__init__.py b/algoliasearch/recommend/__init__.py index 288a118fa..ab0605d53 100644 --- a/algoliasearch/recommend/__init__.py +++ b/algoliasearch/recommend/__init__.py @@ -5,4 +5,4 @@ """ # The version of the algoliasearch package -__version__ = "4.0.0a1" +__version__ = "4.0.0a2" diff --git a/algoliasearch/recommend/models/__init__.py b/algoliasearch/recommend/models/__init__.py index 288a118fa..ab0605d53 100644 --- a/algoliasearch/recommend/models/__init__.py +++ b/algoliasearch/recommend/models/__init__.py @@ -5,4 +5,4 @@ """ # The version of the algoliasearch package -__version__ = "4.0.0a1" +__version__ = "4.0.0a2" diff --git a/algoliasearch/search/__init__.py b/algoliasearch/search/__init__.py index 288a118fa..ab0605d53 100644 --- a/algoliasearch/search/__init__.py +++ b/algoliasearch/search/__init__.py @@ -5,4 +5,4 @@ """ # The version of the algoliasearch package -__version__ = "4.0.0a1" +__version__ = "4.0.0a2" diff --git a/algoliasearch/search/models/__init__.py b/algoliasearch/search/models/__init__.py index 288a118fa..ab0605d53 100644 --- a/algoliasearch/search/models/__init__.py +++ b/algoliasearch/search/models/__init__.py @@ -5,4 +5,4 @@ """ # The version of the algoliasearch package -__version__ = "4.0.0a1" +__version__ = "4.0.0a2" diff --git a/pyproject.toml b/pyproject.toml index b3203006f..ef9a5c522 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "algoliasearch" -version = "4.0.0a1" +version = "4.0.0a2" description = "A fully-featured and blazing-fast Python API client to interact with Algolia." authors = ["Algolia Team "] license = "MIT"