Refit Versions Save

The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface.

v6.0.21

3 years ago

Changes:

Enhancements:

  • #1086: Add error case for packages.config to prevent runtime issues

Dependencies:

  • #1084: Bump coverlet.collector from 3.0.2 to 3.0.3

This list of changes was auto generated.

v6.0.15

3 years ago

Changes:

  • #1076: Don't output any generated code if we don't have any refit interfaces…
  • #1071: Add Refit.Newtonsoft.Json badges

This list of changes was auto generated.

v6.0.8

3 years ago

Changes:

Enhancements:

  • #1069: Add logic to emit #nullable in the generated files if required
  • #1067: Update output filenames to end in .g.cs to indicate they're generated.

Dependencies:

  • #1070: Bump Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.XUnit from 1.0.1-beta1.21106.1 to 1.0.1-beta1.21109.2

This list of changes was auto generated.

v6.0.1

3 years ago

Changes:

Enhancements:

  • #1062: Generate non-implicit impls for top-level interfaces

Dependencies:

  • #1064: Bump Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.XUnit from 1.0.1-beta1.21103.2 to 1.0.1-beta1.21106.1

This list of changes was auto generated.

v6.0-preview.128

3 years ago

Changes:

Enhancements:

  • #1060: Rename IContentSerializer to IHttpContentSerializer

Bugs:

  • #1058: Prefix our local vars with ______ to prevent collisions

Others:

  • #1059: Use HttpContent json serialization extensions for perf and correctness

This list of changes was auto generated.

v6.0-preview.121

3 years ago

Changes:

Enhancements:

  • #1054: Hide generated types from IntelliSense
  • #1041: Add interface type to HttpMessageRequest.Options

Bugs:

  • #1055: Fix for multi template parameter use
  • #1052: [BUG] Adding a parameter twice to the url template triggers exception

Dependencies:

  • #1053: Bump Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.XUnit from 1.0.1-beta1.21076.3 to 1.0.1-beta1.21103.2
  • #1050: Bump Microsoft.NET.Test.Sdk from 16.8.3 to 16.9.0

Others:

See More
  • #1056: Remove "AutoGenerated" as it's redundant
  • #1047: Updated documentation for use of delegating handler with HttpClientFactory
  • #1045: Enable first unit tests for InterfaceStubGenerator
  • #1: Handle actually issuing REST requests, not just building them
  • #1044: Support generic constraints on methods
  • #1042: Fixed the wrong API call in Readme.md used with dotnet DI

This list of changes was auto generated.

v6.0-preview.96

3 years ago

Bugs:

  • #1038: Change the condition to check the MSBuild version

This list of changes was auto generated.

v6.0-preview.94

3 years ago

Changes:

Enhancements:

  • #1035: Add support for interfaces that compose other base refit interfaces.

Bugs:

  • #1016: [BUG] Error thrown when using Authorize parameter
  • #1034: Authentication fixes
  • #1027: [BUG] Inherited interface level Headers attribute does not work

This list of changes was auto generated.

v6.0-preview.86

3 years ago

Changes:

Enhancement:

  • #1032: Add targets for netcoreapp3.1 so it can ref the older Http extensions

This list of changes was auto generated.

v6.0-preview.84

3 years ago

Changes:

Enhancement:

  • #1031: Add support for internal and non-abstract interface members
  • #1029: Use Semantic model for generating sources
  • #1028: Convert to Source Generator
  • #1012: Support dynamic header dictionary
  • #1007: Nullable Reference Type annotations
  • #1005: Use System.Text.Json by default
  • #1001: 809 set properties in http request message
  • #1002: Feature- multipart data name to be specified at the moment of execution.
  • #964: Disposable interfaces
See More
  • #953: Support ApiException.Content when actual type is ValidationApiException
  • #636: Content in ValidationApiException hides Content in derived ApiException

Bugs:

  • #1010: Fixes issue #952 - did not write everything to output stream
  • #976: Fix dictionary query request mapping
  • #979: fix [BUG] AuthorizeAttribute does not add a header to the request #946

Dependencies:

  • #1021: Bump System.Text.Json from 5.0.0 to 5.0.1
  • #1013: Bump Microsoft.NET.Test.Sdk from 16.8.0 to 16.8.3
  • #998: Bump System.Reactive from 4.4.1 to 5.0.0
  • #997: Bump System.Text.Json from 4.7.2 to 5.0.0
  • #996: Bump Microsoft.Extensions.Http from 3.1.9 to 5.0.0
  • #1000: Bump Microsoft.CodeAnalysis.CSharp from 3.7.0 to 3.8.0
  • #995: Bump Microsoft.NET.Test.Sdk from 16.7.1 to 16.8.0
  • #993: Bump Microsoft.VisualStudio.Threading.Analyzers from 16.8.51 to 16.8.55
  • #990: Bump Microsoft.VisualStudio.Threading.Analyzers from 16.8.50 to 16.8.51
  • #989: Bump Microsoft.VisualStudio.Threading.Analyzers from 16.7.56 to 16.8.50
  • #985: Bump Microsoft.Extensions.Http from 3.1.8 to 3.1.9
  • #982: Bump Nerdbank.GitVersioning from 3.2.31 to 3.3.37
  • #970: Bump Microsoft.Extensions.Http from 3.1.7 to 3.1.8

Others:

  • #1014: Wrap Deserialization exceptions as an ApiException
  • #952: Request payload corrupted when using System.Text.Json serializer
  • #946: [BUG] AuthorizeAttribute does not add a header to the request

This list of changes was auto generated.