v2.21.0
Warning
Potential Breaking Changes
- The
authorizedfield was renamed toauthenticatedin the/basic-auth,/hidden-basic-auth, and/digest-authendpoints to align with the original httpbin implementation. See #231 for details. - The shape of the
/cookiesresponse changed to align with the original httpbin implementation. See #235 for details.
What's Changed
- compat: rename
authorizedtoauthenticatedin auth responses by @AYMENJD in #231 - compat: fix
/cookiesresponse by @AYMENJD in #235 - feat: add
/uploadendpoint for testing large uploads by @aarnaud in #237 - test: refactor handler tests by @mccutchen in #238
- chore: update minimum go version to 1.25 by @mccutchen in #239
- test: use synctest for deterministic timing tests by @mccutchen in #240
- feat: add
-log-leveloption by @AYMENJD in #234
New Contributors
Full Changelog: v2.20.0...v2.21.0