:showtitle: :toc: left :icons: font :toclevels: 1 = Progenitor Changelog // WARNING: This file is modified programmatically by `cargo release` as // configured in release.toml. DO NOT change the format of the headers or the // list of raw commits. // cargo-release: next header goes here (do not change this line) == Unreleased changes (release date TBD) https://github.com/oxidecomputer/progenitor/compare/v0.4.0\...HEAD[Full list of commits] == 0.4.0 (released 2023-09-25) https://github.com/oxidecomputer/progenitor/compare/v0.4.0\...v0.4.0[Full list of commits] == 0.4.0 (released 2023-09-25) * Support for updated dropshot pagination extension (#465) * Many CLI and http mock generation improvements (beta) * Add cargo-progenitor (#476) https://github.com/oxidecomputer/progenitor/compare/v0.3.0\...v0.4.0[Full list of commits] == 0.3.0 (released 2023-05-03) * Add support for header parameters (#210) * Add support for YAML input (#227) * Add generation for `clap`-based CLIs * Add generation for strongly-typed mocks with `httpmock` * Remove dependency on rustfmt installations in macro and builder uses * Many improvements to type schema handling * Use of builder types for body parameters * Path-level parameter handling * Many options for augmenting type generation https://github.com/oxidecomputer/progenitor/compare/v0.2.0\...v0.3.0[Full list of commits] == 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) https://github.com/oxidecomputer/progenitor/compare/v0.1.1\...v0.2.0[Full list of commits] == 0.1.1 (released 2022-05-13) First published version