Releases: nclient/NClient
Releases · nclient/NClient
v0.13.0
What's Changed
- Improved DI extensions
- User friendly client builder API for authorization
- Support System.Text.Json source generator
- Stream support in requests and responses
- Logging improvements
- Bug fixes
Full Changelog: v0.12.2...v0.13.0
v0.12.2
What's Changed
- Fix trouble with query array params
- XML documentation comments
Full Changelog: v0.12.1...v0.12.2
v0.12.1
v0.12.0
What's Changed
- The dotnet tool for generating interfaces and DTO's by the OpenAPI (Swagger) specification
- Compile-time timeout configuration
- Deconstructs for results and responses
- Benchmark for clients
- Performance improvements
Full Changelog: v0.11.0...v0.12.0
0.11.0
What's Changed
- Cancellation request support
- Custom timeouts
- Protobuf support
- MessagePack support
- Renaming provider packages
New Contributors 🎉
- @Kingmidas74 made their first contribution in #351, #352, #353
0.10.1
What's Changed
- Support .NET 6
- Fix logging
- Aliases for
[controller]token
New Contributors 🎉
- @Leravalera74 made their first contribution in #337
0.10.0
The big anniversary update with breaking changes and lots of new features.
What's Changed
- New fluent API
- New providers
- Custom response mapping
- Custom API protocols
- Custom response validation
- System XML serialization
- Generating clients from controller classes is no longer supported
- Fixes and other changes