Skip to content

Commit 216de32

Browse files
pw-ppodhajskiManul from Pathway
authored andcommitted
Pathway 0.13.1 release
GitOrigin-RevId: f776f8c314bf5a6fda81fbef2315ce1168d2a93e
1 parent 6c2c106 commit 216de32

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.13.1] - 2024-06-27
9+
810
### Added
911
- `pw.io.kafka.read` now accepts an autogenerate_key flag. This flag determines the primary key generation policy to apply when reading raw data from the source. You can either use the key from the Kafka message or have Pathway autogenerate one.
1012
- `pw.io.deltalake.read` input connector that fetches changes from DeltaLake into a Pathway table.
@@ -14,7 +16,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1416
- All S3 input connectors (including S3, Min.io, Digital Ocean, and Wasabi) now automatically retry network operations if a failure occurs.
1517
- The issue where the connection to the S3 source fails after partially ingesting an object has been resolved by downloading the object in full first.
1618

17-
## [0.13.0]
19+
## [0.13.0] - 2024-06-13
1820

1921
### Added
2022
- `pw.io.deltalake.write` now supports S3 destinations.

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.13.0"
3+
version = "0.13.1"
44
edition = "2021"
55
publish = false
66
rust-version = "1.79"

0 commit comments

Comments
 (0)