File tree Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515# version: date+base_cl
16- __version__ = "0.2 .0"
16+ __version__ = "0.3 .0"
You can’t perform that action at this time.
0 commit comments