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 pika to 1.2.0 #1505

Merged
merged 5 commits into from Jun 14, 2021
Merged

Upgrade pika to 1.2.0 #1505

merged 5 commits into from Jun 14, 2021

Conversation

amCap1712
Copy link
Member

@amCap1712 amCap1712 commented Jun 10, 2021

no_ack has been renamed to auto_ack. The callback argument we used has now been renamed to on_message_callback, the basic_consume method still has a callback argument but that is different and currently not useful to us. I don't think other incompatible changes affect us. Release notes available here

no_ack has been renamed to auto_ack. The callback argument we used has
now been renamed to on_message_callback, the basic_consume method
still has a callback argument but that is different and currently not
useful to us.
@pep8speaks
Copy link

pep8speaks commented Jun 10, 2021

Hello @amCap1712! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 182:131: E501 line too long (141 > 130 characters)

Comment last updated at 2021-06-14 08:53:51 UTC

@amCap1712 amCap1712 merged commit b313ca2 into master Jun 14, 2021
@amCap1712 amCap1712 deleted the pika branch June 14, 2021 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants