From f8b790a8413fbda22dec1b45121327f7ab3301f8 Mon Sep 17 00:00:00 2001 From: Pawel Podhajski <106311100+pw-ppodhajski@users.noreply.github.com> Date: Fri, 4 Oct 2024 11:05:25 +0200 Subject: [PATCH] Pathway 0.15.1 release GitOrigin-RevId: 9d6baf83375f36841eb8026e7fe85c6760fcc8fa --- CHANGELOG.md | 4 +++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f1d9a55..669c69b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.15.1] - 2024-10-04 + ### Fixed - `pw.temporal.session` and `pw.temporal.asof_join` now correctly works with multiple entries with the same time. - Fixed an issue in `pw.stdlib.indexing` where filters would cause runtime errors while using `HybridIndexFactory`. @@ -20,7 +22,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Changed - Running servers for answering queries is extracted from `pw.xpacks.llm.question_answering.BaseRAGQuestionAnswerer` into `pw.xpacks.llm.servers.QARestServer` and `pw.xpacks.llm.servers.QASummaryRestServer`. -- **BREAKING**: `query` and `query_as_of_now` of `pathway.stdlib.indexing.data_index.DataIndex` now produce an empty list instead of `None` if no match is found +- **BREAKING**: `query` and `query_as_of_now` of `pathway.stdlib.indexing.data_index.DataIndex` now produce an empty list instead of `None` if no match is found. ## [0.14.3] - 2024-08-22 diff --git a/Cargo.lock b/Cargo.lock index cfe69472..afcdbe6b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3573,7 +3573,7 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "pathway" -version = "0.15.0" +version = "0.15.1" dependencies = [ "arc-swap", "arcstr", diff --git a/Cargo.toml b/Cargo.toml index 47477c9d..48d5b3a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pathway" -version = "0.15.0" +version = "0.15.1" edition = "2021" publish = false rust-version = "1.79"