Skip to content

Commit

Permalink
Pathway 0.8.6 release
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 41a2a61f06ef3cdf19a9b8ad3d7d2b59bc527961
  • Loading branch information
pw-ppodhajski authored and Manul from Pathway committed Apr 10, 2024
1 parent 1dd5aa4 commit 6756fc9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ 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.6] - 2024-04-10

### Added
- `pw.io.bigquery.write` connector for writing Pathway tables into Google BigQuery.
- parameter `filepath_globpattern` to `query` method in `VectorStoreClient` for specifying which files should be considered in the query.
- Improved compatibility of `pw.Json` with standard methods such as `len()`, `int()`, `float()`, `bool()`, `iter()`, `reversed()` when feasible.
- Experimental `pw.stdlib.ml.hmm` with a reducer allowing for decoding a sequence of observation using a given Hidden Markov Model.

### Changed
- `pw.io.postgres.write` can now parallelize writes to several threads if several workers are configured.
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.5"
version = "0.8.6"
edition = "2021"
publish = false
rust-version = "1.77"
Expand Down

0 comments on commit 6756fc9

Please sign in to comment.