Skip to content

Commit daa6d63

Browse files
algolia-botFluf22
andcommitted
chore: release 4.36.0
Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Algolia Bot <30854082+algolia-bot@users.noreply.github.com> Co-authored-by: Thomas Raffray <Fluf22@users.noreply.github.com>
1 parent 032660e commit daa6d63

26 files changed

Lines changed: 45 additions & 25 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## [4.36.0](https://github.com/algolia/algoliasearch-client-python/compare/4.35.4...4.36.0)
2+
3+
BREAKING CHANGES: this minor version includes multiple breaking changes related to fixes on different APIs. See below for more details.
4+
5+
- [b39e3e013](https://github.com/algolia/api-clients-automation/commit/b39e3e013) feat(specs): `conditions` is not required anymore in composition rules ([#5853](https://github.com/algolia/api-clients-automation/pull/5853)) by [@ClaraMuller](https://github.com/ClaraMuller/)
6+
- [9ef126ccd](https://github.com/algolia/api-clients-automation/commit/9ef126ccd) docs(SearchParams): Document that filter scores are supported in virtual replicas ([#5716](https://github.com/algolia/api-clients-automation/pull/5716)) by [@NixFrog](https://github.com/NixFrog/)
7+
- [d55430747](https://github.com/algolia/api-clients-automation/commit/d55430747) feat(python): Increase timeout on retries ([#5857](https://github.com/algolia/api-clients-automation/pull/5857)) by [@eric-zaharia](https://github.com/eric-zaharia/)
8+
- [6a3e60802](https://github.com/algolia/api-clients-automation/commit/6a3e60802) fix(specs): BREAKING CHANGE – remove baseRecommendRequest from trendingFacets [CR-10264] ([#5858](https://github.com/algolia/api-clients-automation/pull/5858)) by [@raed667](https://github.com/raed667/)
9+
- The `TrendingFacets` model has been updated to reflect the API response.
10+
- [f9453e693](https://github.com/algolia/api-clients-automation/commit/f9453e693) docs: BREAKING CHANGE – authentication type can't be updated ([#5824](https://github.com/algolia/api-clients-automation/pull/5824)) by [@sbellone](https://github.com/sbellone/)
11+
- The `AuthenticationUpdate` model has been updated to reflect that the `type` field can't be updated.
12+
- [6591e14a6](https://github.com/algolia/api-clients-automation/commit/6591e14a6) feat(clients): Test python timeout ([#5883](https://github.com/algolia/api-clients-automation/pull/5883)) by [@eric-zaharia](https://github.com/eric-zaharia/)
13+
- [52aed5b35](https://github.com/algolia/api-clients-automation/commit/52aed5b35) fix(specs): allow additionalProperties on insights-api events ([#5885](https://github.com/algolia/api-clients-automation/pull/5885)) by [@sirockin](https://github.com/sirockin/)
14+
- [b5104d7f3](https://github.com/algolia/api-clients-automation/commit/b5104d7f3) fix(specs): update currency validation rules ([#5890](https://github.com/algolia/api-clients-automation/pull/5890)) by [@tecu23](https://github.com/tecu23/)
15+
- [2925f56d1](https://github.com/algolia/api-clients-automation/commit/2925f56d1) fix(specs): BREAKING CHANGE – more accurate composition behavior typing ([#5892](https://github.com/algolia/api-clients-automation/pull/5892)) by [@gavinwade12](https://github.com/gavinwade12/)
16+
- The `CompositionBehavior` model is now a union type for better accuracy.
17+
- [7ab7cf393](https://github.com/algolia/api-clients-automation/commit/7ab7cf393) fix(clients): Increased timeout delta for Python and Swift tests ([#5893](https://github.com/algolia/api-clients-automation/pull/5893)) by [@eric-zaharia](https://github.com/eric-zaharia/)
18+
- [63b0c5464](https://github.com/algolia/api-clients-automation/commit/63b0c5464) feat(specs): BREAKING CHANGE – Ingestion API: new `code` property in oauth authentication ([#5897](https://github.com/algolia/api-clients-automation/pull/5897)) by [@sbellone](https://github.com/sbellone/)
19+
- The `AuthOAuth` and `AuthOAuthPartial` models have been updated to reflect that the `clientId` field is now optional, and the `code` field can be set.
20+
121
## [4.35.4](https://github.com/algolia/algoliasearch-client-python/compare/4.35.3...4.35.4)
222

323
- [f02ab6fa0](https://github.com/algolia/api-clients-automation/commit/f02ab6fa0) chore: agentic config prep ([#5825](https://github.com/algolia/api-clients-automation/pull/5825)) by [@Fluf22](https://github.com/Fluf22/)

algoliasearch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"""
66

77
# The version of the algoliasearch package
8-
__version__ = "4.35.4"
8+
__version__ = "4.36.0"

algoliasearch/abtesting/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"""
66

77
# The version of the algoliasearch package
8-
__version__ = "4.35.4"
8+
__version__ = "4.36.0"

algoliasearch/abtesting/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66

77
# The version of the algoliasearch package
8-
__version__ = "4.35.4"
8+
__version__ = "4.36.0"
99

1010

1111
from .ab_test import ABTest

algoliasearch/abtesting_v3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"""
66

77
# The version of the algoliasearch package
8-
__version__ = "4.35.4"
8+
__version__ = "4.36.0"

algoliasearch/abtesting_v3/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66

77
# The version of the algoliasearch package
8-
__version__ = "4.35.4"
8+
__version__ = "4.36.0"
99

1010

1111
from .ab_test import ABTest

algoliasearch/analytics/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"""
66

77
# The version of the algoliasearch package
8-
__version__ = "4.35.4"
8+
__version__ = "4.36.0"

algoliasearch/analytics/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66

77
# The version of the algoliasearch package
8-
__version__ = "4.35.4"
8+
__version__ = "4.36.0"
99

1010

1111
from .click_position import ClickPosition

algoliasearch/composition/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"""
66

77
# The version of the algoliasearch package
8-
__version__ = "4.35.4"
8+
__version__ = "4.36.0"

algoliasearch/composition/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66

77
# The version of the algoliasearch package
8-
__version__ = "4.35.4"
8+
__version__ = "4.36.0"
99

1010

1111
from .action import Action

0 commit comments

Comments
 (0)