Skip to content

Commit

Permalink
Pathway 0.17.0 release
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 6b08483d9b0caef58a4bf703b119eb3d7c26e628
  • Loading branch information
pw-ppodhajski authored and Manul from Pathway committed Jan 30, 2025
1 parent 672019e commit 68b4224
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]

## [0.17.0] - 2025-01-30

### Added
- `pw.io.iceberg.read` method for reading Apache Iceberg tables into Pathway.
- methods `pw.io.postgres.write` and `pw.io.postgres.write_snapshot` now accept an additional argument `init_mode`, which allows initializing the table before writing.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pathway"
version = "0.16.4"
version = "0.17.0"
edition = "2021"
publish = false
rust-version = "1.82"
Expand Down

0 comments on commit 68b4224

Please sign in to comment.