File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.1.0
4+
5+ ### Features
6+
7+ * Extract agent loading logic from fast_api.py to a separate AgentLoader class and support more agent definition folder/file structure.
8+ * Added audio play in web UI.
9+ * Added input transcription support for live/streaming.
10+ * Added support for storing eval run history locally in adk eval cli.
11+ * Image artifacts can now be clicked directly in chat message to view.
12+ * Left side panel can now be resized.
13+
14+ ### Bug Fixes
15+
16+ * Avoid duplicating log in stderr.
17+ * Align event filtering and ordering logic.
18+ * Add handling for None param.annotation.
19+ * Fixed several minor bugs regarding eval tab in web UI.
20+
21+ ### Miscellaneous Chores
22+
23+ * Updates mypy config in pyproject.toml.
24+ * Add google search agent in samples.
25+ * Update filtered schema parameters for Gemini API.
26+ * Adds autoformat.sh for formatting codebase.
27+
328## 1.0.0
429
530### ⚠ 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__ = "1.0 .0"
16+ __version__ = "1.1 .0"
You can’t perform that action at this time.
0 commit comments