Skip to content

Commit e31b637

Browse files
chore: release 4.21.0
Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 74d9811 commit e31b637

File tree

24 files changed

+30
-23
lines changed

24 files changed

+30
-23
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.21.0](https://github.com/algolia/algoliasearch-client-python/compare/4.20.0...4.21.0)
2+
3+
- [a2ebbf496c](https://github.com/algolia/api-clients-automation/commit/a2ebbf496c) feat(clients): add `replaceAllObjectsWithTransformation` ([#5008](https://github.com/algolia/api-clients-automation/pull/5008)) by [@shortcuts](https://github.com/shortcuts/)
4+
- [5e3869931b](https://github.com/algolia/api-clients-automation/commit/5e3869931b) chore(spec): fix comment of custom path ([#5014](https://github.com/algolia/api-clients-automation/pull/5014)) by [@millotp](https://github.com/millotp/)
5+
- [9dec2bb122](https://github.com/algolia/api-clients-automation/commit/9dec2bb122) fix(clients): allow chunked requests on WithTransformation methods ([#5011](https://github.com/algolia/api-clients-automation/pull/5011)) by [@shortcuts](https://github.com/shortcuts/)
6+
- [947a4cac09](https://github.com/algolia/api-clients-automation/commit/947a4cac09) feat(clients): add `replaceAllObjectsWithTransformation` ([#5013](https://github.com/algolia/api-clients-automation/pull/5013)) by [@shortcuts](https://github.com/shortcuts/)
7+
18
## [4.20.0](https://github.com/algolia/algoliasearch-client-python/compare/4.19.0...4.20.0)
29

310
- [dc68c76106](https://github.com/algolia/api-clients-automation/commit/dc68c76106) chore(deps): dependencies 2025-06-09 ([#4943](https://github.com/algolia/api-clients-automation/pull/4943)) by [@algolia-bot](https://github.com/algolia-bot/)

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.20.0"
8+
__version__ = "4.21.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.20.0"
8+
__version__ = "4.21.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.20.0"
8+
__version__ = "4.21.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.20.0"
8+
__version__ = "4.21.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.20.0"
8+
__version__ = "4.21.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.20.0"
8+
__version__ = "4.21.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.20.0"
8+
__version__ = "4.21.0"
99

1010

1111
from .around_precision import AroundPrecision

algoliasearch/http/__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.20.0"
8+
__version__ = "4.21.0"

algoliasearch/ingestion/__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.20.0"
8+
__version__ = "4.21.0"

0 commit comments

Comments
 (0)