From 0146781f4ba641ae78fd5943a5fbb6997519c1a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 15:43:28 +0100 Subject: [PATCH] chore(main): release pgai 0.3.0 (#277) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- projects/pgai/CHANGELOG.md | 17 +++++++++++++++++ projects/pgai/pgai/__init__.py | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 471bb27d..fa39a93f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "projects/pgai": "0.2.1" + "projects/pgai": "0.3.0" } diff --git a/projects/pgai/CHANGELOG.md b/projects/pgai/CHANGELOG.md index 7ef94862..043be883 100644 --- a/projects/pgai/CHANGELOG.md +++ b/projects/pgai/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.3.0](https://github.com/timescale/pgai/compare/pgai-v0.2.1...pgai-v0.3.0) (2024-12-10) + + +### ⚠ BREAKING CHANGES + +* remove `truncate` parameter from Ollama/Voyage APIs ([#284](https://github.com/timescale/pgai/issues/284)) + +### Features + +* add Voyage AI vectorizer integration ([#256](https://github.com/timescale/pgai/issues/256)) ([1b56d62](https://github.com/timescale/pgai/commit/1b56d62295faf996697db75f3a9ac9391869a3bb)) +* remove `truncate` parameter from Ollama/Voyage APIs ([#284](https://github.com/timescale/pgai/issues/284)) ([ecda03c](https://github.com/timescale/pgai/commit/ecda03cf5d27f750db534801719413d0abcfa557)) + + +### Bug Fixes + +* fail fast when api key is missing and once is set ([#274](https://github.com/timescale/pgai/issues/274)) ([1c2ff20](https://github.com/timescale/pgai/commit/1c2ff2013fd64949a8f5c6374e3134af1b2551f4)) + ## [0.2.1](https://github.com/timescale/pgai/compare/pgai-v0.2.0...pgai-v0.2.1) (2024-12-02) diff --git a/projects/pgai/pgai/__init__.py b/projects/pgai/pgai/__init__.py index 3ced3581..493f7415 100644 --- a/projects/pgai/pgai/__init__.py +++ b/projects/pgai/pgai/__init__.py @@ -1 +1 @@ -__version__ = "0.2.1" +__version__ = "0.3.0"