Skip to content

Commit

Permalink
Release 0.14 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai authored Dec 8, 2024
1 parent 46c99ae commit bcba9f4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## Unreleased

## v0.14.0

- `Records::encode`/`Records::decode` is now reverted back to their original API, instead `encode_with_custom_compression` and `decode_with_custom_compression` is provided for custom compression.
- `ApiKey` variants are renamed to remove the `Key` suffix.
- Add `iterate_all` and `valid_versions` methods to `ApiKey`
- Implement `PartialEq` and `Display` for `VersionRange`

## v0.13.0

- All "map" types in the protocol that were previously of type `IndexMap<K, V>` are now of type `Vec<V>`, the value of `K` is stored as a field within `V`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["protocol_codegen"]

[package]
name = "kafka-protocol"
version = "0.13.0"
version = "0.14.0"
authors = [
"Diggory Blake <[email protected]>",
"Charlotte McElwain <[email protected]>",
Expand Down

0 comments on commit bcba9f4

Please sign in to comment.