Skip to content

Commit

Permalink
chore(main): release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 22, 2024
1 parent a5759e9 commit eda8d1b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.2.0](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/compare/v0.1.0...v0.2.0) (2024-08-22)


### Features

* Add langgraph orchestration ([#447](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/issues/447)) ([8cefed0](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/commit/8cefed07c5e4cc4357d08fc3a29920dc2cfabd6a))
* add ticket validation and insertion to cloudsql postgres ([#437](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/issues/437)) ([a4480fa](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/commit/a4480fa1fd0c117d64278fa9d864647a96f9b8a8))
* Add tracing to langgraph orchestration and postgres provider ([#473](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/issues/473)) ([a5759e9](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/commit/a5759e995c86cfc310dbabcb29d4623d9172cdd3))
* Implement llm system evaluation ([#440](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/issues/440)) ([a2df60b](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/commit/a2df60b4a36c9af1de3b9b56c4db62ef997535f4))
* Remove user ID and user email from `list_tickets()` result ([#464](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/issues/464)) ([5958938](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/commit/59589380e1f3c5382182fffb9a2ba9bc69f5a087))


### Bug Fixes

* update pytest to pytest_asyncio for async fixtures ([#474](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/issues/474)) ([c2ad4bb](https://github.com/GoogleCloudPlatform/genai-databases-retrieval-app/commit/c2ad4bbd81fb49a262b165b2ffcdaea0b13c1c6f))

## 0.1.0 (2024-07-01)


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

0 comments on commit eda8d1b

Please sign in to comment.