Skip to content

Commit 22d417e

Browse files
chore(9.3): release 9.3.3 (#1397)
Co-authored-by: elastic-vault-github-plugin-prod[bot] <150874479+elastic-vault-github-plugin-prod[bot]@users.noreply.github.com>
1 parent 34b37b2 commit 22d417e

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "9.3.2"
2+
".": "9.3.3"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [9.3.3](https://github.com/elastic/go-elasticsearch/compare/v9.3.2...v9.3.3) (2026-04-27)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **esapi:** params previously typed *int on ~20 esapi endpoints are now *int64 to match the spec long type. Call sites passing untyped integer literals keep compiling; call sites passing a typed int variable need an int64(...) cast.
9+
10+
### Features
11+
12+
* **client:** Add (*Client).ToTyped() conversion method ([#1448](https://github.com/elastic/go-elasticsearch/issues/1448)) ([4d9a8c5](https://github.com/elastic/go-elasticsearch/commit/4d9a8c54168be58abb136557e0b705cec4aee198))
13+
* **esutil:** Add FlushJitter option to BulkIndexer ([#1441](https://github.com/elastic/go-elasticsearch/issues/1441)) ([2b601d1](https://github.com/elastic/go-elasticsearch/commit/2b601d1d8ca404022d340dd9f9063163783125c8))
14+
15+
16+
### Bug Fixes
17+
18+
* **esapi:** Regenerate esapi with *int64 for long-typed params ([#1403](https://github.com/elastic/go-elasticsearch/issues/1403)) ([6a630a2](https://github.com/elastic/go-elasticsearch/commit/6a630a2d4e6161228f19cccc6f801fa5634596d7))
19+
* **gen:** Map spec long to *int64 for esapi params ([#1393](https://github.com/elastic/go-elasticsearch/issues/1393)) ([911ff9a](https://github.com/elastic/go-elasticsearch/commit/911ff9a42323484e8f54ecec2aa1d524af444d27))
20+
* **gen:** Support *int64 fields in gen-tests output ([#1419](https://github.com/elastic/go-elasticsearch/issues/1419)) ([2da1373](https://github.com/elastic/go-elasticsearch/commit/2da1373f1f1181526716850eed8438c0c45cc4e7))
21+
322
## [9.2.5](https://github.com/elastic/go-elasticsearch/compare/v9.2.4...v9.2.5) (2026-04-27)
423

524

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ package version
2121
const Client = Version
2222

2323
// Version is the version of the client.
24-
const Version = "9.3.3-SNAPSHOT"
24+
const Version = "9.3.3"

0 commit comments

Comments
 (0)