Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Crossbar 19.1.2 (2019-01-19)
============================

Features
--------

- Add a "version" option to onion endpoints (allowing v2 or v3 onions) (#1474)


Crossbar 19.1.1 (2019-01-12)
============================

Expand Down
2 changes: 1 addition & 1 deletion crossbar/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
#
#####################################################################################

__version__ = u'19.1.1'
__version__ = u'19.1.2'
1 change: 0 additions & 1 deletion crossbar/newsfragments/1474.enhancement

This file was deleted.

4 changes: 2 additions & 2 deletions requirements-pinned.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ constantly==15.1.0
cryptography==2.4.2
h2==3.0.1
hpack==3.0.0
hyperframe==5.1.0
hyperframe==5.2.0
hyperlink==18.0.0
idna==2.5
incremental==17.5.0
Expand Down Expand Up @@ -47,7 +47,7 @@ sortedcontainers==2.1.0
treq==18.6.0
Twisted==18.9.0
txaio==18.8.1
txtorcon==18.3.0
txtorcon==19.0.0
u-msgpack-python==2.5.0
urllib3==1.24.1
watchdog==0.9.0
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ h2==3.0.1 \
hpack==3.0.0 \
--hash=sha256:0edd79eda27a53ba5be2dfabf3b15780928a0dff6eb0c60a3d6767720e970c89 \
--hash=sha256:8eec9c1f4bfae3408a3f30500261f7e6a65912dc138526ea054f9ad98892e9d2
hyperframe==5.1.0 \
--hash=sha256:87567c9eb1540de1e7f48805adf00e87856409342fdebd0cd20cf5d381c38b69 \
--hash=sha256:a25944539db36d6a2e47689e7915dcee562b3f8d10c6cdfa0d53c91ed692fb04
hyperframe==5.2.0 \
--hash=sha256:5187962cb16dcc078f23cb5a4b110098d546c3f41ff2d4038a9896893bbd0b40 \
--hash=sha256:a9f5c17f2cc3c719b917c4f33ed1c61bd1f8dfac4b1bd23b7c80b3400971b41f
hyperlink==18.0.0 \
--hash=sha256:98da4218a56b448c7ec7d2655cb339af1f7d751cf541469bb4fc28c4a4245b34 \
--hash=sha256:f01b4ff744f14bc5d0a22a6b9f1525ab7d6312cb0ff967f59414bbac52f0a306
Expand Down Expand Up @@ -265,9 +265,9 @@ Twisted==18.9.0 \
txaio==18.8.1 \
--hash=sha256:b6b235d432cc58ffe111b43e337db71a5caa5d3eaa88f0eacf60b431c7626ef5 \
--hash=sha256:67e360ac73b12c52058219bb5f8b3ed4105d2636707a36a7cdafb56fe06db7fe
txtorcon==18.3.0 \
--hash=sha256:8edac3b6d9c633b9182b4e5a2ed3ac86953ed44b9ea230aac3e0708c30b73861 \
--hash=sha256:5601956b3a2452526cd1ea31662696a51ddbf8ed6452633ee464fc1ff275f8b0
txtorcon==19.0.0 \
--hash=sha256:196b7b5726e3c69a602071295368da9205c0cd1e26aba37536d3b8fb3b08ac9d \
--hash=sha256:3731b740653e3f551412744f1fcd7fa6f04aa9fa37c90dc6c9152e619886bf3b
u-msgpack-python==2.5.0 \
--hash=sha256:1715234fb5bea0f1c2da368b956f85bd64ad565fcb092ac5e20386452ff0b147 \
--hash=sha256:7ff18ae3721fa75571f9329c08f7c0120416a6ae36194bd8674f65b3b78d0702
Expand Down