Skip to content
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

docs: update release 2.3 changelog #870

Merged
merged 1 commit into from
Oct 10, 2023
Merged
Changes from all commits
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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v2.3.4 / 2023-10-10

- [FIX] Build with latest Alpine image to address CVE-2023-38039.


## v2.3.3 / 2023-09-14

- [BUGFIX] Get all schemas for protobuf compilation in order to support records of multiple versions of same schema.
- [IMPROVEMENT] Add numeric values to the deserializer. Console will attempt to deserialize payloads as big endian uints.

## v2.3.2 / 2023-09-05

- [BUGFIX] Fix base64 decoding of 'utf8WithControlChars' in frontend
Expand Down
Loading