Skip to content

Commit 4b135f8

Browse files
pw-ppodhajskiManul from Pathway
authored andcommitted
Pathway 0.7.8 release
GitOrigin-RevId: fa13c646658b399da92dd29248b32ab8617f2085
1 parent 6c94762 commit 4b135f8

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

CHANGELOG.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,19 @@ 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-
## Added
9-
- Comparisons support for tuples.
10-
- Standalone versions of methods: `pw.groupby`, `pw.join`, `pw.join_inner`, `pw.join_left`, `pw.join_right` and `pw.join_outer`.
11-
- The ability to use python's `abs` function on Pathway expressions.
12-
- `asof_join` now has configurable temporal behavior (delaying outputs, ignoring late entries and cleaning unused memory). The configuration can be passed using the `behavior` parameter of `asof_join` method.
13-
- It is possible to persist the state of the `deduplicate` operator.
8+
## [0.7.8] - 2024-01-18
9+
10+
### Added
11+
- Support for comparisons of tuples has been added.
12+
- Standalone versions of methods such as `pw.groupby`, `pw.join`, `pw.join_inner`, `pw.join_left`, `pw.join_right`, and `pw.join_outer` are now available.
13+
- The `abs` function from Python can now be used on Pathway expressions.
14+
- The `asof_join` method now has configurable temporal behavior. The `behavior` parameter can be used to pass the configuration.
15+
- The state of the `deduplicate` operator can now be persisted.
1416

1517
### Changed
16-
- `interval_join` can now also work with intervals of zero length.
17-
- `pw.io.http.rest_connector` now accepts host and port configuration as an instance of the `pw.io.http.PathwayWebserver` class and can now have multiple endpoints running on a single port.
18-
- `pw.xpacks.connectors.sharepoint.read` and `pw.io.gdrive.read` now support the size limit for a single object. If set, it will exclude too large files and won't read them.
18+
- `interval_join` can now work with intervals of zero length.
19+
- The `pw.io.http.rest_connector` can now open multiple endpoints on the same port using a new `pw.io.http.PathwayWebserver` class.
20+
- The `pw.xpacks.connectors.sharepoint.read` and `pw.io.gdrive.read` methods now support the size limit for a single object. If set, it will exclude too large files and won't read them.
1921

2022
## [0.7.7] - 2023-12-27
2123

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.7.7"
3+
version = "0.7.8"
44
edition = "2021"
55
publish = false
66
rust-version = "1.72.0"

0 commit comments

Comments
 (0)