This is an automated email from the ASF dual-hosted git repository.
vatsrahul1001 pushed a change to branch backport-322-65276
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 6ceab97d518 Fix async engine missing pool_recycle and pool_pre_ping
configuration (#65276)
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 24405330dd9 Merge branch 'v3-2-test' into backport-322-65276
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 ++++-
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 +++++++++++
14 files changed, 338 insertions(+), 50 deletions(-)
create mode 100644 airflow-core/newsfragments/64207.significant.rst