Skip to content

Commit

Permalink
chore(main): release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and anubhav756 committed Dec 3, 2024
1 parent 318177c commit de544d5
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 de544d5

Please sign in to comment.