0.5.0...0.5.1
New Features
Bug Fixes
- #33 Ensure consume inbound events breaks when channel completed & Add initial benchmark and profiling projects
API Changes: Elastic.Channels
Scanned: 📑 1 assemblies(s), Suggested change in version: Major
+ 0 breaking change(s) detected.
+ 🌟 10 new additions
- 🔴 5 removals
- 🔷 2 modifications
📑 Elastic.Channels.dll
Click here to see the 17 differences
Elastic.Channels, Version=0.0.0.0, Culture=neutral, PublicKeyToken=069ca2728db333c1
Elastic.Channels.dll
Elastic.Channels.BufferedChannelBase<TChannelOptions, TEvent, TResponse>
- 🔴 Export(ArraySegment<TEvent>, CancellationToken) 💥
+ 🌟 ExportAsync(ArraySegment<TEvent>, CancellationToken)
Elastic.Channels.Diagnostics.NoopBufferedChannel
- 🔴 Export(ArraySegment<NoopEvent>, CancellationToken) 💥
+ 🌟 ExportAsync(ArraySegment<NoopEvent>, CancellationToken)
- 🔴 NoopBufferedChannel(BufferOptions, Boolean) 💥
+ 🌟 NoopBufferedChannel(NoopChannelOptions, ICollection<IChannelCallbacks<NoopEvent, NoopResponse>>)
- 🔴 NoopBufferedChannel(NoopChannelOptions) 💥
+ 🔷 .NoopEvent
+ 🌟 Id
Elastic.Channels.Diagnostics.DiagnosticsBufferedChannel
+ 🌟 System.Runtime.CompilerServices.NullableAttribute::.ctor(System.Byte)
+ 🌟 System.Runtime.CompilerServices.NullableContextAttribute::.ctor(System.Byte)
+ 🌟 BufferMismatches
+ 🌟 DiagnosticsBufferedChannel(NoopChannelOptions, String)
+ 🌟 ExportAsync(ArraySegment<NoopEvent>, CancellationToken)
+ 🌟 ToString()
+ 🔷 DiagnosticsBufferedChannel(BufferOptions, Boolean, String) 💥
- 🔴 System.Runtime.CompilerServices.NullableContextAttribute::.ctor(System.Byte) 💥
API Changes: Elastic.Ingest.Elasticsearch
Scanned: 📑 1 assemblies(s), Suggested change in version: Major
+ 0 breaking change(s) detected.
+ 🌟 1 new additions
- 🔴 1 removals
- 🔷 0 modifications
📑 Elastic.Ingest.Elasticsearch.dll
Click here to see the 2 differences
Elastic.Ingest.Elasticsearch, Version=0.0.0.0, Culture=neutral, PublicKeyToken=069ca2728db333c1
Elastic.Ingest.Elasticsearch.dll
Elastic.Ingest.Elasticsearch.ElasticsearchChannelBase<TEvent, TChannelOptions>
- 🔴 Export(HttpTransport, ArraySegment<TEvent>, CancellationToken) 💥
+ 🌟 ExportAsync(HttpTransport, ArraySegment<TEvent>, CancellationToken)
API Changes: Elastic.Ingest.Transport
Scanned: 📑 1 assemblies(s), Suggested change in version: Major
+ 0 breaking change(s) detected.
+ 🌟 2 new additions
- 🔴 2 removals
- 🔷 0 modifications
📑 Elastic.Ingest.Transport.dll
Click here to see the 4 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>
- 🔴 Export(ArraySegment<TEvent>, CancellationToken) 💥
- 🔴 Export(HttpTransport, ArraySegment<TEvent>, CancellationToken) 💥
+ 🌟 ExportAsync(ArraySegment<TEvent>, CancellationToken)
+ 🌟 ExportAsync(HttpTransport, ArraySegment<TEvent>, CancellationToken)