github reactiveui/refit v13.1.0
13.1.0

10 hours ago

๐Ÿ—ž๏ธ What's Changed

  • Fixed the CS0436 build error from PrimitivesR3BridgeGeneratedAttribute (#2176, #2194). Bumps ReactiveUI.Primitives to 6.0.0, which moves the R3 bridge generator out of the runtime package. Projects using InternalsVisibleTo (e.g. test projects) build again, and the <Analyzer Remove=... /> workaround is no longer needed.
  • Path parameters now use generated request building instead of reflection (#2174), so they work with AddRefitGeneratedClient and NativeAOT. Now covers enum, Guid, DateTime/DateTimeOffset/DateOnly/TimeOnly/TimeSpan, all integer widths (incl. Int128/UInt128/Half), and any IFormattable (#2193).

โœจ Features

๐Ÿงน General Changes

๐Ÿ”— Full Changelog: v13.0.0...13.1.0

๐Ÿ™Œ Contributions

๐ŸŒฑ New contributors since the last release: @calebkiage
๐Ÿ’– Thanks to all the contributors: @calebkiage, @glennawatson

Don't miss a new refit release

NewReleases is sending notifications on new releases.