Skip to content

v0.6.0

Choose a tag to compare

@dxx dxx released this 24 May 10:41
· 22 commits to main since this release

Features

  • Support using feign macro on traits
  • New Context-driven macro as replacement for Feign-driven macro
  • Add reqwest-middleware client support
  • Add multipart support
  • New Builder API
  • New Custom Client API
  • New ClientConfig for custom configuration
  • New features: reqwest-multipart, reqwest-middleware-multipart and isahc-multipart

Break Changes

  • Upgrade reqwest dependency from 0.11 to 0.13
  • Upgrade isahc dependency from 1.7.0 to 1.8.2
  • Split json feature into reqwest-json, reqwest-middleware-json, and isahc-json features
  • Mark using feign on structs as deprecated
  • Remove connect_timeout attribute from feign macro
  • Upgrade edition to 2024