github elastic/elasticsearch-net 8.15.10

latest release: serverless-1.1.14
22 hours ago

What's Changed

  • Regenerate client using the latest specification by @flobernd in #8388
    • Several specification related fixes and improvements. Most notably:
      • Fix IndicesPrivileges
      • Greatly improves DenseVectorProperty usability
      • Adds CommunityIDProcessor
      • Adds DateProcessor
      • Adds FingerprintProcecssor
      • Adds GrokProcessor
      • Adds NetworkDirectionProcessor
      • Adds RedactProcessor
      • Adds RegisteredDomainProcessor
      • Adds TerminateProcessor
  • Improve serializer by @flobernd in #8391
    • Allows access to multiple new extension methods available in the Elastic.Transport.Extensions namespace which can be used for easy (de-)serialization without having to know details about the underlaying serializer implementation:
      • Deserialize(Serializer, JsonElement, Type, MemoryStreamFactory)
      • Deserialize(Serializer, JsonNode, Type, MemoryStreamFactory)
      • Deserialize(Serializer, ReadOnlySpan<Byte>, Type, MemoryStreamFactory)
      • Deserialize(Serializer, ReadOnlySpan<Char>, Type, MemoryStreamFactory)
      • Deserialize(Serializer, Utf8JsonReader&, Type, MemoryStreamFactory)
      • Deserialize<T>(Serializer, JsonElement, MemoryStreamFactory)
      • Deserialize<T>(Serializer, JsonNode, MemoryStreamFactory)
      • Deserialize<T>(Serializer, ReadOnlySpan<Byte>, MemoryStreamFactory)
      • Deserialize<T>(Serializer, ReadOnlySpan<Char>, MemoryStreamFactory)
      • Deserialize<T>(Serializer, Utf8JsonReader&, MemoryStreamFactory)
      • Serialize(Serializer, Object, Type, Utf8JsonWriter, MemoryStreamFactory, SerializationFormatting)
      • Serialize(Serializer, Object, Type, Utf8JsonWriter, SerializationFormatting)
      • Serialize<T>(Serializer, T, Utf8JsonWriter, MemoryStreamFactory, SerializationFormatting)
      • Serialize<T>(Serializer, T, Utf8JsonWriter, SerializationFormatting)
      • SerializeToBytes(Serializer, Object, Type, MemoryStreamFactory, SerializationFormatting)
      • SerializeToBytes(Serializer, Object, Type, SerializationFormatting)
      • SerializeToString(Serializer, Object, Type, MemoryStreamFactory, SerializationFormatting)
      • SerializeToString(Serializer, Object, Type, SerializationFormatting)
      • SerializeToBytes<T>(Serializer, T, MemoryStreamFactory, SerializationFormatting)
      • SerializeToString<T>(Serializer, T, MemoryStreamFactory, SerializationFormatting)

Full Changelog: 8.15.9...8.15.10

Don't miss a new elasticsearch-net release

NewReleases is sending notifications on new releases.