v2.8.0
What's Changed
- fix: correctly handle padded base64 input by @mccutchen in #119
⚠️ Response format changes ⚠️
As of #119, the /base64
endpoint:
- Properly handles padded inputs instead of returning trailing null bytes (see #118)
- Only accepts and returns URL-safe base64 encodings instead of standard base64 encodings, to match the original httpbin's behavior
Full Changelog: v2.7.0...v2.8.0