From f05cce2ed5d0806727ab33d2f5007c136f36307a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 23:02:41 +0530 Subject: [PATCH] chore(main): release 0.3.0 (#482) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [0.3.0](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/compare/v0.2.0...v0.3.0) (2024-12-03) ### Features * Add similarity threshold to amenity search ([#477](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/issues/477)) ([c49bef9](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/commit/c49bef9901e81bee01088d975cdedbce5b89af8d)) * Add tracing for AlloyDB and CloudSQL Postgres providers ([#494](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/issues/494)) ([2fa03bc](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/commit/2fa03bcec54fd2fe4b463a54df772ae5e6490577)) * Consolidate postgres providers ([#493](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/issues/493)) ([a3b2c42](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/commit/a3b2c42735c5a0dfd58ce268637cce8253061ff3)) * Reuse connector object across different database connections in… ([#487](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/issues/487)) ([61c0f52](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/commit/61c0f5200a9853efa8097e1143ffc317b6f74777)) * Switch the llm to ChatVertexAI ([#486](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/issues/486)) ([479c5e5](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/commit/479c5e552394c473891389c2a7bac2a0ab3c75ce)) ### Bug Fixes * Add test cases to improve coverage for postgres and over more tools. ([#508](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/issues/508)) ([20870ea](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/commit/20870eafe7983863f8aeb41f1cca28d85583c16c)) * Reuse connector object across different database connections. ([#484](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/issues/484)) ([2b05739](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/commit/2b05739b0eb761738cc8db06d76f64ad7d199a2e)), closes [#416](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/issues/416) * update close client function to async ([#505](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/issues/505)) ([b614276](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/commit/b614276d7d746b24958fa1ccc067ea62170bd967)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 18 ++++++++++++++++++ version.txt | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72592059..c2ee9861 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.3.0](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/compare/v0.2.0...v0.3.0) (2024-12-03) + + +### Features + +* Add similarity threshold to amenity search ([#477](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/issues/477)) ([c49bef9](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/commit/c49bef9901e81bee01088d975cdedbce5b89af8d)) +* Add tracing for AlloyDB and CloudSQL Postgres providers ([#494](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/issues/494)) ([2fa03bc](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/commit/2fa03bcec54fd2fe4b463a54df772ae5e6490577)) +* Consolidate postgres providers ([#493](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/issues/493)) ([a3b2c42](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/commit/a3b2c42735c5a0dfd58ce268637cce8253061ff3)) +* Reuse connector object across different database connections in… ([#487](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/issues/487)) ([61c0f52](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/commit/61c0f5200a9853efa8097e1143ffc317b6f74777)) +* Switch the llm to ChatVertexAI ([#486](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/issues/486)) ([479c5e5](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/commit/479c5e552394c473891389c2a7bac2a0ab3c75ce)) + + +### Bug Fixes + +* Add test cases to improve coverage for postgres and over more tools. ([#508](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/issues/508)) ([20870ea](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/commit/20870eafe7983863f8aeb41f1cca28d85583c16c)) +* Reuse connector object across different database connections. ([#484](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/issues/484)) ([2b05739](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/commit/2b05739b0eb761738cc8db06d76f64ad7d199a2e)), closes [#416](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/issues/416) +* update close client function to async ([#505](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/issues/505)) ([b614276](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/commit/b614276d7d746b24958fa1ccc067ea62170bd967)) + ## [0.2.0](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/compare/v0.1.0...v0.2.0) (2024-08-28) diff --git a/version.txt b/version.txt index 0ea3a944..0d91a54c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.2.0 +0.3.0