Skip to content

Commit 1f7b9c2

Browse files
pw-ppodhajskiManul from Pathway
authored andcommitted
Pathway 0.26.1 release
GitOrigin-RevId: ca152f3b2fdf7903e91a4b6a4278deeb1e068aa7
1 parent 835fdcf commit 1f7b9c2

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
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.26.1] - 2025-08-28
9+
810
### Added
911
- `pw.Table.forget` to remove old (in terms of event time) entries from the pipeline.
1012
- `pw.Table.buffer`, a stateful buffering operator that delays entries until `time_column <= max(time_column) - threshold` condition is met.
@@ -19,7 +21,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1921
### Fixed
2022
- `pw.io.postgres.write` and `pw.io.postgres.write_snapshot` now respect the type optionality defined in the Pathway table schema when creating a new PostgreSQL table. This applies to the `replace` and `create_if_not_exists` initialization modes.
2123

22-
## [0.26.0]
24+
## [0.26.0] - 2025-08-14
2325

2426
### Added
2527
- `path_filter` parameter in `pw.io.s3.read` and `pw.io.minio.read` functions. It enables post-filtering of object paths using a wildcard pattern (`*`, `?`), allowing exclusion of paths that pass the main `path` filter but do not match `path_filter`.

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.26.0"
3+
version = "0.26.1"
44
edition = "2021"
55
publish = false
66
rust-version = "1.88"

0 commit comments

Comments
 (0)