We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 832c5c2 commit 7d775afCopy full SHA for 7d775af
autobahn/_version.py
@@ -24,6 +24,6 @@
24
#
25
###############################################################################
26
27
-__version__ = '22.7.1.dev1'
+__version__ = '22.7.1'
28
29
__build__ = '00000000-0000000'
docs/changelog.rst
@@ -8,6 +8,9 @@ Changelog
8
22.7.1
9
------
10
11
+* fix: Fix a few typos in docs (#1587)
12
+* fix: remove log noise from autobahn.websocket.protocol (#1588)
13
+* new: add more helpers to EthereumKey and CryptosignKey (#1583)
14
* new: EIP712 certificate chains, incl. use for WAMP-Cryptosign
15
* fix: improve message logging at trace log level
16
* fix: forward correct TLS channel ID once the TLS handshake is complete
0 commit comments