All Versions
41
Latest Version
Avg Release Cycle
77 days
Latest Release
1667 days ago

Changelog History
Page 4

  • v2.1.1 Changes

    • โฌ‡๏ธ Reduced default TCP Timeout from 30s to 10s.
    • โฑ Connection Open/Close timeout is now three times the value of TCP Timeout.
    • Connection will now wait for a response from the remote server before closing.
  • v2.1.0 Changes

  • v2.0.0 Changes

    • 0๏ธโƒฃ Messages are now delivered as Message objects by default.

      • to_tuple and to_dict are now set to False by default.

        This is a breaking change that affects the following function:

        - channel.process_data_events
        - channel.start_consuming
        - channel.basic.get
        
  • v1.5.0 Changes

    • โž• Added support for Channel.Tx (Server local transactions). [#27]
    • โž• Added support for Heartbeat interval 0 (disabled). [#26]
    • โž• Added Python implementation to platform string, e.g. Python 2.7.0 (Jython).
    • ๐Ÿ›  Fixed Jython bug. [#25]
    • ๐Ÿ›  Fixed incorrect log line for the Connection and Channel Context Manager.
    • โœ‚ Removed TCP Keepalive.
  • v1.4.1 Changes

    • Heartbeats are now only sent when there is no outgoing traffic - Thanks Tom.
  • v1.4.0 Changes

    • โœ… 100% Unit-test Coverage!
    • All classes are now slotted.
    • ๐Ÿ†• New improved Heartbeat Monitor.
      • If no data has been sent within the Heartbeat interval, the client will now send a Heartbeat to the server - Thanks David Schneider.
    • โฌ‡๏ธ Reduced default RPC timeout from 120s to 60s.
  • v1.3.4 Changes

    • โฌ‡๏ธ Dropped Python 3.2 Support.
    • ๐Ÿ›  Fixed incorrect SSL warning when adding heartbeat or timeout to uri string [#18] - Thanks Adam Mills.
  • v1.3.3 Changes

    • ๐Ÿ›  Fixed bug causing messages without a body to not be consumed properly [#16] - Thanks Adam Mills.
  • v1.3.2 Changes

    • ๐Ÿ›  Fixed minor bug in the Poller error handling.
    • ๐Ÿ›  Fixed issue where network corruption could caused a connection error to throw the wrong exception.
  • v1.3.1 Changes

    • ๐Ÿ›  Fixed SSL bug that could trigger an exception when running multiple threads [#14] - Thanks Adam Mills.
    • ๐Ÿ›  Fixed bug when using channel.basic.get to retrieve large payloads.
    • โฌ‡๏ธ Reduced default RPC timeout from 360s to 120s.