8000 ADK v0.4.0 release. · rick-bm/adk-python@8f94a0c · GitHub
[go: up one dir, main page]

Skip to content

Commit 8f94a0c

Browse files
hangfeicopybara-github
authored andcommitted
ADK v0.4.0 release.
PiperOrigin-RevId: 754103716
1 parent 4f48ea1 commit 8f94a0c

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## 0.4.0
4+
5+
### ⚠ BREAKING CHANGES
6+
* Set the max size of strings in database columns. MySQL mandates that all VARCHAR-type fields must specify their lengths.
7+
* Extract content encode/decode logic to a shared util, resolve issues with JSON serialization, and update key length for DB table to avoid key too long issue in mysql.
8+
* Enhance `FunctionTool` to verify if the model is providing all the mandatory arguments.
9+
10+
### Features
11+
* Update ADK setup guide to improve onboarding experience.
12+
* feat: add ordering to recent events in database session service.
13+
* feat(llm_flows): support async before/after tool callbacks.
14+
* feat: Added --replay and --resume options to adk run cli. Check adk run --help for more details.
15+
* Created a new Integration Connector Tool (underlying of the ApplicationIntegrationToolSet) so that we do not force LLM to provide default value.
16+
17+
### Bug Fixes
18+
19+
* Don't send content with empty text to LLM.
20+
* Fix google search reading undefined for `renderedContent`.
21+
22+
### Miscellaneous Chores
23+
* Docstring improvements, typo fixings, github action to enfore code styles on formatting and imports, etc.
24+
325
## 0.3.0
426

527
### ⚠ 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__ = "0.3.0"
16+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)
0