From cbf602ac2b1abbdb6bca9016aaaaa3c8e1e9d2f2 Mon Sep 17 00:00:00 2001 From: David Pacheco Date: Fri, 15 Apr 2022 09:53:45 -0700 Subject: [PATCH] #310 was a breaking change (#328) --- CHANGELOG.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 1b040322..66400ca2 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -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