Release 0.11.0-beta1 #137
Replies: 3 comments 1 reply
-
@FlorianLudwig Is there any diff between 0.11.0 vs 0.11.0-beta1 when just using client? I mean no broker but just client to publish and subscribe to topics? |
Beta Was this translation helpful? Give feedback.
-
@FlorianLudwig Looks good. Again sorry for the confusion, I meant to ask difference between 0.10.1 and 0.11.0-beta1 for clients. |
Beta Was this translation helpful? Give feedback.
-
I gave it a try today… under Python 3.10 it seems to work okay, but under 3.11, WebSockets transport is broken. I then disappeared down a rabbit hole trying to get it working, decided to shelve it for now. https://github.com/sjlongland/amqtt/tree/feature/py311-bump-dependencies is my branch…
I'll do some more testing under Python 3.10 for now and re-visit Python 3.11 in a few weeks. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
the first release for
0.11.0
just dropped.It's marked as beta as it needs some more testing.
If you are using anything more modern than python 3.7 - which I hope you do :) - you should definitely try it, as there is a major issue when running the broker on python 3.8 and newer!
Beta Was this translation helpful? Give feedback.
All reactions