Skip to content

Commit a49d339

Browse files
Jacksunweicopybara-github
authored andcommitted
bump version number to 0.3.0.
PiperOrigin-RevId: 750661619
1 parent 04e4c85 commit a49d339

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# Changelog
22

3+
## 0.3.0
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* Auth: expose `access_token` and `refresh_token` at top level of auth
8+
credentails, instead of a `dict`
9+
([commit](https://github.com/google/adk-python/commit/956fb912e8851b139668b1ccb8db10fd252a6990)).
10+
11+
### Features
12+
13+
* Added support for running agents with MCPToolset easily on `adk web`.
14+
* Added `custom_metadata` field to `LlmResponse`, which can be used to tag
15+
LlmResponse via `after_model_callback`.
16+
* Added `--session_db_url` to `adk deploy cloud_run` option.
17+
* Many Dev UI improvements:
18+
* Better google search result rendering.
19+
* Show websocket close reason in Dev UI.
20+
* Better error message showing for audio/video.
21+
22+
### Bug Fixes
23+
24+
* Fixed MCP tool json schema parsing issue.
25+
* Fixed issues in DatabaseSessionService that leads to crash.
26+
* Fixed functions.py.
27+
* Fixed `skip_summarization` behavior in `AgentTool`.
28+
29+
### Miscellaneous Chores
30+
31+
* README.md impprovements.
32+
* Various code improvements.
33+
* Various typo fixes.
34+
* Bump min version of google-genai to 1.11.0.
35+
336
## 0.2.0
437

538
### ⚠ BREAKING CHANGES

src/google/adk/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414

1515
# version: date+base_cl
16-
__version__ = "0.2.0"
16+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)