srchilukoori commented on issue #66480: URL: https://github.com/apache/airflow/issues/66480#issuecomment-4393836004
## RC Testing Results — Provider Distributions (May 06, 2026) **Environment:** Breeze (Docker), Python 3.10, PostgreSQL backend **Date:** 2026-05-07 **Providers tested:** discord 3.12.3rc1, fab 3.6.3rc1, google 21.3.0rc1 | PR | Provider | Fix | Result | Notes | |----|----------|-----|--------|-------| | #65736 | discord 3.12.3rc1 | Fix DiscordWebhookHook leaking `webhook_endpoint` as HTTP header | ✅ Pass | `get_conn()` strips `webhook_endpoint` from session headers after `HttpHook` promotes extras | | #65735 | fab 3.6.3rc1 | Fix FAB password hashing to respect `FAB_PASSWORD_HASH_METHOD` config | ✅ Pass | `_hash_password()` reads config with werkzeug-version-aware defaults (pbkdf2 <3.0, scrypt ≥3.0) | | #65742 | google 21.3.0rc1 | Migrate DataprocSubmitTrigger and DataprocSubmitJobDirectTrigger to `on_kill()` | ✅ Pass | Both triggers implement `on_kill()` with job cancellation; `cleanup()` not overridden | | #65731 | google 21.3.0rc1 | Fix GenAIGenerativeModelHook ignoring Airflow connection credentials | ✅ Pass | All `vertexai.init()` calls pass `credentials=self.get_credentials()` | ### Unit tests All relevant unit tests pass against the installed RC packages: | PR | Test file | Tests | Result | |----|-----------|-------|--------| | #65736 | `providers/discord/tests/unit/discord/hooks/test_discord_webhook.py` | 21 | ✅ All passed | | #65735 | `providers/fab/tests/unit/fab/auth_manager/test_security.py` | 3 | ✅ All passed | | #65742 | `providers/google/tests/unit/google/cloud/triggers/test_dataproc.py` | 5 | ✅ All passed | | #65731 | `providers/google/tests/unit/google/cloud/hooks/vertex_ai/test_generative_model.py` | 1 | ✅ All passed | -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
