Skip to content

0.5.1

Compare
Choose a tag to compare
@stevejgordon stevejgordon released this 04 May 12:30
· 29 commits to main since this release
feb057d

0.5.0...0.5.1

New Features

  • #34 Misc cleanup

Bug Fixes

  • #33 Ensure consume inbound events breaks when channel completed & Add initial benchmark and profiling projects

View the full list of issues and PRs

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)