Skip to content

Commit

Permalink
Pathway 0.8.1 release
Browse files Browse the repository at this point in the history
GitOrigin-RevId: ab56aec46e63e38468723fe9b8c536c7395013e0
  • Loading branch information
pw-ppodhajski authored and Manul from Pathway committed Feb 15, 2024
1 parent 958ca9e commit a65a59f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@ 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.8.1] - 2024-02-15

### Added
- Function `send_alerts` in `pw.io.slack` namespace for sending messages from a given column to a Slack channel.
- `pw.io.http.rest_connector` now supports an additional argument `request_validator` that gives the ability to check payload and raise `HTTP 400` if necessary.
- Introduced the `send_alerts` function in the `pw.io.slack` namespace, enabling users to send messages from a specified column directly to a Slack channel.
- Enhanced the `pw.io.http.rest_connector` by introducing an additional argument called `request_validator`. This feature empowers users to validate payloads and raise an `HTTP 400` error if necessary.

### Fixed
- `pw.io.xpacks.llm.VectorStoreServer` now correctly computes the last modification timestamp of an indexed document.
- Addressed an issue in `pw.io.xpacks.llm.VectorStoreServer` where the computation of the last modification timestamp for an indexed document was incorrect.

### Changed
- `pw.io.kafka.write` now does retries when sending to the output topic fails.
- Improved the behavior of `pw.io.kafka.write`. It now includes retries when sending data to the output topic encounters failures.

## [0.8.0] - 2024-02-01

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.8.0"
version = "0.8.1"
edition = "2021"
publish = false
rust-version = "1.72.0"
Expand Down

0 comments on commit a65a59f

Please sign in to comment.