Skip to content

Commit 589b4e0

Browse files
authored
chore: release fluvio 0.17.2 (#4518)
1 parent e83166e commit 589b4e0

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,37 @@
22

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

5+
## Platform Version 0.17.2 - 2025-04-29
6+
7+
### Added
8+
9+
* Move boxed stream into main consumer api ([#4494](https://github.com/infinyon/fluvio/issues/4494))
10+
* Add key record parameter to smdk test ([#4496](https://github.com/infinyon/fluvio/issues/4496))
11+
* Add JsonSchema to connector and topic config objects ([#4510](https://github.com/infinyon/fluvio/issues/4510))
12+
13+
### CI
14+
15+
* Pos release fluvio 0.17.1 ([#4491](https://github.com/infinyon/fluvio/issues/4491))
16+
17+
### Changed
18+
19+
* Update toolchain and dep ([#4489](https://github.com/infinyon/fluvio/issues/4489))
20+
21+
### Fixed
22+
23+
* Consumer offset end ([#4500](https://github.com/infinyon/fluvio/issues/4500))
24+
* Offset evicted on retry ([#4511](https://github.com/infinyon/fluvio/issues/4511))
25+
* Auto management odd pauses in consumer offset ([#4504](https://github.com/infinyon/fluvio/issues/4504))
26+
27+
### Other
28+
29+
* Use right offset request in comments ([#4512](https://github.com/infinyon/fluvio/issues/4512))
30+
31+
### Removed
32+
33+
* Remove outdated Kafka compatibility reference from README. ([#4507](https://github.com/infinyon/fluvio/issues/4507))
34+
35+
536
## Platform Version 0.17.1 - 2025-04-03
637

738
### Fixed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.17.2-dev-1
1+
0.17.2

0 commit comments

Comments
 (0)