Skip to content

Commit e5b488d

Browse files
committed
Bump version to 7.13.3
1 parent ba8f295 commit e5b488d

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

elasticsearch/_async/client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1462,7 +1462,7 @@ async def render_search_template(
14621462
"""
14631463
Allows to use the Mustache language to pre-render a search definition.
14641464
1465-
`<https://www.elastic.co/guide/en/elasticsearch/reference/7.13/search-template.html#_validating_templates>`_
1465+
`<https://www.elastic.co/guide/en/elasticsearch/reference/7.13/render-search-template-api.html>`_
14661466
14671467
:arg body: The search definition template and its params
14681468
:arg id: The id of the stored search template

elasticsearch/_async/client/rollup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,12 @@ async def rollup(self, index, rollup_index, body, params=None, headers=None):
222222
"""
223223
Rollup an index
224224
225-
`<https://www.elastic.co/guide/en/elasticsearch/reference/7.13/rollup-api.html>`_
225+
`<https://www.elastic.co/guide/en/elasticsearch/reference/7.13/xpack-rollup.html>`_
226+
227+
.. warning::
228+
229+
This API is **experimental** so may include breaking changes
230+
or be removed in a future version
226231
227232
:arg index: The index to roll up
228233
:arg rollup_index: The name of the rollup index to create

elasticsearch/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
__versionstr__ = "7.13.3"
18+
__versionstr__ = "7.13.4"

elasticsearch/client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1452,7 +1452,7 @@ def render_search_template(self, body=None, id=None, params=None, headers=None):
14521452
"""
14531453
Allows to use the Mustache language to pre-render a search definition.
14541454
1455-
`<https://www.elastic.co/guide/en/elasticsearch/reference/7.13/search-template.html#_validating_templates>`_
1455+
`<https://www.elastic.co/guide/en/elasticsearch/reference/7.13/render-search-template-api.html>`_
14561456
14571457
:arg body: The search definition template and its params
14581458
:arg id: The id of the stored search template

elasticsearch/client/rollup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,12 @@ def rollup(self, index, rollup_index, body, params=None, headers=None):
220220
"""
221221
Rollup an index
222222
223-
`<https://www.elastic.co/guide/en/elasticsearch/reference/7.13/rollup-api.html>`_
223+
`<https://www.elastic.co/guide/en/elasticsearch/reference/7.13/xpack-rollup.html>`_
224+
225+
.. warning::
226+
227+
This API is **experimental** so may include breaking changes
228+
or be removed in a future version
224229
225230
:arg index: The index to roll up
226231
:arg rollup_index: The name of the rollup index to create

0 commit comments

Comments
 (0)