Skip to content

v2.8.0

Compare
Choose a tag to compare
@mccutchen mccutchen released this 05 May 21:43
· 43 commits to main since this release
7e81a93

What's Changed

⚠️ 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