Prab-27 commented on code in PR #44653: URL: https://github.com/apache/airflow/pull/44653#discussion_r1872684094
########## providers/src/airflow/providers/pagerduty/CHANGELOG.rst: ########## @@ -27,6 +27,16 @@ Changelog --------- +main +..... + +.. warning:: + All deprecated classes, parameters and features have been removed from the pagerduty provider package. + The following breaking changes were introduced: + + * Removed deprecated method ``create_event`` from providers.pagerduty.hooks.pagerduty. Please use the ``airflow.providers.pagerduty.hooks.PagerdutyEventsHook`` to interact with the Events API + * Removed deprecated method ``create_event`` from providers.pagerduty.hooks.pagerduty_events. Please use the ``PagerdutyEventsHook.send_event`` to interact with the Events API Review Comment: Done -- 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]
