Skip to content

Commit a66f122

Browse files
wyf7107copybara-github
authored andcommitted
bump version number to 1.1.0.
PiperOrigin-RevId: 764026739
1 parent 5d2a876 commit a66f122

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
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

src/google/adk/version.py

Lines changed: 1 addition & 1 deletion
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__ = "1.0.0"
16+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)