Releases: tpeczek/json-streaming-dotnet
Releases · tpeczek/json-streaming-dotnet
Ndjson.AsyncStreams.AspNetCore.Mvc 1.4.1
aspnetcore-mvc-v1.4.1 [v1.4.1] Ndjson.AsyncStreams.AspNetCore.Mvc
Ndjson.AsyncStreams.Net.Http 2.1.0
Additions and Changes
- Adding JSONL support
Ndjson.AsyncStreams.AspNetCore 1.1.0
Additions and Changes
- Adding JSONL support
Ndjson.AsyncStreams.AspNetCore.Mvc 1.4.0
Additions and Changes
- Adding JSONL support
Ndjson.AsyncStreams.AspNetCore 1.0.0
Initial Release
IResultthat on execution will write the given async stream (IAsyncEnumerable<T>) as NDJSON to the response- An extension for
Resultsto provide NDJSON related IResult instances
Ndjson.AsyncStreams.Net.Http 2.0.0
Additions and Changes
- Dropped support for .NET Core 3.1, .NET 5, and .NET 6
- Added support for .NET 7
- Improved request cancellation handling
Ndjson.AsyncStreams.AspNetCore.Mvc 1.3.0
Additions and Changes
- Improved request cancellation handling
Ndjson.AsyncStreams.AspNetCore.Mvc 1.2.0
Additions and Changes
- Added caching for reflected
AsyncEnumerableModelReader<T>andAsyncEnumerableStreamSerializer<T>instances
Ndjson.AsyncStreams.AspNetCore.Mvc 1.1.0
Additions and Changes
TextOutputFormatterwhich deserializes async stream (IAsyncEnumerable<T>) from NDJSON and enables content negotiation for ASP.NET Core 6+
Ndjson.AsyncStreams.AspNetCore.Mvc 1.0.0
Initial Release
ActionResultwhich serializes async stream (IAsyncEnumerable<T>) to NDJSONTextInputFormatterwhich deserializes async stream (IAsyncEnumerable<T>) from NDJSON- Support for
System.Text.JsonandNewtonsoft.Json