File tree Expand file tree Collapse file tree 2 files changed +39
-1
lines changed Expand file tree Collapse file tree 2 files changed +39
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.1.2
4
+
5
+ ### ⚠ BREAKING CHANGES
6
+
7
+ * Fix typo in method name in ` Event ` : has_trailing_code_exeuction_result --> has_trailing_code_execution_result.
8
+
9
+ ### Features
10
+
11
+ * ` adk ` CLI:
12
+ * Introduce ` adk create ` cli tool to help creating agents.
13
+ * Adds ` --verbosity ` option to ` adk deploy cloud_run ` to show detailed cloud
14
+ run deploy logging.
15
+ * Improve the initialization error message for ` DatabaseSessionService ` .
16
+ * Lazy loading for Google 1P tools to minimize the initial latency.
17
+ * Support emitting state-change-only events from planners.
18
+ * Lots of Dev UI updates, including:
19
+ * Show planner thoughts and actions in the Dev UI.
20
+ * Support MCP tools in Dev UI.
21
+ (NOTE: ` agent.py ` interface is temp solution and is subject to change)
22
+ * Auto-select the only app if only one app is available.
23
+ * Show grounding links generated by Google Search Tool.
24
+ * ` .env ` file is reloaded on every agent run.
25
+
26
+ ### Bug Fixes
27
+
28
+ * ` LiteLlm ` : arg parsing error and python 3.9 compatibility.
29
+ * ` DatabaseSessionService ` : adds the missing fields; fixes event with empty
30
+ content not being persisted.
31
+ * Google API Discovery response parsing issue.
32
+ * ` load_memory_tool ` rendering issue in Dev UI.
33
+ * Markdown text overflows in Dev UI.
34
+
35
+ ### Miscellaneous Chores
36
+
37
+ * Adds unit tests in Github action.
38
+ * Improves test coverage.
39
+ * Various typo fixes.
40
+
3
41
## 0.1.0
4
42
5
43
### Features
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
# version: date+base_cl
16
- __version__ = "0.1.1 "
16
+ __version__ = "0.1.2 "
You can’t perform that action at this time.
0 commit comments