Skip to content

Commit 36df8bc

Browse files
chore(8.19): release 8.19.6 (#1481)
Co-authored-by: elastic-vault-github-plugin-prod[bot] <150874479+elastic-vault-github-plugin-prod[bot]@users.noreply.github.com>
1 parent 078f8ec commit 36df8bc

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-
".": "8.19.5"
2+
".": "8.19.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+
## [8.19.6](https://github.com/elastic/go-elasticsearch/compare/v8.19.5...v8.19.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 ([#1477](https://github.com/elastic/go-elasticsearch/issues/1477)) ([078f8ec](https://github.com/elastic/go-elasticsearch/commit/078f8ec58ee588a6b059d0fb9cffe05e6cf26433))
13+
314
## [8.19.5](https://github.com/elastic/go-elasticsearch/compare/v8.19.4...v8.19.5) (2026-04-21)
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 = "8.19.6-SNAPSHOT"
24+
const Version = "8.19.6"

0 commit comments

Comments
 (0)