Skip to content

Commit faa0fe6

Browse files
chore: release 4.25.0
Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 233ee07 commit faa0fe6

File tree

26 files changed

+35
-25
lines changed

26 files changed

+35
-25
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [4.25.0](https://github.com/algolia/algoliasearch-client-python/compare/4.24.0...4.25.0)
2+
3+
- [40f3bebfde](https://github.com/algolia/api-clients-automation/commit/40f3bebfde) fix(clients): prefix tags with v ([#5186](https://github.com/algolia/api-clients-automation/pull/5186)) by [@millotp](https://github.com/millotp/)
4+
- [48672036c1](https://github.com/algolia/api-clients-automation/commit/48672036c1) refactor(specs): mutualise code between Search API & Comp API for search query parameters ([#5125](https://github.com/algolia/api-clients-automation/pull/5125)) by [@ClaraMuller](https://github.com/ClaraMuller/)
5+
- [ca6f3ca016](https://github.com/algolia/api-clients-automation/commit/ca6f3ca016) fix(specs): define batch actions ([#5242](https://github.com/algolia/api-clients-automation/pull/5242)) by [@kai687](https://github.com/kai687/)
6+
- [99f8174c7d](https://github.com/algolia/api-clients-automation/commit/99f8174c7d) feat(specs): add fields for metadata in composition injectedItems ([#5241](https://github.com/algolia/api-clients-automation/pull/5241)) by [@gavinwade12](https://github.com/gavinwade12/)
7+
- [e793aa8980](https://github.com/algolia/api-clients-automation/commit/e793aa8980) fix(python): change badge to correctly reflect supported python versions ([#5274](https://github.com/algolia/api-clients-automation/pull/5274)) by [@lucasrodes](https://github.com/lucasrodes/)
8+
- [e57faa4d4f](https://github.com/algolia/api-clients-automation/commit/e57faa4d4f) chore(deps): dependencies 2025-08-11 ([#5225](https://github.com/algolia/api-clients-automation/pull/5225)) by [@algolia-bot](https://github.com/algolia-bot/)
9+
- [ff178d8118](https://github.com/algolia/api-clients-automation/commit/ff178d8118) feat(specs): abtests stopped at ([#5275](https://github.com/algolia/api-clients-automation/pull/5275)) by [@stevenMevans](https://github.com/stevenMevans/)
10+
111
## [4.24.0](https://github.com/algolia/algoliasearch-client-python/compare/4.23.1...4.24.0)
212

313
- [66bc4eee9e](https://github.com/algolia/api-clients-automation/commit/66bc4eee9e) feat(clients): add new abtesting-v3 package to clients + stabilize alpha js package ([#5157](https://github.com/algolia/api-clients-automation/pull/5157)) by [@leonardogavaudan](https://github.com/leonardogavaudan/)

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.24.0"
8+
__version__ = "4.25.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.24.0"
8+
__version__ = "4.25.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.24.0"
8+
__version__ = "4.25.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.24.0"
8+
__version__ = "4.25.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.24.0"
8+
__version__ = "4.25.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.24.0"
8+
__version__ = "4.25.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.24.0"
8+
__version__ = "4.25.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.24.0"
8+
__version__ = "4.25.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.24.0"
8+
__version__ = "4.25.0"
99

1010

1111
from .around_precision import AroundPrecision

0 commit comments

Comments
 (0)