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

Upgrade Azure Storage Queues transport to version 12 #1539

Merged
merged 7 commits into from Apr 23, 2022

Conversation

jonasmiederer
Copy link
Contributor

Fixes #1468

Fixed Azure Storage Queue transport to work with the latest version 12 of the azure-storage-queue library, which is incompatible with the current implementation.

Since the QueueServiceClient now requires a mandatory account_url for connection, this may be a breaking change for anyone using the Azure Storage Queue transport as the connection string has to be updated.

@lgtm-com
Copy link

lgtm-com bot commented Apr 22, 2022

This pull request introduces 1 alert when merging b569f89 into b236e3f - view on LGTM.com

new alerts:

  • 1 for Missing call to `__init__` during object initialization

@auvipy auvipy self-requested a review April 22, 2022 12:55
@auvipy auvipy added this to the 5.3 milestone Apr 22, 2022
@lgtm-com
Copy link

lgtm-com bot commented Apr 23, 2022

This pull request introduces 1 alert when merging 94c0411 into b236e3f - view on LGTM.com

new alerts:

  • 1 for Missing call to `__init__` during object initialization

@auvipy auvipy merged commit b3e8910 into celery:master Apr 23, 2022
@thedrow
Copy link
Member

thedrow commented Apr 25, 2022

Couldn't we maintain backwards compatibility?

@auvipy
Copy link
Member

auvipy commented Apr 25, 2022

From my observation, that is not necessary

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants