This is an automated email from the ASF dual-hosted git repository.

vatsrahul1001 pushed a change to branch backport-322-60804
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 398fa0f45d4 Add configurable LRU+TTL caching for API server DAG 
retrieval (#60804)
     add 4704cbdda09 fix(DagCalendarTab): improve background color retrieval 
and loading overlay handling (#64189) (#66860)
     add 7f02104780b [v3-2-test] UI: Use link styling for Dag tags (#66750) 
(#66855)
     add 82785c5953f [v3-2-test] Close Korean Translation Gaps(May 13) (#66873)
     add 67abffd79c3 [v3-2-test] Close German Translation Gaps 2026-05-12 
(#66830)
     add b5f0ec62092 [v3-2-test] Check sensitive key names before applying 
recursion-depth cutoff in secrets masker (#65912) (#66748)
     add d4217f4038f Fix OTel timer metrics using Gauge instead of Histogram 
(#64207) (#66865)
     add 589e64710ea [v3-2-test] Fix external DB manager upgrades with existing 
tables (#66674) (#66882)
     add 868b696f115 [v3-2-test] Fix memory leak in LocalExecutor caused by 
unreleased file descriptor locks (#65121) (#66887)
     add ff2d8e0a532 Merge branch 'v3-2-test' into backport-322-60804

No new revisions were added by this update.

Summary of changes:
 airflow-core/newsfragments/64207.significant.rst   |  1 +
 .../airflow/ui/public/i18n/locales/de/common.json  | 10 +++
 .../ui/public/i18n/locales/de/components.json      |  6 +-
 .../airflow/ui/public/i18n/locales/ko/admin.json   |  5 +-
 .../airflow/ui/public/i18n/locales/ko/common.json  | 78 ++++++++++++++++++----
 .../ui/public/i18n/locales/ko/components.json      |  7 +-
 .../src/airflow/ui/public/i18n/locales/ko/dag.json | 16 ++++-
 .../src/airflow/ui/src/pages/DagsList/DagTags.tsx  |  7 +-
 .../airflow/ui/tests/e2e/pages/DagCalendarTab.ts   | 50 +++++++++-----
 airflow-core/src/airflow/utils/db_manager.py       | 42 +++++++++++-
 airflow-core/tests/unit/utils/test_db_manager.py   | 50 +++++++++++++-
 .../src/airflow_shared/logging/structlog.py        | 12 ++++
 .../observability/metrics/otel_logger.py           | 58 ++++++++++++++--
 .../observability/metrics/test_otel_logger.py      | 47 +++++++++----
 .../secrets_masker/secrets_masker.py               | 18 +++--
 .../tests/secrets_masker/test_secrets_masker.py    | 38 +++++++++++
 16 files changed, 377 insertions(+), 68 deletions(-)
 create mode 100644 airflow-core/newsfragments/64207.significant.rst

Reply via email to