Skip to content

Releases: reactiveui/refit

7.0.0

29 Jun 18:44
4744780
Compare
Choose a tag to compare

Dependencies:

Other:

7.0.0-beta.1

14 May 13:07
de50934
Compare
Choose a tag to compare

Housekeeping:

Other:

6.5.1

13 Apr 01:08
fec2cf3
Compare
Choose a tag to compare

Features:

  • c0af5c2 feature: Make the RestMethodInfo available in the request options (#1317) @0xced

Fixes:

Housekeeping:

Other:

6.4.1

12 Apr 09:51
c1516a8
Compare
Choose a tag to compare

Dependencies:

Features:

Fixes:

Housekeeping:

Other:

v6.3.2

08 Feb 16:37
246ee8d
Compare
Choose a tag to compare

Changes:

Enhancements:

  • #1310: Split XmlContentSerializer into separate package

Dependencies:

  • #1306: Bump coverlet.collector from 3.1.0 to 3.1.2

Others:

  • #1307: Fix missing syntax highlighting
  • #1303: Add MemberNotNullWhen attribute to IsSuccessStatusCode

This list of changes was auto generated.

v6.2.16

26 Jan 19:52
179c8b9
Compare
Choose a tag to compare

Changes:

Bugs:

  • #1290: Refit interface methods that return Task assign ApiException to the IApiResponse.Error property on error

Dependencies:

  • #1285: Bump Nerdbank.GitVersioning from 3.4.231 to 3.4.255
  • #1271: Bump Microsoft.VisualStudio.Threading.Analyzers from 16.10.56 to 17.0.64
  • #1260: Bump Microsoft.NET.Test.Sdk from 16.10.0 to 17.0.0
  • #1276: Bump Microsoft.SourceLink.GitHub from 1.0.0 to 1.1.1

Others:

  • #1298: remove readme from package
  • #1297: Update dependencies
See More
  • #1296: Add a readme to the package
  • #1294: Fix example syntax, add paren.
  • #1293: fix: load content into buffer for void return methods
  • #1292: Update renamed section in Table of Contents
  • #1275: Add Xml documentation to exposed methods and classes.
  • #1287: Update README.md
  • #1279: Add note about JSON source generator
  • #1267: Fix NuGet package link for Serilog.Exceptions.Refit doc

This list of changes was auto generated.

v6.1.15

14 Oct 15:17
65d95d6
Compare
Choose a tag to compare

Changes:

Enhancements:

  • #1251: Switch to Roslyn component versioning
  • #1235: Enchance SystemTextJsonContentSerializer default options
  • #1216: Support Roslyn 3.8 and Roslyn 4.0 source generator scenarios

Dependencies:

  • #1228: Bump Microsoft.CodeAnalysis.CSharp.Workspaces from 4.0.0-2.final to 4.0.0-4.21423.7
  • #1227: Bump Microsoft.CodeAnalysis.CSharp.Workspaces from 4.0.0-2.final to 4.0.0-4.21420.8

Others:

  • #1248: Add documentation for Serilog.Exceptions.Refit nuget package
  • #1229: Gate the incremental source generators on LangVersion=preview
See More
  • #1222: Change folder path to avoid implicit NuGet inclusions

This list of changes was auto generated.

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.