Skip to content

0.4.23

Compare
Choose a tag to compare
@flobernd flobernd released this 16 Oct 09:10
· 12 commits to main since this release
7c87cd8

0.4.22...0.4.23

View the full list of issues and PRs

API Changes: Elastic.Transport.VirtualizedCluster

Scanned: 📑 1 assemblies(s), Suggested change in version: Patch
+ 0 breaking change(s) detected.

🌟 0 new additions, 🔴 0 removals, 🔷 0 modifications

API Changes: Elastic.Transport

Scanned: 📑 1 assemblies(s), Suggested change in version: Major
+ 0 breaking change(s) detected.

+ 🌟 23 new additions
- 🔴 0 removals
- 🔷 2 modifications

📑 Elastic.Transport.dll
 Click here to see the 25 differences 
Elastic.Transport, Version=0.0.0.0, Culture=neutral, PublicKeyToken=069ca2728db333c1 
Elastic.Transport.dll 
+ 🌟 Elastic.Transport.IJsonSerializerOptionsProvider 
+ 🌟 Elastic.Transport.SystemTextJsonSerializer 
+ 🌟 Elastic.Transport.TransportSerializerOptionsProvider 
Elastic.Transport.Extensions.TransportSerializerExtensions 
+ 🌟 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) 
+ 🌟 System.Runtime.CompilerServices.NullableContextAttribute::.ctor(System.Byte) 
+ 🔷 SerializeToString<T>(Serializer, T, MemoryStreamFactory, SerializationFormatting) 
+ 🌟 System.Runtime.CompilerServices.NullableContextAttribute::.ctor(System.Byte)