Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.06 KB

CHANGELOG.adoc

File metadata and controls

31 lines (21 loc) · 1.06 KB

Progenitor Changelog

Unreleased changes (release date TBD)

0.2.0 (released 2022-09-11)

  • Add support for a builder-style generation in addition to the positional style (#86)

  • Add support for body parameters with application/x-www-form-urlencoded media type (#109)

  • Derive Debug for Client and builders for the various operations (#145)

  • Builders for struct types (#171)

  • Add a prelude that include the Client and any extension traits (#176)

  • Add support for upgrading connections, which requires a version bump to reqwest. (#183)

0.1.1 (released 2022-05-13)

First published version