Skip to content

[pull] main from pika:main#6

Open
pull[bot] wants to merge 88 commits intoAnnihilater:mainfrom
pika:main
Open

[pull] main from pika:main#6
pull[bot] wants to merge 88 commits intoAnnihilater:mainfrom
pika:main

Conversation

@pull
Copy link

@pull pull bot commented Oct 20, 2022

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

lukebakken and others added 9 commits October 18, 2022 14:42
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+
@pull pull bot added the ⤵️ pull label Oct 20, 2022
Vinit Kumar and others added 5 commits July 11, 2024 14:18
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>
lukebakken and others added 22 commits July 22, 2024 12:31
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
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.