Skip to content

Commit 886204e

Browse files
authored
chore: release fluvio 0.17.0 (#4484)
1 parent e877351 commit 886204e

File tree

2 files changed

+15
-25
lines changed

2 files changed

+15
-25
lines changed

CHANGELOG.md

Lines changed: 14 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,7 @@
22

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

5-
## Platform Version 0.17.0-dev-3 - 2025-04-02
6-
7-
### Changed
8-
9-
* Update wasmtime ([#4469](https://github.com/infinyon/fluvio/issues/4469))
10-
* Update README.md ([#4470](https://github.com/infinyon/fluvio/issues/4470))
11-
12-
### Fixed
13-
14-
* Replication stuck when syncing large batches ([#4474](https://github.com/infinyon/fluvio/issues/4474))
15-
* Re-export PartitionId from fluvio package. ([#4481](https://github.com/infinyon/fluvio/issues/4481))
16-
* Derive clone on SpuSocketPool ([#4480](https://github.com/infinyon/fluvio/issues/4480))
17-
18-
### Other
19-
20-
* Comment doc for TopicProducer ([#4468](https://github.com/infinyon/fluvio/issues/4468))
21-
* Set SPU_PEER_MAX_BYTES to 10mb ([#4479](https://github.com/infinyon/fluvio/issues/4479))
22-
23-
## Platform Version 0.17.0-dev-2 - 2025-03-19
5+
## Platform Version 0.17.0 - 2025-04-02
246

257
### Added
268

@@ -30,17 +12,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
3012
* Make SPG creation optional in crate API ([#4432](https://github.com/infinyon/fluvio/issues/4432))
3113
* Add proxy on fvm install ([#4438](https://github.com/infinyon/fluvio/issues/4438))
3214

33-
### CI
34-
35-
* Pos release fluvio 0.16.1 ([#4424](https://github.com/infinyon/fluvio/issues/4424))
36-
* Pre release fluvio 0.17.0-dev-1
37-
3815
### Changed
3916

17+
* Update wasmtime ([#4469](https://github.com/infinyon/fluvio/issues/4469))
18+
* Update README.md ([#4470](https://github.com/infinyon/fluvio/issues/4470))
4019
* Update referenced sdf version ([#4425](https://github.com/infinyon/fluvio/issues/4425))
4120

4221
### Fixed
4322

23+
* Replication stuck when syncing large batches ([#4474](https://github.com/infinyon/fluvio/issues/4474))
24+
* Re-export PartitionId from fluvio package. ([#4481](https://github.com/infinyon/fluvio/issues/4481))
25+
* Derive clone on SpuSocketPool ([#4480](https://github.com/infinyon/fluvio/issues/4480))
4426
* Cdk, additional validation on `cdk publish` ([#4423](https://github.com/infinyon/fluvio/issues/4423))
4527
* Reconnect log with right offset ([#4430](https://github.com/infinyon/fluvio/issues/4430))
4628
* Reconnect producer when spu is down ([#4441](https://github.com/infinyon/fluvio/issues/4441))
@@ -51,8 +33,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
5133

5234
### Other
5335

36+
* Comment doc for TopicProducer ([#4468](https://github.com/infinyon/fluvio/issues/4468))
37+
* Set SPU_PEER_MAX_BYTES to 10mb ([#4479](https://github.com/infinyon/fluvio/issues/4479))
5438
* Export ReplyHubref{} and HUB_REF_ENDPOINT ([#4431](https://github.com/infinyon/fluvio/issues/4431))
5539

40+
### CI
41+
42+
* Pos release fluvio 0.16.1 ([#4424](https://github.com/infinyon/fluvio/issues/4424))
43+
* Pre release fluvio 0.17.0-dev-1
44+
45+
5646
## Platform Version 0.16.1 - 2025-02-27
5747

5848
### CI

VERSION

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

0 commit comments

Comments
 (0)