Skip to content

0.6.0

Compare
Choose a tag to compare
@Mpdreamz Mpdreamz released this 28 Mar 13:53
· 15 commits to main since this release
6b52b7c

0.5.7...0.6.0

View the full list of issues and PRs

API Changes: Elastic.Channels

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

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

API Changes: Elastic.Ingest.Elasticsearch

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

+ 🌟 4 new additions
- 🔴 6 removals
- 🔷 0 modifications

📑 Elastic.Ingest.Elasticsearch.dll
 Click here to see the 10 differences 
Elastic.Ingest.Elasticsearch, Version=0.0.0.0, Culture=neutral, PublicKeyToken=069ca2728db333c1 
Elastic.Ingest.Elasticsearch.dll 
- 🔴 System.Text.Encodings.Web, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 
- 🔴 System.Text.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 
Elastic.Ingest.Elasticsearch.DataStreams.DataStreamChannelOptions<TEvent> 
- 🔴 DataStreamChannelOptions(HttpTransport) 💥 
+ 🌟 DataStreamChannelOptions(ITransport) 
Elastic.Ingest.Elasticsearch.ElasticsearchChannelBase<TEvent, TChannelOptions> 
- 🔴 ExportAsync(HttpTransport, ArraySegment<TEvent>, CancellationToken) 💥 
+ 🌟 ExportAsync(ITransport, ArraySegment<TEvent>, CancellationToken) 
Elastic.Ingest.Elasticsearch.ElasticsearchChannelOptionsBase<TEvent> 
- 🔴 ElasticsearchChannelOptionsBase(HttpTransport) 💥 
+ 🌟 ElasticsearchChannelOptionsBase(ITransport) 
Elastic.Ingest.Elasticsearch.Indices.IndexChannelOptions<TEvent> 
- 🔴 IndexChannelOptions(HttpTransport) 💥 
+ 🌟 IndexChannelOptions(ITransport) 

API Changes: Elastic.Ingest.Transport

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

+ 🌟 3 new additions
- 🔴 4 removals
- 🔷 4 modifications

📑 Elastic.Ingest.Transport.dll
 Click here to see the 11 differences 
Elastic.Ingest.Transport, Version=0.0.0.0, Culture=neutral, PublicKeyToken=069ca2728db333c1 
Elastic.Ingest.Transport.dll 
Elastic.Ingest.Transport.TransportChannelBase<TChannelOptions, TEvent, TResponse, TBulkResponseItem> 
- 🔴 ExportAsync(HttpTransport, ArraySegment<TEvent>, CancellationToken) 💥 
+ 🌟 ExportAsync(ITransport, ArraySegment<TEvent>, CancellationToken) 
Elastic.Ingest.Transport.LibraryVersion 
- 🔴 System.Runtime.CompilerServices.NullableAttribute::.ctor(System.Byte) 💥 
- 🔴 System.Runtime.CompilerServices.NullableContextAttribute::.ctor(System.Byte) 💥 
+ 🔷 Current 💥 
+ 🌟 System.Runtime.CompilerServices.NullableAttribute::.ctor(System.Byte) 
+ 🔷 Member type changed from LibraryVersion to ReflectionVersionInfo. 💥 
Elastic.Ingest.Transport.TransportChannelOptionsBase<TEvent, TResponse, TResponseItem> 
- 🔴 TransportChannelOptionsBase(HttpTransport) 💥 
+ 🌟 TransportChannelOptionsBase(ITransport) 
+ 🔷 Transport 💥 
+ 🔷 Member type changed from HttpTransport to ITransport. 💥