Skip to content

Commit

Permalink
chore(main): release 0.3.0 (#482)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.3.0](v0.2.0...v0.3.0)
(2024-12-03)


### Features

* Add similarity threshold to amenity search
([#477](#477))
([c49bef9](c49bef9))
* Add tracing for AlloyDB and CloudSQL Postgres providers
([#494](#494))
([2fa03bc](2fa03bc))
* Consolidate postgres providers
([#493](#493))
([a3b2c42](a3b2c42))
* Reuse connector object across different database connections in…
([#487](#487))
([61c0f52](61c0f52))
* Switch the llm to ChatVertexAI
([#486](#486))
([479c5e5](479c5e5))


### Bug Fixes

* Add test cases to improve coverage for postgres and over more tools.
([#508](#508))
([20870ea](20870ea))
* Reuse connector object across different database connections.
([#484](#484))
([2b05739](2b05739)),
closes
[#416](#416)
* update close client function to async
([#505](#505))
([b614276](b614276))

---
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>
  • Loading branch information
github-actions[bot] authored Dec 3, 2024
1 parent 318177c commit f05cce2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.3.0

0 comments on commit f05cce2

Please sign in to comment.