Releases: Stoom/RService.IO
Releases · Stoom/RService.IO
V0.4.7
V0.4.6
Abstraction & Authorization v0.4.6
- Changed to .netstandard 1.3 to increase compatibility.
v0.4.5
v0.4.4
- Custom serialization providers to support additional MIME types.
- Default
ACCEPT
header to*/*
if not supplied. ACCEPT
header quality attribute is partially supported (still matches MIME type, but does not prioritize)- Handles multiple content types in the
ACCEPT
header.
v0.4.3
v0.4.0
- Cleanup regex for JSON int, bool, and null values.
- Make dto Ctor generator more generic
- Move authorization dependencies to new NuGet package
RService.IO.Authorization
- Moved
DelegateFactory
toRService.IO.Abstractions
- Moved to ASP.Net Core 1.1.0 and DotNet Core 1.1.0
RService - Alpha
- Support void service endpoints
- Chagned over to NetStandard 1.6
RService - Alpha
- Added cache to
AuthProvider
RService - Alpha
- Added authorization checks to
RServiceProvider
- Fixed
ApiException
including a message when it should not have