You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.adoc
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,11 @@
15
15
16
16
https://github.com/oxidecomputer/dropshot/compare/v0.16.7\...HEAD[Full list of commits]
17
17
18
+
* https://github.com/oxidecomputer/dropshot/pull/1528[#1528] Added `PaginationParams::new_first_page` to facilitate testing
19
+
* https://github.com/oxidecomputer/dropshot/pull/1549[#1549] Fixed typo in `HttpResponseError` docs
20
+
* https://github.com/oxidecomputer/dropshot/pull/1554[#1554] Changed OpenAPI output for websockets to explicitly list `101`, `4xx` and `5xx` responses rather than inaccurately using the `default` response
21
+
* https://github.com/oxidecomputer/dropshot/pull/1448[#1448] Added support for gzip compression of responses; off by default and requires clients to request it through the `Accept-Encoding` header
22
+
18
23
== 0.16.7 (released 2026-01-27)
19
24
20
25
https://github.com/oxidecomputer/dropshot/compare/v0.16.6\...v0.16.7[Full list of commits]
@@ -32,7 +37,6 @@ https://github.com/oxidecomputer/dropshot/compare/v0.16.5\...v0.16.6[Full list o
32
37
https://github.com/oxidecomputer/dropshot/compare/v0.16.4\...v0.16.5[Full list of commits]
33
38
34
39
* https://github.com/oxidecomputer/dropshot/pull/1475[#1475] Added `ClientSpecifiesVersionInHeader::on_missing` to provide a default version when the header is missing, intended for use when you're not in control of all clients
35
-
* https://github.com/oxidecomputer/dropshot/pull/1448[#1448] Added support for gzipping responses when clients request it through the `Accept-Encoding` header. Compression is off by default: existing consumers won't see a behavior change unless they opt in with `compression: CompressionConfig::Gzip`.
0 commit comments