Skip to content

Commit 3f80125

Browse files
chore(9.2): release 9.2.6 (#1482)
Co-authored-by: elastic-vault-github-plugin-prod[bot] <150874479+elastic-vault-github-plugin-prod[bot]@users.noreply.github.com>
1 parent 09d1ef7 commit 3f80125

3 files changed

Lines changed: 13 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.2.5"
2+
".": "9.2.6"
33
}

CHANGELOG.md

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

3+
## [9.2.6](https://github.com/elastic/go-elasticsearch/compare/v9.2.5...v9.2.6) (2026-05-11)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **client:** (*elasticsearch.Client).ToTyped() is removed. Use elasticsearch.NewTypedFrom(c) instead.
9+
10+
### Bug Fixes
11+
12+
* **client:** Remove (*Client).ToTyped() to fix binary-size regression ([#1478](https://github.com/elastic/go-elasticsearch/issues/1478)) ([e328483](https://github.com/elastic/go-elasticsearch/commit/e328483f0a8b3c297cde86b1069dabadedf38266))
13+
314
## [8.19.6](https://github.com/elastic/go-elasticsearch/compare/v8.19.5...v8.19.6) (2026-05-11)
415

516

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.2.6-SNAPSHOT"
24+
const Version = "9.2.6"

0 commit comments

Comments
 (0)