github elastic/elasticsearch-net serverless-1.1.11
Serverless 1.1.11

latest releases: 8.16.1, serverless-1.1.16, 8.16.0...
one month ago

What's Changed

  • Fix (de-)serialization of Fields in custom converters by @flobernd in #8360
  • Introduce DictionaryResponse.Values by @flobernd in #8361
    • This is an intermediate fix that allows access to the protected DictionaryResponse.BackingDictionary field to allow using the results of e.g. Indices.GetSettings or Snapshot.GetRepository.
  • Synchronize DefaultFieldNameInferrer and JsonSerializerOptions.PropertyNamingPolicy by @flobernd in #8362
    • Configure DefaultFieldNameInferrer to use JsonSerializerOptions.PropertyNamingPolicy, if the DefaultSourceSerializer is used.
    • The other way around is already implemented. If the DefaultSourceSerializer is used and the DefaultFieldNameInferrer is changed, the JsonSerializerOptions.PropertyNamingPolicy gets configured to use a custom PropertyNamingPolicy that applies the DefaultFieldNameInferrer transformations.

Full Changelog: serverless-1.1.10...serverless-1.1.11

Don't miss a new elasticsearch-net release

NewReleases is sending notifications on new releases.