Open
Conversation
Based on what we do here: https://github.com/php-amqplib/php-amqplib/blob/master/.github/workflows/changelog.yml * Convert RST to MD, rename to HISTORY.md so that the auto-generator picks it up
Notes for using the project are in RELEASE.md
Update CHANGELOG.md process for releases.
Add python3.10 to the test suite and also ensure the code is python3.7+ in terms on syntax Authored-by: Vinit Kumar <vinit.kumar@kidskonnect.nl> Signed-off-by: Vinit Kumar <vinit.kumar@kidskonnect.nl>
…-python feat: add python3.10 support and make code python3.7+
…nnel.basic_consume` method
Fix typo in example docstring
Fixing pika v1.0.0 breaking change (order of parameters) for the `cha…
Set version at 2.0.0a0
Add Python 3.11 to various places
Update example to use python3 syntax
Add python3.10 to the test suite and also ensure the code is python3.7+ in terms on syntax Authored-by: Vinit Kumar <vinit.kumar@kidskonnect.nl> Signed-off-by: Vinit Kumar <vinit.kumar@kidskonnect.nl>
…nnel.basic_consume` method
Differentiate release types by `github.event.release.prerelease`
…the `channel.basic_consume` method" This reverts commit 6a826c8.
…xample Fix `basic_consumer_threaded` example
Add description for the example blocking_consume_recover_multiple_hosts
Fix tests with Python 3.14, except RuntimeError from asyncio.get_event_loop
Update ConnectionParameters doc
* Update Windows tests to use Erlang 27.3 and RabbitMQ 4.0.7 * Update GHA to remove Python 3.8 and add Python 3.13 * Reduce log level * Remove logging config
Update versions
…ag when using consume() method
specify your own consumer_tag when using consume() method of BlockingChannel
removal of pika.compat.dictkeys()
Both methods are deprecated, and now result in warnings like
DeprecationWarning: datetime.datetime.utcfromtimestamp() is
deprecated and scheduled for removal in a future version. Use
timezone-aware objects to represent datetimes in UTC:
datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
and
DeprecationWarning: datetime.datetime.utcnow() is deprecated and
scheduled for removal in a future version. Use timezone-aware
objects to represent datetimes in UTC:
datetime.datetime.now(datetime.UTC).
While most use of these methods is in test code, there is one instance
of datetime.utcfromtimestamp() used during deserialization in data.py
that might affect user code.
Signed-off-by: Michael Hofmann <mhofmann@redhat.com>
Add all public APIs to `__all__`
Convert utcnow() and utcfromtimestamp()
* advertise exchange_exchange_bindings * added a test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )