Skip to content

Commit d7e4460

Browse files
pw-ppodhajskiManul from Pathway
authored andcommitted
Pathway 0.30.0 Release
GitOrigin-RevId: 2ee4621493701b0c0fe31c32ab3695ad87490ffe
1 parent c449890 commit d7e4460

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.30.0] - 2026-03-24
9+
810
### Added
911
- `pw.io.mongodb.read` connector, which reads data from a MongoDB collection. The connector first delivers a full snapshot of the collection and then, if the streaming mode is used, subscribes to the change stream to receive incremental updates in real time.
1012
- `pw.io.postgres.read` connector, which reads data from a PostgreSQL table directly by parsing the Write-Ahead Log (WAL).

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.29.1"
3+
version = "0.30.0"
44
edition = "2021"
55
publish = false
66
rust-version = "1.93"

0 commit comments

Comments
 (0)