E5D9 Comparing v1.24.0...v1.24.1 · google/adk-python · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: google/adk-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.24.0
Choose a base ref
...
head repository: google/adk-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.24.1
Choose a head ref
  • 9 commits
  • 39 files changed
  • 6 contributors

Commits on Feb 5, 2026

  1. chore: Remove unused tzlocal dependency and logging

    The `tzlocal` library and the logging of the local timezone were not used in the `DatabaseSessionService` logic.
    
    Co-authored-by: Liang Wu <wuliang@google.com>
    PiperOrigin-RevId: 865677320
    wuliang229 authored and copybara-github committed Feb 5, 2026
    Configuration menu
    Copy the full SHA
    e752bbb View commit details
    Browse the repository at this point in the history
  2. feat(otel): add extra attributes to span generated with `opentelemetr…

    …y-instrumentation-google-genai`
    
    PiperOrigin-RevId: 865825792
    google-genai-bot authored and copybara-github committed Feb 5, 2026
    Configuration menu
    Copy the full SHA
    a08bf62 View commit details
    Browse the repository at this point in the history
  3. fix: Refactor context filtering to better handle multi-turn invocations

    The definition of an "invocation" for context filtering has been updated. An invocation now starts with a user message and can include multiple model turns (like the tool calls and responses) until the next user message. The filtering logic has been rewritten to identify invocation start points based on human user messages
    
    Close #4296
    
    Co-authored-by: George Weale <gweale@google.com>
    PiperOrigin-RevId: 866023290
    GWeale authored and copybara-github committed Feb 5, 2026
    Configuration menu
    Copy the full SHA
    9b112e2 View commit details
    Browse the repository at this point in the history
  4. feat: Add progress_callback support to MCPTool and MCPToolset

    Fixes: #3811
    
    Co-authored-by: Xuan Yang <xygoogle@google.com>
    PiperOrigin-RevId: 866025995
    xuanyang15 authored and copybara-github committed Feb 5, 2026
    Configuration menu
    Copy the full SHA
    adbc37f View commit details
    Browse the repository at this point in the history
  5. chore: Improve type hints and handle None values in ADK utils

    Co-authored-by: George Weale <gweale@google.com>
    PiperOrigin-RevId: 866025998
    GWeale authored and copybara-github committed Feb 5, 2026
    Configuration menu
    Copy the full SHA
    bb89466 View commit details
    Browse the repository at this point in the history
  6. fix: adding back deprecated eval endpoint for web until we migrate

    Co-authored-by: Yifan Wang <wanyif@google.com>
    PiperOrigin-RevId: 866049699
    wyf7107 authored and copybara-github committed Feb 5, 2026
    Configuration menu
    Copy the full SHA
    ae993e8 View commit details
    Browse the repository at this point in the history
  7. chore: update adk web files, updated eval dialog colors, and fixed a2…

    …ui component types
    
    Co-authored-by: Yifan Wang <wanyif@google.com>
    PiperOrigin-RevId: 866057812
    wyf7107 authored and copybara-github committed Feb 5, 2026
    Configuration menu
    Copy the full SHA
    3686a3a View commit details
    Browse the repository at this point in the history
  8. feat: Add experimental agent tool simulator

    PiperOrigin-RevId: 866100611
    google-genai-bot authored and copybara-github committed Feb 5, 2026
    Configuration menu
    Copy the full SHA
    6645aa0 View commit details
    Browse the repository at this point in the history
  9. chore(version): Bumps version to 1.24.1 patch

    Co-authored-by: Wei Sun (Jack) <weisun@google.com>
    PiperOrigin-RevId: 866107525
    Jacksunwei authored and copybara-github committed Feb 5, 2026
    Configuration menu
    Copy the full SHA
    93a085a View commit details
    Browse the repository at this point in the history
Loading
0