This repository has been archived by the owner on Apr 5, 2022. It is now read-only.
Releases: bumptech/nitro
Releases · bumptech/nitro
Nitro v0.2.2
Nitro v0.2.1
Nitro v0.2.0
What's New
- Socket diagnostics
- DNS resolution
- Switched from nacl to libsodium
- High-water mark support
- Configurable TCP Keep-Alive
- Frame data clearable for "lightweight" reply frames
- FreeBSD support
- C99 support
Bugfixes
- Fixed HWM bug (not firing queue pthread_cond_t appropriately) SHA: fed58dd
- Fixed EMFILE support in a few places SHA: aafae76 , SHA: dba80fd
- No block on direct-send operations SHA: e656e34
- EAGAIN on eventfd read() handled SHA: 08bf1fd
- Fix nitro_set_error to return < 0 SHA: 52fcd97
- eventfd in EFD_SEMAPHORE mode is wrong SHA: 309b7d9
Nitro v0.1.1
What's New
- No longer requires gcc 4.7
- C99 instead of C11
- Builds on Mac OS X
Bugfixes
- An uninitialized condition variable caused crashes on Mac OS X and FreeBSD (undefined behavior)
Nitro v0.1.0
Initial public release!