Skip to content

Releases: reactiveui/refit

v4.6.58

23 Nov 18:21
c14b2c2
Compare
Choose a tag to compare
Merge pull request #581 from Styxxy/preserveattribute-namespace

Conflicting PreserveAttribute when using InternalsVisibleTo

v4.6.48

05 Oct 23:59
3532770
Compare
Choose a tag to compare

What's Changed

  • fix early response stream closing. (#538) @Veikedo
  • Ensure Refit clients can be registered in the DI container for HttpClientFactory. (#561) @digitalfuller

v4.6.30

31 Jul 03:05
aee4473
Compare
Choose a tag to compare
Merge pull request #536 from reactiveui/strong-name-build-task

Add strong name to build tasks

v4.6.16

20 Jun 22:26
Compare
Choose a tag to compare
Cleanup and docs

v4.5.6

23 May 22:20
Compare
Choose a tag to compare
fix version

v4.4.17

15 May 00:55
Compare
Choose a tag to compare
Move PushStreamContent Namespace (#467)

* Move PushStreamContent Namespace

Previous behavior caused issues of mbiguous reference around
PushStreamContent when both Refit and System.Net.Http.Formatting are
included in a project. This is essentially a show stopper to upgrading
to the latest Refit.

The solution is to change the internal implementation of PushStreamContent
namespace from System.Net.Http -> Refit.Net.Http and to update
the usages internally. Note this may be a breaking change to those who
have taken a dependency on PushStreamContent in their own projects from
the Refit assemblies.

* Make types internal

v4.3

17 Feb 18:58
Compare
Choose a tag to compare

Bugfix release with two main fixes:

  1. #432 Enumerable serialization in query strings failing
  2. #404 Default buffered to true with a global option to override in settings. This fixes several WebAPI related issues.

https://github.com/paulcbetts/refit/milestone/7?closed=1

v4.2

31 Jan 02:12
Compare
Choose a tag to compare

New feature release of Refit with the following notable enhancements:

  • Generic Methods
  • Overloaded Methods
  • Serializing any POCO as a multipart json content
  • Support for getting response headers (ApiResponse<T>)

These were possible because of contributions from the community, thank you!

Doc updates forthcoming.

Full list of fixes: https://github.com/paulcbetts/refit/milestone/6?closed=1

v4.0

15 Aug 12:16
Compare
Choose a tag to compare

This version adds many bug fixes since the last release and has the following notable new features:

  1. Support for building with dotnet build. This support requires the .NET Core 2 SDK and will not work with the 1.x SDK. Projects can still target any supported target framework
  2. The build task has been refactored into an MSBuild task, so it should have fewer issues with Mono on macOS

Refit 2.4.0

24 Sep 04:40
Compare
Choose a tag to compare

What's New

Release notes soon