Stomp.py

Latest version: v8.1.0

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

Scan your dependencies

Page 8 of 10

4.0.4

* Fix ack/nack function inconsistencies in each protocol Version (as per https://github.com/jasonrbriggs/stomp.py/issues/1)

4.0.3

* Add script for cmd line access (so you can run `stomp -H localhost -P 61613` rather than python $PATH_TO_STOMP/stomp ....)

4.0.2

* Fix minor error with 1.2 connections. Add basic unit tests for 1.0, and 1.2

4.0.1

* Remove the 'transform' method/functionality, as this never went into the official spec. Clients who still want this should
implement themselves, using a listener (see https://github.com/jasonrbriggs/stomp.py/blob/master/stomp/test/misc_test.py for
an example)
* Add support for STOMP 1.2 line endings
* Enforce "host" header on 1.2 connect requests (note: should be enforced on 1.1 connections, but it seems rabbitmq connections
fail if host is set)

4.0.0

* Separate protocol from transport mechanism, to improve the ability to support multiple protocol versions. Note: constructor
args are changing accordingly.
* Add initial support for STOMP 1.2
* Moved username and passcode params out of constructor and into the connect method. The basic connection process is therefore now:

> conn = stomp.Connection([('localhost', 61613)])
> conn.start()
> conn.connect('admin', 'password', wait=True)

3.1.6

* Integrate fix for threading primitives issue (http://code.google.com/p/stomppy/issues/detail?id=53)
* Add vhost constructor arg
* Change cli to __main__ (so you can run `python stomp` rather than `python stomp/cli.py`)
* Integrate interrupt patch (http://code.google.com/p/stomppy/issues/detail?id=48)
* Change test hosts and ports so that they're provided from the setup.py file

Page 8 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.