Stomp-py

Latest version: v8.1.2

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

Scan your dependencies

Page 9 of 10

4.0.1

Not secure
* 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

Not secure
* 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

Not secure
* 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

3.1.5

Not secure
* Fix for gcd division error (http://code.google.com/p/stomppy/issues/detail?id=44)
* Fix bytes incompatibility issue in Python 3.3 (http://code.google.com/p/stomppy/issues/detail?id=51)

3.1.4

Not secure
* Add receipt header to disconnect frame if not already present on a 1.1 connection

3.1.3

Not secure
* Fix signature on override_threading method
* Fix for duplicate header handling
* Minor fix for Version var

Page 9 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.