Yakifo/amqtt

Support websockets 10.0

mweinelt opened this issue · 3 comments

The websockets library released version 10.0 a month ago. As a distro we would like to keep up with the latest packages and amqtt seems to pin websockets<10. Is there any reason for this or can the pin be relaxed? Thanks for your time!

https://github.com/aaugustin/websockets/releases/tag/10.0

The pinning is older than the release of the library. So there is no particular reason against websockets 10.x.

The update from 8 -> 9 did break amqtt. To avoid such break for our users we pin all our dependencies to minor version updates only. We currently do not test against websockets 10.*

Started addressing that in #80