Pika

Latest version: v1.3.2

Safety actively analyzes 623144 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

3.3

> - 0d2287d - Pika Python 3 support (Antti Haapala)
> - 3125c79 - SSLWantRead is not supported before python 2.7.9 and 3.3
> (Will)
> - 9a9c46c - Fixed TestDisconnectDuringConnectionStart: it turns out
> that depending on callback order, it might get either
> ProbableAuthenticationError or ProbableAccessDeniedError. (Vitaly
> Kruglikov)
> - cd8c9b0 - A fix the write starvation problem that we see with
> tornado and pika (Will)
> - 8654fbc - SelectConnection - make interrupt socketpair
> non-blocking (Will)
> - 4f3666d - Added copyright in forward_server.py and fixed NameError
> bug (Vitaly Kruglikov)
> - f8ebbbc - ignore docs (Gavin M. Roy)
> - a344f78 - Updated codeclimate config (Gavin M. Roy)
> - 373c970 - Try and fix pathing issues in codeclimate (Gavin M. Roy)
> - 228340d - Ignore codegen (Gavin M. Roy)
> - 4db0740 - Add a codeclimate config (Gavin M. Roy)
> - 7e989f9 - Slight code re-org, usage comment and better naming of
> test file. (Will)
> - 287be36 - Set up \_kqueue member of KQueuePoller before calling
> super constructor to avoid exception due to missing \_kqueue
> member. Call [self.\_map_event(event)]{.title-ref} instead of
> [self.\_map_event(event.filter)]{.title-ref}, because
> [KQueuePoller.\_map_event()]{.title-ref} assumes it\'s getting an
> event, not an event filter. (Vitaly Kruglikov)
> - 62810fb - Fix issue 412: reset BlockingConnection.\_read_poller
> in BlockingConnection.\_adapter_disconnect() to guard against
> accidental access to old file descriptor. (Vitaly Kruglikov)
> - 03400ce - Rationalise adapter acceptance tests (Will)
> - 9414153 - Fix bug selecting non epoll poller (Will)
> - 4f063df - Use user heartbeat setting if server proposes none (Pau
> Gargallo)
> - 9d04d6e - Deactivate heartbeats when heartbeat_interval is 0 (Pau
> Gargallo)
> - a52a608 - Bug fix and review comments. (Will)
> - e3ebb6f - Fix incorrect x-expires argument in acceptance tests
> (Will)
> - 294904e - Get BlockingConnection into consistent state upon loss
> of TCP/IP connection with broker and implement acceptance tests
> for those cases. (Vitaly Kruglikov)
> - 7f91a68 - Make SelectConnection behave like an ioloop (Will)
> - dc9db2b - Perhaps 5 seconds is too agressive for travis (Gavin M.
> Roy)
> - c23e532 - Lower the stuck test timeout (Gavin M. Roy)
> - 1053ebc - Late night bug (Gavin M. Roy)
> - cd6c1bf - More BaseConnection.\_handle_error cleanup (Gavin M.
> Roy)
> - a0ff21c - Fix the test to work with Python 2.6 (Gavin M. Roy)
> - 748e8aa - Remove pypy for now (Gavin M. Roy)
> - 1c921c1 - Socket close/shutdown cleanup (Gavin M. Roy)
> - 5289125 - Formatting update from PR (Gavin M. Roy)
> - d235989 - Be more specific when calling getaddrinfo (Gavin M. Roy)
> - b5d1b31 - Reflect the method name change in pika.callback
> (Gavin M. Roy)
> - df7d3b7 - Cleanup BlockingConnection in a few places (Gavin M.
> Roy)
> - cd99e1c - Rename method due to use in BlockingConnection (Gavin M.
> Roy)
> - 7e0d1b3 - Use google style with yapf instead of pep8 (Gavin M.
> Roy)
> - 7dc9bab - Refactor socket writing to not use sendall 481
> (Gavin M. Roy)
> - 4838789 - Dont log the fd 521 (Gavin M. Roy)
> - 765107d - Add Connection.Blocked callback registration methods
> 476 (Gavin M. Roy)
> - c15b5c1 - Fix \_blocking typo pointed out in 513 (Gavin M. Roy)
> - 759ac2c - yapf of codegen (Gavin M. Roy)
> - 9dadd77 - yapf cleanup of codegen and spec (Gavin M. Roy)
> - ddba7ce - Do not reject consumers with no_ack=True 486 530
> (Gavin M. Roy)
> - 4528a1a - yapf reformatting of tests (Gavin M. Roy)
> - e7b6d73 - Remove catching AttributError (531) (Gavin M. Roy)
> - 41ea5ea - Update README badges \[skip ci\] (Gavin M. Roy)
> - 6af987b - Add note on contributing (Gavin M. Roy)
> - 161fc0d - yapf formatting cleanup (Gavin M. Roy)
> - edcb619 - Add PYPY to travis testing (Gavin M. Roy)
> - 2225771 - Change the coverage badge (Gavin M. Roy)
> - 8f7d451 - Move to codecov from coveralls (Gavin M. Roy)
> - b80407e - Add confirm_delivery to example (Andrew Smith)
> - 6637212 - Update base_connection.py (bstemshorn)
> - 1583537 - 544 get_waiting_message_count() (markcf)
> - 0c9be99 - Fix 535: pass expected reply_code and reply_text from
> method frame to Connection.\_on_disconnect from
> Connection.\_on_connection_closed (Vitaly Kruglikov)
> - d11e73f - Propagate ConnectionClosed exception out of
> BlockingChannel.\_send_method() and log ConnectionClosed in
> BlockingConnection.\_on_connection_closed() (Vitaly Kruglikov)
> - 63d2951 - Fix 541 - make sure connection state is properly reset
> when BlockingConnection.\_check_state_on_disconnect raises
> ConnectionClosed. This supplements the previously-merged PR 450
> by getting the connection into consistent state. (Vitaly
> Kruglikov)
> - 71bc0eb - Remove unused self.fd attribute from BaseConnection
> (Vitaly Kruglikov)
> - 8c08f93 - PIKA-532 Removed unnecessary params (Vitaly Kruglikov)
> - 6052ecf - PIKA-532 Fix bug in BlockingConnection.\_handle_timeout
> that was preventing \_on_connection_closed from being called when
> not closing. (Vitaly Kruglikov)
> - 562aa15 - pika: callback: Display exception message when callback
> fails. (Stuart Longland)
> - 452995c - Typo fix in connection.py (Andrew)
> - 361c0ad - Added some missing yields (Robert Weidlich)
> - 0ab5a60 - Added complete example for python twisted service
> (Robert Weidlich)
> - 4429110 - Add deployment and webhooks (Gavin M. Roy)
> - 7e50302 - Fix has_content style in codegen (Andrew Grigorev)
> - 28c2214 - Fix the trove categorization (Gavin M. Roy)
> - de8b545 - Ensure frames can not be interspersed on send (Gavin M.
> Roy)
> - 8fe6bdd - Fix heartbeat behaviour after connection failure.
> (Kyösti Herrala)
> - c123472 - Updating BlockingChannel.basic_get doc (it does not
> receive a callback like the rest of the adapters) (Roberto
> Decurnex)
> - b5f52fb - Fix number of arguments passed to \_on_return callback
> (Axel Eirola)
> - 765139e - Lower default TIMEOUT to 0.01 (bra-fsn)
> - 6cc22a5 - Fix confirmation on reconnects (bra-fsn)
> - f4faf0a - asynchronous publisher and subscriber examples
> refactored to follow the StepDown rule (Riccardo Cirimelli)

1.3.0

[GitHub milestone](https://github.com/pika/pika/milestone/19?closed=1)

1.2.1

[GitHub milestone](https://github.com/pika/pika/milestone/18?closed=1)

1.2.0

[GitHub milestone](https://github.com/pika/pika/milestone/17?closed=1)

1.1.0

[GitHub milestone](https://github.com/pika/pika/milestone/16?closed=1)

1.0.1

[GitHub milestone](https://github.com/pika/pika/milestone/15?closed=1)

- API docstring updates
- Twisted adapter: Add basic_consume Deferred to the call list
([PR](https://github.com/pika/pika/pull/1202))

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.