Skip to content

Commit 777f118

Browse files
committed
prep for 0.17.0 release
1 parent 9b6dcd0 commit 777f118

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515

1616
https://github.com/oxidecomputer/dropshot/compare/v0.16.7\...HEAD[Full list of commits]
1717

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+
1823
== 0.16.7 (released 2026-01-27)
1924

2025
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
3237
https://github.com/oxidecomputer/dropshot/compare/v0.16.4\...v0.16.5[Full list of commits]
3338

3439
* 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`.
3640

3741
== 0.16.4 (released 2025-09-04)
3842

0 commit comments

Comments
 (0)