You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***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.
***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))
0 commit comments