Skip to content

Releases: reactiveui/refit

v4.7.51

20 Aug 14:39
Compare
Choose a tag to compare
check exit code of sign tool

v4.7.9

05 Jun 23:22
a1bfe49
Compare
Choose a tag to compare

Changes:

  • a1bfe49 Merge pull request #629 from benjaminhowarth1/master [ #627, #637, #573 ]
  • 1be0034 Merge branch 'master' into master
  • f7854e0 Merge pull request #668 from reactiveui/revert-663-master
  • 962eba8 Revert "added RefitRestServiceAttribute for HttpClient relative path"
  • 182ba56 Added documentation for AuthenticatedParameterizedHttpClientHandler where signature generation is dependent on contents of the HTTP request
  • 0eb1f85 Updated README with fresh documentation on [Query] attributes in non-GET methods
  • ce52764 Missed a brace in merge...
  • 2b790cf Merged
  • 8301de0 Fixes #637 by supporting POCO query parameters on all HTTP methods.
  • 8a1aa72 Merge pull request #2 from reactiveui/master
See more
  • 0ebac04 Merge branch 'master' into master
  • 5e2e7c3 Merge branch 'master' of https://github.com/benjaminhowarth1/refit
  • c528c29 #637 Test demonstrating failure of [Query] to be recognised in non-get methods.
  • febd345 Merge branch 'master' into master
  • 248d333 Created new class for passing HttpRequestMessage to extra param, additive as @onovotny requested.
  • 7955240 Created parameterized HttpClientHandler as requested change to be additive, which is not possible without modifying the handler. So, creatingf a handler explicitly with a method type to support passing HttpRequestMessage in, and then users can choose to use this whenever their getToken method requires access to the HttpRequestMessage.
  • f5c75af Updated test signature
  • 0d2b8b8 Updated AuthorizationHeaderValueGetter to support passing HttpRequestMessage into getToken() as OAuth signature generation may rely on having access to properties in the request (example: Twitter reuest signing)
  • bddddc2 Merge pull request #1 from reactiveui/master

This list of changes was auto generated.

v4.7.5

05 Jun 21:21
76f03d3
Compare
Choose a tag to compare

Changes:

  • 76f03d3 Merge pull request #663 from yuri-voloshyn/master
  • c5ef508 RefitRestServiceAttribute renamed to BaseAddressAttribute
  • cd8975a fixed issue #662
  • a1146b3 Merge pull request #2 from reactiveui/master
  • c6a3fcf Bump to 4.7 with new API surface area
  • d9ca3f1 Merge pull request #645 from yuri-voloshyn/master
  • d58df76 Merge pull request #658 from iron9light/round_tripping_route
  • 97b7701 Add doc for round-tripping parameter
  • 14b03aa Add more test cases for Round-Tripping parameter
  • 324ae47 Support Round-tripping route parameter syntax.
See more
  • 5b4e14a Merge pull request #654 from gpriaulx/Housekeeping_UpdateReferencesToDotNetFoundation
  • 2fde905 Housekeeping: Updated references to DotNetFOundation and URLs
  • ddcced2 Fix find method
  • d6570f9 Added non generic methods for create rest service
  • 5d9fe6c Merge pull request #1 from reactiveui/master

This list of changes was auto generated.

v4.6.107

12 Apr 11:34
16d5a71
Compare
Choose a tag to compare

Changes:

  • 16d5a71 Merge pull request #646 from Styxxy/memleakxml [ #643 ]
  • 564559d Merge pull request #648 from Styxxy/issue641-nullrefexception [ #641 ]
  • ac4188e check for null values in handling (exception) content
  • ccd5b6b add test to simulate issue
  • 8fef9a0 add xmlserializer cache
  • 82b093e Merge pull request #638 from fedemkr/patch-1 [ #425 ]
  • 9d7bd9c Merge pull request #640 from yuri-voloshyn/master
  • 3979ed9 docs: added sample application
  • a4c84e4 Added inherited generic interfaces
  • ad82d88 added sample application
See more

This list of changes was auto generated.

v4.6.99

12 Mar 23:58
4c8febe
Compare
Choose a tag to compare

Changes:

  • 4c8febe Merge pull request #634 from lhyqy5/issue-625-output-encoding-error [ #625 ]
  • 33832ff Merge branch 'master' into issue-625-output-encoding-error
  • a124fb5 Merge pull request #633 from Sergio0694/master
  • 199dedf Tweaked README.md
  • 0814d0d Added interface inheritance docs
  • 814d700 Added header attributes inheritance
  • 2c0acaa use MemoryStream replace StringWriter in XmlContentSerializer's SerializeAsync method
  • ad3d42b add unit test for xml writer encoding setting
  • ec3d6c3 Merge pull request #631 from Bartmax/patch-1
  • b68a55d Fixed merge issues
See more
  • 4f7e2b4 Merge branch 'master' into master
  • d74278e Switched to explicit interface implementation
  • 94a37fd Fixed formatting
  • ea66fe1 Update README using async void to async Task.
  • d56caf8 ensure build task files are signed
  • f3cdd66 Merge branch 'master' into master
  • 01dee39 Initial WhiteSource configuration file
  • 728d4f0 Merge branch 'master' into master
  • 6330b58 Add mock InheritedMethodTest
  • 44d24d1 Adjust example inheritance interfaces for integrations tests
  • ab8dca5 Change generic RequestBuilderImplementation to include inherited methods by it's interfaces
  • fc801ed Fixing method AddInheritedMethods unnecessarily returning modified TemplateInformation object
  • 3943d36 #176: Adding support for aggregated/interhited interfaces

This list of changes was auto generated.

v4.6.90

18 Feb 00:41
Compare
Choose a tag to compare

Changes:

  • a879553 ensure tasks are loaded from the correct location for both transitive and build directories. [ #619 ]
  • f7ab7ef Merge pull request #616 from tstivers1990/614-should-throw-argumentexception-if-hosturl-isnullorwhitespace
  • c3d1907 Merge pull request #615 from tstivers1990/610-trim-trailing-forwardslash-from-hosturl
  • 89d9db7 ArgumentException if hostUrl IsNullOrWhitespace
  • 4c864fe Use null-conditional operator to prevent NRE
  • 69bea73 Trim trailing / from hostUrl

This list of changes was auto generated.

v4.6.85

16 Feb 22:34
d835e88
Compare
Choose a tag to compare

Changes:

See more
  • 9e91a9c Add support for the new buildTransitive, so direct references aren't needed to run the targets [ #598 ]
  • 0dab289 Update deps to use latest Roslyn.
  • 5e1f273 Merge pull request #611 from reactiveui/build-updates
  • c5555ce Merge pull request #608 from Styxxy/Styxxy-issue-605
  • 5c33b7f Merge pull request #606 from felipebaltazar/options-attribute
  • b86ddcb Update depenencies
  • 6d9b316 Merge branch 'master' into Styxxy-issue-605
  • 76448d8 remove Attribute from name
  • c5efc77 exclude from Obfuscation
  • b44e75a OptionsWithBodyDetected removed
  • 8db866b Options Attribute
  • 846f5f8 Merge pull request #590 from stevewgh/custom-serializer-bug
  • 4fe01b3 Fixed deadlock when serializing content + added test coverage.
  • 3fce69b Merge pull request #584 from MariusVolkhart/mv/multiForm
  • 0960ce0 Merge pull request #586 from MariusVolkhart/mv/improveErrorMessaging
  • 48208e8 Merge pull request #571 from stevewgh/custom-serializers
  • 3b678e4 Provide additional information during errors
  • c63b62c !fixup 303a357
  • 303a357 !fixup dfdad56
  • 4efa19c Merge pull request #585 from MariusVolkhart/mv/docs
  • cc05c3a Made IContentSerializer.SerializeAsync generic
  • f4d83d8 Expand XMLDocs for QueryAttribute and CollectionFormat
  • dfdad56 !fixup Add support for url form encoding collections
  • 8a01a1a Add support for url form encoding collections
  • babaed0 Added missing ConfigureAwait(false)
  • 6d3a5f4 Added missing ConfigureAwait(false) & fixed deadlock on ValidationApiException.Content
  • 7a387ed Changes made in response to PR feedback
  • 89a2c34 Merge branch 'master' into custom-serializers
  • 741b7b6 Isolated Content Serialization continued
  • 27d6fb4 Isolated Content Serialization

This list of changes was auto generated.

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