Skip to content

Commit b5cd897

Browse files
pw-ppodhajskiManul from Pathway
authored andcommitted
Pathway 0.28.0 Release
GitOrigin-RevId: 3fc12f64fa12286750d35f1d7361f70ac940d0f6
1 parent 4383cab commit b5cd897

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66
## [Unreleased]
77

8+
## [0.28.0] - 2026-01-08
9+
810
### Added
911
- `pw.io.kafka.read` and `pw.io.redpanda.read` now allow each schema field to be specified as coming from either the message key or the message value.
1012
- Connector groups now support the specification of an idle duration. When this is set, if a source does not provide any data for the specified period of time, it will be excluded from the group until it produces data again.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pathway"
3-
version = "0.27.1"
3+
version = "0.28.0"
44
edition = "2021"
55
publish = false
66
rust-version = "1.92"

0 commit comments

Comments
 (0)