eladkal commented on code in PR #50960: URL: https://github.com/apache/airflow/pull/50960#discussion_r2371974472
########## providers/fab/docs/changelog.rst: ########## @@ -20,6 +20,15 @@ Changelog --------- +3.0.0 Review Comment: ```suggestion main ``` ########## providers/fab/docs/changelog.rst: ########## @@ -20,6 +20,15 @@ Changelog --------- +3.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* Migrated to Flask-appbuilder 5 which removed the authentication type ``AUTH_OID``. + Using the authentication type ``AUTH_OID`` in fab provider is longer possible. Review Comment: What are the steps users needs to do to migrate? we should explain it. -- 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]
