Skip to content

Commit 8eb9a4a

Browse files
chore: release 4.18.0
Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
1 parent 5a9d2d6 commit 8eb9a4a

File tree

24 files changed

+34
-23
lines changed

24 files changed

+34
-23
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [4.18.0](https://github.com/algolia/algoliasearch-client-python/compare/4.17.0...4.18.0)
2+
3+
- [9db03b532b](https://github.com/algolia/api-clients-automation/commit/9db03b532b) fix(specs): typo ([#4854](https://github.com/algolia/api-clients-automation/pull/4854)) by [@kai687](https://github.com/kai687/)
4+
- [90b49b1e1b](https://github.com/algolia/api-clients-automation/commit/90b49b1e1b) feat(specs): add global push endpoint ([#4855](https://github.com/algolia/api-clients-automation/pull/4855)) by [@shortcuts](https://github.com/shortcuts/)
5+
- [cf416e6b91](https://github.com/algolia/api-clients-automation/commit/cf416e6b91) fix(specs): updated watchResponse ([#4879](https://github.com/algolia/api-clients-automation/pull/4879)) by [@shortcuts](https://github.com/shortcuts/)
6+
- [2c903cf8b8](https://github.com/algolia/api-clients-automation/commit/2c903cf8b8) feat(python): add bridge to transformation on search ([#4898](https://github.com/algolia/api-clients-automation/pull/4898)) by [@shortcuts](https://github.com/shortcuts/)
7+
- [06ad06e4a8](https://github.com/algolia/api-clients-automation/commit/06ad06e4a8) feat(specs): update transformation specs for no-code ([#4901](https://github.com/algolia/api-clients-automation/pull/4901)) by [@mehmetaligok](https://github.com/mehmetaligok/)
8+
- [820156b1d1](https://github.com/algolia/api-clients-automation/commit/820156b1d1) chore(deps): dependencies 2025-06-02 ([#4899](https://github.com/algolia/api-clients-automation/pull/4899)) by [@algolia-bot](https://github.com/algolia-bot/)
9+
- [4ec0e13e28](https://github.com/algolia/api-clients-automation/commit/4ec0e13e28) fix(specs): more indexing actions to push ([#4930](https://github.com/algolia/api-clients-automation/pull/4930)) by [@shortcuts](https://github.com/shortcuts/)
10+
- [1951e4d127](https://github.com/algolia/api-clients-automation/commit/1951e4d127) fix(specs): wrong ACL for getSettings ([#4933](https://github.com/algolia/api-clients-automation/pull/4933)) by [@kai687](https://github.com/kai687/)
11+
112
## [4.17.0](https://github.com/algolia/algoliasearch-client-python/compare/4.16.5...4.17.0)
213

314
- [bebb56e0b9](https://github.com/algolia/api-clients-automation/commit/bebb56e0b9) fix(specs): add x-acl to insights endpoints ([#4822](https://github.com/algolia/api-clients-automation/pull/4822)) by [@kai687](https://github.com/kai687/)

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.17.0"
8+
__version__ = "4.18.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.17.0"
8+
__version__ = "4.18.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.17.0"
8+
__version__ = "4.18.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.17.0"
8+
__version__ = "4.18.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.17.0"
8+
__version__ = "4.18.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.17.0"
8+
__version__ = "4.18.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.17.0"
8+
__version__ = "4.18.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.17.0"
8+
__version__ = "4.18.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.17.0"
8+
__version__ = "4.18.0"

algoliasearch/ingestion/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.17.0"
8+
__version__ = "4.18.0"
99

1010

1111
from .action import Action

algoliasearch/insights/__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.17.0"
8+
__version__ = "4.18.0"

algoliasearch/insights/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.17.0"
8+
__version__ = "4.18.0"
99

1010

1111
from .add_to_cart_event import AddToCartEvent

algoliasearch/monitoring/__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.17.0"
8+
__version__ = "4.18.0"

algoliasearch/monitoring/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.17.0"
8+
__version__ = "4.18.0"
99

1010

1111
from .error_base import ErrorBase

algoliasearch/personalization/__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.17.0"
8+
__version__ = "4.18.0"

algoliasearch/personalization/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.17.0"
8+
__version__ = "4.18.0"
99

1010

1111
from .delete_user_profile_response import DeleteUserProfileResponse

algoliasearch/query_suggestions/__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.17.0"
8+
__version__ = "4.18.0"

algoliasearch/query_suggestions/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.17.0"
8+
__version__ = "4.18.0"
99

1010

1111
from .base_response import BaseResponse

algoliasearch/recommend/__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.17.0"
8+
__version__ = "4.18.0"

algoliasearch/recommend/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.17.0"
8+
__version__ = "4.18.0"
99

1010

1111
from .advanced_syntax_features import AdvancedSyntaxFeatures

algoliasearch/search/__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.17.0"
8+
__version__ = "4.18.0"

algoliasearch/search/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.17.0"
8+
__version__ = "4.18.0"
99

1010

1111
from .acl import Acl

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "algoliasearch"
3-
version = "4.17.0"
3+
version = "4.18.0"
44
description = "A fully-featured and blazing-fast Python API client to interact with Algolia."
55
authors = ["Algolia Team"]
66
license = "MIT"

0 commit comments

Comments
 (0)