Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove backward compatibility for importing process_webhook() #14658

Closed
jeremystretch opened this issue Jan 2, 2024 · 0 comments
Closed

Remove backward compatibility for importing process_webhook() #14658

jeremystretch opened this issue Jan 2, 2024 · 0 comments
Assignees
Labels
status: accepted This issue has been accepted for implementation type: deprecation Removal of existing functionality or behavior
Milestone

Comments

@jeremystretch
Copy link
Member

Proposed Changes

extras.webhooks_worker.process_webhook() was renamed and moved to `extras.webhooks.send_webhook() in v3.7 under #14395, with backward compatibility being retained for importing the function from its previous location. This change removes that backward compatibility.

Justification

Removes obsolete code

Impact

Any plugins which utilize this function imported from its previous location & name will need to be updated to reference the new path. (This function is not supported for direct use by plugins, but we provided backward compatibility across v3.7 releases just in case.)

@jeremystretch jeremystretch added status: accepted This issue has been accepted for implementation type: deprecation Removal of existing functionality or behavior labels Jan 2, 2024
@jeremystretch jeremystretch added this to the v4.0 milestone Jan 2, 2024
@jeremystretch jeremystretch self-assigned this Jan 3, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: accepted This issue has been accepted for implementation type: deprecation Removal of existing functionality or behavior
Projects
None yet
Development

No branches or pull requests

1 participant