Skip to content

Releases: nanomsg/nng

Version 1.12 Bug Fix Release

Choose a tag to compare

@gdamore gdamore released this 28 Jun 01:25
Immutable release. Only release title and notes can be modified.
45f8116

What's Changed

  • chore(doc): extend possible errors from nng_pipe_get with ENOENT by @flxo in #2198
  • Stable fix task abort by @gdamore in #2225
  • fix(stable) http server: add modern MIME types to static content map by @shikokuchuo in #2247
  • fix(stable): sendmsg/readv EINVAL for large iov on macOS and Windows by @shikokuchuo in #2244

Full Changelog: v1.11...v1.12.0

Version 2.0.0 alpha 7 Pre-Release

Pre-release

Choose a tag to compare

@gdamore gdamore released this 31 Jan 06:12
3089394

Noteworthy

  • MbedTLS 4.0 is now supported.
  • OpenSSL 3.5 or newer is now supported.

A number of other fixes were made including compilation bugs, etc. The full list follows.

What's Changed

New Contributors

Full Changelog: v2.0.0-alpha.6...v2.0.0-alpha.7

V2.0.0 Alpha 6 PreRelease

Pre-release

Choose a tag to compare

@gdamore gdamore released this 05 Oct 17:14
d1bd64c

DTLS Fixes

This release fixes the DTLS transport that was utterly broken in the initial delivery.

What's Changed

New Contributors

Full Changelog: v2.0.0-alpha.5...v2.0.0-alpha.6

V2.0.0 Alpha 5 PreRelease

Pre-release

Choose a tag to compare

@gdamore gdamore released this 14 Jul 03:48
72dc573

Features

  • DTLS support - you can now use DTLS to secure your UDP traffic

ChangeLog

New Contributors

Full Changelog: v2.0.0-alpha.4...v2.0.0-alpha.5

Version 1.11 (Bug fixing release)

Choose a tag to compare

@gdamore gdamore released this 02 Jun 14:37
84aa701

This includes a few bug fixes that impacted things for users.

It's unlikely that there will be any new features in the v1 (stable) branch going forward.

What's Changed

Full Changelog: v1.10.1...v1.11

v1.10.2

Choose a tag to compare

@gdamore gdamore released this 02 Jun 14:36
098a64f

The only thing this does is fix the library version number as part of #2109

Version 2.0.0 Alpha 4

Version 2.0.0 Alpha 4 Pre-release
Pre-release

Choose a tag to compare

@gdamore gdamore released this 26 Jan 16:56
dba356d

This is an update for the version 2.0.0 work in progress.

Significant work has been in progress on the HTTP framework, and there are breaking API changes.
The docs have gotten more love.

And thanks to @shikokuchuo we have a fix for the long standing Windows IPC hang!

What's Changed

Full Changelog: v2.0.0-alpha.3...v2.0.0-alpha.4

v1.10.1

Choose a tag to compare

@gdamore gdamore released this 26 Jan 16:52
d98d3ec

What's Changed

This fixes a long standing hang on Windows. Thanks to @shikokuchuo for finding it and the suggested fix!

Full Changelog: v1.10...v1.10.1

2.0.0 Alpha 3 Release

2.0.0 Alpha 3 Release Pre-release
Pre-release

Choose a tag to compare

@gdamore gdamore released this 10 Jan 07:50
73f50e2

This is the 3rd Alpha Release of NNG 2.0, and it represents a lot of change in the HTTP support.

The main thing is that the APIs for HTTP have totally changed, and they should be much easier to use now. There is no easy conversion guidance, although simple server side applications should convert without too much difficulty.

Header files have changed for some things to make them easier as well, and a number of additional allocations have been removed.

Substantial progress on the mdbook conversion is here too.

There's still a lot more to do, but hopefully this builds enthusiasm!

Version 1.10.0 Release

Choose a tag to compare

@gdamore gdamore released this 05 Jan 05:24
82b8912

This release fixes some bugs, and adds some APIs that are available in the development 2.0 release,
in order to facilitate migration to 2.0 (which is not released yet.)

At present we have no concrete plans for future releases on the 1.x stable branch, but will release any critically urgent fixes as needed.

What's Changed

Full Changelog: v1.9.0...v1.10