Skip to content

Releases: Stoom/RService.IO

V0.4.7

03 Apr 03:04
Compare
Choose a tag to compare
V0.4.7 Pre-release
Pre-release
  • Bump version so everything is updated to csproj

V0.4.6

03 Apr 02:57
Compare
Choose a tag to compare
V0.4.6 Pre-release
Pre-release
  • Add samples
  • Fix bug when request has no content and no content-type

Abstraction & Authorization v0.4.6

16 Feb 05:00
Compare
Choose a tag to compare
Pre-release
  • Changed to .netstandard 1.3 to increase compatibility.

v0.4.5

11 Feb 21:55
Compare
Choose a tag to compare
v0.4.5 Pre-release
Pre-release
  • Removed unused dependencies to help with only installing what you need.

v0.4.4

11 Feb 20:48
Compare
Choose a tag to compare
v0.4.4 Pre-release
Pre-release
  • 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

11 Feb 20:29
Compare
Choose a tag to compare
v0.4.3 Pre-release
Pre-release
  • 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)

v0.4.0

06 Feb 03:52
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release
  • 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 to RService.IO.Abstractions
  • Moved to ASP.Net Core 1.1.0 and DotNet Core 1.1.0

RService - Alpha

30 Dec 21:39
Compare
Choose a tag to compare
RService - Alpha Pre-release
Pre-release
  • Support void service endpoints
  • Chagned over to NetStandard 1.6

RService - Alpha

30 Dec 18:51
Compare
Choose a tag to compare
RService - Alpha Pre-release
Pre-release
  • Added cache to AuthProvider

RService - Alpha

30 Dec 04:47
Compare
Choose a tag to compare
RService - Alpha Pre-release
Pre-release
  • Added authorization checks to RServiceProvider
  • Fixed ApiException including a message when it should not have