Skip to content

Commit

Permalink
chore: release fluvio 0.12.1 (#4226)
Browse files Browse the repository at this point in the history
  • Loading branch information
fraidev authored Oct 31, 2024
1 parent 84c349c commit 322c5db
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## Platform Version 0.13.0 - Unreleased

## Platform Version 0.12.1 - 2024-10-31

### Added

* Produce message size rfc ([#4202](https://github.com/infinyon/fluvio/issues/4202))

### CI

* Override installed binaries target ([#4215](https://github.com/infinyon/fluvio/issues/4215))
* Postrelease 0.12.0 ([#4211](https://github.com/infinyon/fluvio/issues/4211))
* Prerelease 0.12.1-dev-1 ([#4225](https://github.com/infinyon/fluvio/issues/4225))

### Changed

* Update Rust to v1.82 ([#4214](https://github.com/infinyon/fluvio/issues/4214))

### Fixed

* Fix record size larger than batch size ([#4195](https://github.com/infinyon/fluvio/issues/4195))
* Link_parent more realible and delete topic partitions ([#4219](https://github.com/infinyon/fluvio/issues/4219))


## Platform Version 0.12.0 - 2024-10-09

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.1-dev-1
0.12.1

0 comments on commit 322c5db

Please sign in to comment.