potiuk commented on PR #50960: URL: https://github.com/apache/airflow/pull/50960#issuecomment-3342350146
> Though I am not sure about the core related code. Is the core parts planned to be released in 3.2 or 3.1.1 cc @kaxil Also, just to verify the fab provider 3.0 will be compatible with Airflow 3.0 right? I re-reviewed the code and I am merging it to unblock it (still on holidays - just wanted to unblock it). Yes it should be working with Airflow 3.0 as well. The changes in "core" are just in "default config" - removal of OID auth from it (which should not be used by anyone anyway already - this is an old OAUTH 1.0 protocol that no-one should even be able to use any more as it's been removed by all OAUTH providers years ago. All the rest is in tests, so no need to release anything in 3.1 or 3.2 with it - the defailt OID is "OK" to be there in 3.1 as no-one is using it anyway. I think that default_webserver config should be removed anyway (?). -- 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]
