Skip to content

Commit

Permalink
#310 was a breaking change (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
davepacheco committed Apr 15, 2022
1 parent f030623 commit cbf602a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ https://github.com/oxidecomputer/dropshot/compare/v0.6.0\...HEAD[Full list of co

* https://github.com/oxidecomputer/dropshot/pull/197[#197] Endpoints using wildcard path params (i.e. those using the `/foo/{bar:.*}` syntax) previously could be included in OpenAPI output albeit in a form that was invalid. Specifying a wildcard path **without** also specifying `unpublished = true` is now a **compile-time error**.
* https://github.com/oxidecomputer/dropshot/pull/204[#204] Rust 1.58.0-nightly introduced a new feature `asm_sym` which the `usdt` crate requires on macOS. As of this change 1.58.0-nightly or later is required to build with the `usdt-probes` feature on macOS.
* https://github.com/oxidecomputer/dropshot/pull/310[#310] changed the name of `HttpResponse::metadata()` to `HttpResponse::response_metadata()`.

=== Other notable changes

Expand Down

0 comments on commit cbf602a

Please sign in to comment.