Releases: tpeczek/Ndjson.AsyncStreams
Releases · tpeczek/Ndjson.AsyncStreams
Ndjson.AsyncStreams.AspNetCore 1.0.0
Initial Release
IResult
that on execution will write the given async stream (IAsyncEnumerable<T>
) as NDJSON to the response- An extension for
Results
to 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
TextOutputFormatter
which 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
ActionResult
which serializes async stream (IAsyncEnumerable<T>
) to NDJSONTextInputFormatter
which deserializes async stream (IAsyncEnumerable<T>
) from NDJSON- Support for
System.Text.Json
andNewtonsoft.Json
Ndjson.AsyncStreams.Net.Http 1.0.0
Initial Release
HttpContent
based on NDJSON andIAsyncEnumerable<T>
HttpClient
extensions for POSTing NDJSONHttpContent
extensions to deserialize NDJSON