Skip to content

Commit

Permalink
chore: release fluvio 0.13.0 (#4257)
Browse files Browse the repository at this point in the history
  • Loading branch information
fraidev authored Nov 15, 2024
1 parent 69d4fb3 commit 91c7429
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,25 @@

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## Platform Version 0.13.0-dev-1 - Unreleased
## Platform Version 0.13.1-dev-1 - UNRELEASED

## Platform Version 0.13.0 - 2024-11-14

### Added

* Support producing to specific partition ([#4241](https://github.com/infinyon/fluvio/issues/4241))
* Support producing by mirror ([#4243](https://github.com/infinyon/fluvio/issues/4243))

### Fixed

* Compatibility issues with old versions ([#4247](https://github.com/infinyon/fluvio/issues/4247))
* List API compatibility issues with old versions ([#4248](https://github.com/infinyon/fluvio/issues/4248))

### Changed

* Show actual record size when throw maximum request size error ([#4251](https://github.com/infinyon/fluvio/issues/4251))
* Typo successful ([#4238](https://github.com/infinyon/fluvio/issues/4238))


## Platform Version 0.12.1 - 2024-10-31

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

0 comments on commit 91c7429

Please sign in to comment.