Skip to content

Commit

Permalink
Pathway 0.16.1 release
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 6ad7290e8f50b4519d393510a045498343038e73
  • Loading branch information
pw-ppodhajski authored and Manul from Pathway committed Dec 12, 2024
1 parent d8b0fbf commit 545e0e6
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.16.1] - 2024-12-12

### Changed
- `pw.io.s3.read` now monitors object deletions and modifications in the S3 source, when ran in streaming mode. When an object is deleted in S3, it is also removed from the engine. Similarly, if an object is modified in S3, the engine updates its state to reflect those changes.
- `pw.io.s3.read` now supports `with_metadata` flag, which makes it possible to attach the metadata of the source object to the table entries.
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.0"
version = "0.16.1"
edition = "2021"
publish = false
rust-version = "1.79"
Expand Down

0 comments on commit 545e0e6

Please sign in to comment.