go-elasticsearch v8.4.0 Release Notes
-
API
get
,mget
andsearch
addedforce_synthetic_source
: Should this request force synthetic _source? Use this to test if the mapping supports synthetic _source and to get a sense of the worst case performance. Fetches with this enabled will be slower the enabling synthetic source natively in the index.- 🚀
ML.StartTrainedModelDeployment
addedcache_size
: A byte-size value for configuring the inference cache size. For example, 20mb. Snapshot.Get
addedsort
,size
,order
,from_sort_value
,after
,offset
andslm_policy_filter
. More on these in the documentation.
🆕 New API
- 📚
Security.UpdateAPIKey
documentation.
Typed API
🚀 As highlighted in the release not for the 8.4.0-alpha.1, this release marks the beginning of the newly arrived
TypedClient
.🚀 This new API is still in
alpha
stage and will be release alongside the existingesapi
.📚 A few examples of standard use-cases can be found in the TypedAPI section of the documentation.