Release 0.2.1
Minor release 0.2.1
This release is backward-incompatible!
After internal discussion, it has been decided that the naming of the connection
argument was a security concern, as it did not state its role explicitly.
Therefore, connection
has been changed for security
, and does not accept "TCP"
anymore (you can use security=None
instead of connection="TCP"
for the same effect).
Previous versions of the library will be removed from PyPI.