Skip to content

fix(serving): fix cannot decode base64 encoded binary data #103

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jul 15, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs: update CHANGELOG.md
  • Loading branch information
cyclimse committed Jul 12, 2024
commit b0bf295f1ec0e05a4acf4a8af46362faf1285489
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- Added a simple server to test with multiple handlers

## [0.2.1] - 2024-07-15

### Fixed

- Returning a base64 encoded response would not be decoded by the framework
Loading