v2.0.0-alpha.1 #2006
gdamore
announced in
Announcements
v2.0.0-alpha.1
#2006
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
This is the first "alpha" release of 2.0.0. Note that this is very much a work in progress, and stability is not guaranteed.
There will be more breaking changes coming. But to help with early adoption and testing, this is posted.
Reminder: If you want stability or need to use in production, please consider the "stable" branch instead.
The main changes here involve these major areas:
This version is NOT compatible with NNG 1.x at an API level -- there are breaking changes so please see the migration guide https://github.com/nanomsg/nng/blob/main/docs/ref/migrate/nng1.md.
Known Issues
nng_fini
to quickly after setting things up, websocket/http may crash with use after free. The workaround right now is to wait a few dozen msec before callingnng_fini
(or don't call it at all for a regular application!). This will be fixed by better use of reference counting in the near future.What's Changed
const
for nng_stat when possible. by @gdamore in Useconst
for nng_stat when possible. #1895New Contributors
Full Changelog: v1.9.0...v2.0.0-alpha.1
This discussion was created from the release v2.0.0-alpha.1.
Beta Was this translation helpful? Give feedback.
All reactions