Skip to content

Releases: reactiveui/refit

v6.0.94

05 Aug 16:09
1a3890d
Compare
Choose a tag to compare

Changes:

Enhancements:

  • #1167: Support returning api response in case of deserialization exception

Bugs:

  • #1211: [BUG] Using same key multiple times throws exception
  • #1131: Header collection post without body bug

Dependencies:

  • #1158: Upgrade to GitHub-native Dependabot
  • #1207: Bump Nerdbank.GitVersioning from 3.4.228 to 3.4.231
  • #1205: Bump Nerdbank.GitVersioning from 3.4.220 to 3.4.228
  • #1200: Bump coverlet.collector from 3.0.3 to 3.1.0
See More
  • #1193: Bump Nerdbank.GitVersioning from 3.4.216 to 3.4.220
  • #1183: Bump Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.XUnit from 1.0.1-beta1.21265.1 to 1.1.0
  • #1188: Bump Nerdbank.GitVersioning from 3.4.205 to 3.4.216
  • #1185: Bump Nerdbank.GitVersioning from 3.4.203 to 3.4.205
  • #1184: Bump Microsoft.VisualStudio.Threading.Analyzers from 16.9.60 to 16.10.56
  • #1182: Bump Microsoft.NET.Test.Sdk from 16.9.4 to 16.10.0
  • #1181: Bump Nerdbank.GitVersioning from 3.4.194 to 3.4.203
  • #1177: Bump Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.XUnit from 1.0.1-beta1.21256.1 to 1.0.1-beta1.21265.1
  • #1170: Bump Microsoft.NETFramework.ReferenceAssemblies from 1.0.1 to 1.0.2
  • #1165: Bump Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.XUnit from 1.0.1-beta1.21254.1 to 1.0.1-beta1.21256.1
  • #1164: Bump Microsoft.NETFramework.ReferenceAssemblies from 1.0.0 to 1.0.1
  • #1162: Bump Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.XUnit from 1.0.1-beta1.21177.1 to 1.0.1-beta1.21254.1
  • #1148: Bump Nerdbank.GitVersioning from 3.4.190 to 3.4.194
  • #1146: Bump Nerdbank.GitVersioning from 3.3.37 to 3.4.190
  • #1147: Bump System.Text.Json from 5.0.1 to 5.0.2
  • #1144: Bump Microsoft.NET.Test.Sdk from 16.9.1 to 16.9.4
  • #1134: Bump Newtonsoft.Json from 12.0.3 to 13.0.1

Others:

  • #1214: .NET 6 SDK update
  • #1166: Small typos in README
  • #1140: Update Microsoft.CodeAnalysis.Testing to 1.0.1-beta1.21177.1
  • #1132: Update README.md fix typo FromHttpContnentAsync

This list of changes was auto generated.

v6.0.38

19 Mar 16:58
05a1e1e
Compare
Choose a tag to compare

Changes:

Enhancements:

  • #1112: Added methods to support creating RefitSettings using the service provider
  • #1115: Really Buffered JsonContent when buffered is set

Bugs:

  • #1130: Fix issue where explicit or override wasn't being passed correctly to the generic constraints writer

Dependencies:

  • #1117: Bump Microsoft.VisualStudio.Threading.Analyzers from 16.9.54 to 16.9.60
  • #1104: Bump Microsoft.VisualStudio.Threading.Analyzers from 16.8.55 to 16.9.54
  • #1089: Bump Microsoft.NET.Test.Sdk from 16.9.0 to 16.9.1

Others:

See More
  • #1097: Update Meow Sample To .NET 5 and .NET Standard 2.1

This list of changes was auto generated.

v6.0.24

23 Feb 20:34
5951e93
Compare
Choose a tag to compare

Changes:

Bugs:

  • #1088: Update inferred types converter for 5.0

Dependencies:

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

This list of changes was auto generated.

v6.0.21

23 Feb 14:27
Compare
Choose a tag to compare

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

11 Feb 19:54
db1eb64
Compare
Choose a tag to compare

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

10 Feb 01:49
Compare
Choose a tag to compare

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

08 Feb 22:13
8f4b302
Compare
Choose a tag to compare

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

04 Feb 23:09
Compare
Choose a tag to compare

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

04 Feb 19:47
f3432c4
Compare
Choose a tag to compare

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

25 Jan 15:41
20fa395
Compare
Choose a tag to compare

Bugs:

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

This list of changes was auto generated.