Skip to content

Commit b98f307

Browse files
committed
chore: release 4.30.0
Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Algolia Bot <[email protected]>
1 parent 0909319 commit b98f307

File tree

26 files changed

+32
-25
lines changed

26 files changed

+32
-25
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.30.0](https://github.com/algolia/algoliasearch-client-python/compare/4.29.1...4.30.0)
2+
3+
- [9622cce01](https://github.com/algolia/api-clients-automation/commit/9622cce01) chore(scripts): downgrade python version for release ([#5482](https://github.com/algolia/api-clients-automation/pull/5482)) by [@millotp](https://github.com/millotp/)
4+
- [7f9de7cd9](https://github.com/algolia/api-clients-automation/commit/7f9de7cd9) fix(specs): ingestion small fix + added source input descriptions ([#5515](https://github.com/algolia/api-clients-automation/pull/5515)) by [@sbellone](https://github.com/sbellone/)
5+
- [7287faaa7](https://github.com/algolia/api-clients-automation/commit/7287faaa7) feat(specs): add `facets` query parameter available at run time ([#5486](https://github.com/algolia/api-clients-automation/pull/5486)) by [@ClaraMuller](https://github.com/ClaraMuller/)
6+
- [b4794d6c2](https://github.com/algolia/api-clients-automation/commit/b4794d6c2) chore(deps): dependencies 2025-10-20 ([#5487](https://github.com/algolia/api-clients-automation/pull/5487)) by [@algolia-bot](https://github.com/algolia-bot/)
7+
18
## [4.29.1](https://github.com/algolia/algoliasearch-client-python/compare/4.29.0...4.29.1)
29

310
- [9a92b3269](https://github.com/algolia/api-clients-automation/commit/9a92b3269) chore(deps): dependencies 2025-10-13 ([#5453](https://github.com/algolia/api-clients-automation/pull/5453)) 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.29.1"
8+
__version__ = "4.30.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.29.1"
8+
__version__ = "4.30.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.29.1"
8+
__version__ = "4.30.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.29.1"
8+
__version__ = "4.30.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.29.1"
8+
__version__ = "4.30.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.29.1"
8+
__version__ = "4.30.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.29.1"
8+
__version__ = "4.30.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.29.1"
8+
__version__ = "4.30.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.29.1"
8+
__version__ = "4.30.0"
99

1010

1111
from .action import Action

0 commit comments

Comments
 (0)