This is an automated email from the ASF dual-hosted git repository.
pierrejeambrun pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 9f87af96fd9 Add uvicorn_logging_level config option to control API
server access logs (#55405) (#56062)
add 6e3e51201e4 Fix XCom key handling when keys contain special characters
like slash (#58344)
No new revisions were added by this update.
Summary of changes:
.../api_fastapi/core_api/routes/public/xcom.py | 4 +-
.../api_fastapi/execution_api/routes/xcoms.py | 212 ++++++++++-----------
.../core_api/routes/public/test_xcom.py | 48 ++++-
.../task_sdk/execution_time/test_task_runner.py | 79 ++++++++
4 files changed, 233 insertions(+), 110 deletions(-)