2017-10-11 18:58:07 +02:00
|
|
|
Changelog
|
|
|
|
|
=========
|
|
|
|
|
|
2020-03-03 19:48:23 +01:00
|
|
|
.. _v0-3-1:
|
|
|
|
|
|
|
|
|
|
0.3.1 - 2020-03-03
|
|
|
|
|
~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
* Fixed deprecation warnings and/or breakage for 448/25519 due to Cryptography changes - contributed by @warner
|
|
|
|
|
* Bumped required Cryptography to 2.8
|
|
|
|
|
* CI/CD testing added for Python 3.8
|
|
|
|
|
|
2018-07-16 01:52:50 +02:00
|
|
|
.. _v0-3-0:
|
|
|
|
|
|
2019-02-24 12:45:23 +01:00
|
|
|
0.3.0 - 2019-02-24
|
2018-07-16 01:52:50 +02:00
|
|
|
~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
* Added support for non-default crypto backends
|
2018-11-29 23:14:04 +01:00
|
|
|
* Loosened restriction on Cryptography version in requirements.txt and bumped version to 2.5
|
|
|
|
|
* Moved away from custom x448 implementation in favor of OpenSSL implementation (for default backend)
|
2018-07-16 01:52:50 +02:00
|
|
|
|
2018-03-21 12:25:13 +01:00
|
|
|
.. _v0-2-2:
|
|
|
|
|
|
|
|
|
|
0.2.2 - 2018-03-21
|
|
|
|
|
~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
* Loosened restrictions on Python and Cryptography in setup.py - contributed by @warner
|
|
|
|
|
* Cryptography version required bumped to 2.1.4
|
|
|
|
|
|
2017-11-04 02:15:16 +01:00
|
|
|
|
|
|
|
|
.. _v0-2-1:
|
|
|
|
|
|
|
|
|
|
0.2.1 - 2017-11-04
|
|
|
|
|
~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
* Cryptography updated to 2.1.3 due to OpenSSL vulnerability fix
|
|
|
|
|
|
|
|
|
|
|
2017-10-11 18:58:07 +02:00
|
|
|
.. _v0-2-0:
|
|
|
|
|
|
2017-11-01 11:17:07 +01:00
|
|
|
0.2.0 - 2017-11-01
|
|
|
|
|
~~~~~~~~~~~~~~~~~~
|
2017-10-11 18:58:07 +02:00
|
|
|
|
2017-10-14 17:46:56 +02:00
|
|
|
* Compatible with revision 33 (doesn't break compatibility with revision 32).
|
2017-11-01 11:17:07 +01:00
|
|
|
* Cryptography requirement updated to the newest version (2.1.2) - **Python 3.5** is supported again.
|
|
|
|
|
* Adding sphinx documentation for Read the Docs publication and README update
|
|
|
|
|
* Renamed NoiseBuilder to NoiseConnection
|
2017-10-11 19:00:35 +02:00
|
|
|
* Minor fixes for better performance.
|
2017-10-11 18:58:07 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
.. _v0-1-0:
|
|
|
|
|
|
|
|
|
|
0.1.1 - 2017-09-12
|
|
|
|
|
~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
2019-02-24 12:45:23 +01:00
|
|
|
Initial release.
|