|
2 | 2 |
|
3 | 3 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) |
4 | 4 |
|
5 | | -## Platform Version 0.11.10 - UNRELEASED |
| 5 | +## Platform Version 0.11.10-dev-2 - 2024-07-18 |
| 6 | + |
| 7 | +### Added |
| 8 | + |
| 9 | +* Generate command params ([#4026](https://github.com/infinyon/fluvio/issues/4026)) |
| 10 | +* Add partition prd ([#4075](https://github.com/infinyon/fluvio/issues/4075)) |
| 11 | +* Add update commands for public api requests ([#4076](https://github.com/infinyon/fluvio/issues/4076)) |
| 12 | +* Add partitions ([#4065](https://github.com/infinyon/fluvio/issues/4065)) |
| 13 | +* Add mirror remote ([#4097](https://github.com/infinyon/fluvio/issues/4097)) |
| 14 | + |
| 15 | +### CI |
| 16 | + |
| 17 | +* `0.11.9` post-release ([#4060](https://github.com/infinyon/fluvio/issues/4060)) |
| 18 | +* Update release checklist ([#4010](https://github.com/infinyon/fluvio/issues/4010)) |
| 19 | +* Default to zigbuild for cross-compilation ([#4103](https://github.com/infinyon/fluvio/issues/4103)) |
| 20 | + |
| 21 | +### Changed |
| 22 | + |
| 23 | +* Update to Rust `1.79.0` ([#4064](https://github.com/infinyon/fluvio/issues/4064)) |
| 24 | +* Update `DEVELOPER.md` ([#4070](https://github.com/infinyon/fluvio/issues/4070)) |
| 25 | +* Update bytes crate ([#4087](https://github.com/infinyon/fluvio/issues/4087)) |
| 26 | + |
| 27 | +### Fixed |
| 28 | + |
| 29 | +* Provides context on fvm tests ([#4062](https://github.com/infinyon/fluvio/issues/4062)) |
| 30 | +* Post-pone group ownership check on `generate` ([#4001](https://github.com/infinyon/fluvio/issues/4001)) |
| 31 | +* Mirror apply description ([#4078](https://github.com/infinyon/fluvio/issues/4078)) |
| 32 | +* Fix add partition not found ([#4080](https://github.com/infinyon/fluvio/issues/4080)) |
| 33 | +* Spu connections on kubernetes ([#4083](https://github.com/infinyon/fluvio/issues/4083)) |
| 34 | +* Delete topic partitions ([#4094](https://github.com/infinyon/fluvio/issues/4094)) |
| 35 | +* Produce recognize new partitions ([#4090](https://github.com/infinyon/fluvio/issues/4090)) |
| 36 | +* Load replica size ([#4104](https://github.com/infinyon/fluvio/issues/4104)) |
| 37 | + |
| 38 | +### Other |
| 39 | + |
| 40 | +* Use `std::io::IsTerminal` over `atty` ([#4074](https://github.com/infinyon/fluvio/issues/4074)) |
| 41 | +* Access local metadata without k8 flag ([#4092](https://github.com/infinyon/fluvio/issues/4092)) |
6 | 42 |
|
7 | 43 | ## Platform Version 0.11.9 - 2024-06-07 |
8 | 44 |
|
|
0 commit comments