This is an automated email from the ASF dual-hosted git repository.
kaxil pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 7bf71a3d444 Speed up TaskGroup.topological_sort with int-indexed
projected sweep (#67288)
add 03291c4e676 Add support for mTLS and private CAs to the api client /
server (#67214)
No new revisions were added by this update.
Summary of changes:
.../src/airflow/api_fastapi/gunicorn_app.py | 10 ++++++
airflow-core/src/airflow/cli/cli_config.py | 13 ++++++++
.../src/airflow/cli/commands/api_server_command.py | 30 +++++++++++++----
.../src/airflow/config_templates/config.yml | 23 +++++++++++++
.../unit/cli/commands/test_api_server_command.py | 38 +++++++++++++++-------
.../unit/cli/commands/test_gunicorn_monitor.py | 4 +++
task-sdk/src/airflow/sdk/api/client.py | 18 ++++++++--
task-sdk/tests/task_sdk/api/test_client.py | 19 +++++++++++
8 files changed, 135 insertions(+), 20 deletions(-)