Skip to content

Commit c1db8f0

Browse files
chore(9.4): release 9.4.1 (#1484)
Co-authored-by: elastic-vault-github-plugin-prod[bot] <150874479+elastic-vault-github-plugin-prod[bot]@users.noreply.github.com>
1 parent d83c5e4 commit c1db8f0

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.4.0"
2+
".": "9.4.1"
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.4.1](https://github.com/elastic/go-elasticsearch/compare/v9.4.0...v9.4.1) (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 ([#1480](https://github.com/elastic/go-elasticsearch/issues/1480)) ([86e8f65](https://github.com/elastic/go-elasticsearch/commit/86e8f65c4394177be1e2db2096be625c152d4faa))
13+
314
## [9.3.4](https://github.com/elastic/go-elasticsearch/compare/v9.3.3...v9.3.4) (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.4.1-SNAPSHOT"
24+
const Version = "9.4.1"

0 commit comments

Comments
 (0)