mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-07-16 04:02:55 -06:00
ADK v0.4.0 release.
PiperOrigin-RevId: 754103716
This commit is contained in:
parent
4f48ea1c08
commit
8f94a0c7b3
22
CHANGELOG.md
22
CHANGELOG.md
@ -1,5 +1,27 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.4.0
|
||||||
|
|
||||||
|
### ⚠ BREAKING CHANGES
|
||||||
|
* Set the max size of strings in database columns. MySQL mandates that all VARCHAR-type fields must specify their lengths.
|
||||||
|
* 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.
|
||||||
|
* Enhance `FunctionTool` to verify if the model is providing all the mandatory arguments.
|
||||||
|
|
||||||
|
### Features
|
||||||
|
* Update ADK setup guide to improve onboarding experience.
|
||||||
|
* feat: add ordering to recent events in database session service.
|
||||||
|
* feat(llm_flows): support async before/after tool callbacks.
|
||||||
|
* feat: Added --replay and --resume options to adk run cli. Check adk run --help for more details.
|
||||||
|
* Created a new Integration Connector Tool (underlying of the ApplicationIntegrationToolSet) so that we do not force LLM to provide default value.
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* Don't send content with empty text to LLM.
|
||||||
|
* Fix google search reading undefined for `renderedContent`.
|
||||||
|
|
||||||
|
### Miscellaneous Chores
|
||||||
|
* Docstring improvements, typo fixings, github action to enfore code styles on formatting and imports, etc.
|
||||||
|
|
||||||
## 0.3.0
|
## 0.3.0
|
||||||
|
|
||||||
### ⚠ BREAKING CHANGES
|
### ⚠ BREAKING CHANGES
|
||||||
|
@ -13,4 +13,4 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
# version: date+base_cl
|
# version: date+base_cl
|
||||||
__version__ = "0.3.0"
|
__version__ = "0.4.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user