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.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
24
6
25
7
### Added
26
8
@@ -30,17 +12,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
30
12
* Make SPG creation optional in crate API ([ #4432 ] ( https://github.com/infinyon/fluvio/issues/4432 ) )
31
13
* Add proxy on fvm install ([ #4438 ] ( https://github.com/infinyon/fluvio/issues/4438 ) )
32
14
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
-
38
15
### Changed
39
16
17
+ * Update wasmtime ([ #4469 ] ( https://github.com/infinyon/fluvio/issues/4469 ) )
18
+ * Update README.md ([ #4470 ] ( https://github.com/infinyon/fluvio/issues/4470 ) )
40
19
* Update referenced sdf version ([ #4425 ] ( https://github.com/infinyon/fluvio/issues/4425 ) )
41
20
42
21
### Fixed
43
22
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 ) )
44
26
* Cdk, additional validation on ` cdk publish ` ([ #4423 ] ( https://github.com/infinyon/fluvio/issues/4423 ) )
45
27
* Reconnect log with right offset ([ #4430 ] ( https://github.com/infinyon/fluvio/issues/4430 ) )
46
28
* 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/)
51
33
52
34
### Other
53
35
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 ) )
54
38
* Export ReplyHubref{} and HUB_REF_ENDPOINT ([ #4431 ] ( https://github.com/infinyon/fluvio/issues/4431 ) )
55
39
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
+
56
46
## Platform Version 0.16.1 - 2025-02-27
57
47
58
48
### CI
0 commit comments