You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a little confused, It looks like the tagged v0.12.0 version doesn't include the qos1/2 change? There are missing variables in the v0.12 that are present on master, and lots of other changes.
The text was updated successfully, but these errors were encountered:
Warning breaking change - Release 0.12 contains a breaking change; see the release notes.
Following the release of v0.12, major changes have been introduced to the library (#25). Due to the extent of these changes, it's likely that some users will encounter breaking changes and bugs may have been introduced (managing the session state is quite complex!). Please assist us in testing @master; the change should enable more people to migrate from the v3 client and gets us a lot closer to V1.0! (see notes at the end of this readme).
The changes are only in @master at the moment; generally a large change like this will be in @master for a month before a release is considered (we want plenty of time for testing prior to it being pushed to users by default). Note that I am running @master in production at a number of sites (replacing the V3 client) and have not seen any issues yet.
Describe the bug
https://github.com/eclipse/paho.golang/blob/v0.12.0/autopaho/auto.go vs https://github.com/eclipse/paho.golang/blob/master/autopaho/auto.go
I'm a little confused, It looks like the tagged v0.12.0 version doesn't include the qos1/2 change? There are missing variables in the v0.12 that are present on master, and lots of other changes.
The text was updated successfully, but these errors were encountered: