8000
Skip to content

Releases: nanomsg/nng

Version 2.0.0 Beta 1 Pre-Release

Pre-release

Choose a tag to compare

@gdamore gdamore released this 22 Aug 21:10
Immutable release. Only release title and notes can be modified.

What's Changed

New Contributors

Full Changelog: v2.0.0-alpha.7...v2.0.0-beta.1

Version 1.12.2 Bug Fix (Nits)

Choose a tag to compare

@gdamore gdamore released this 22 Aug 21:01
Immutable release. Only release title and notes can be modified.
19aa0f8

The version 1.12.1 release was accidentally tagged earlier in the tree so it didn't include the update to the header to reference the version correctly and it lacked some minor nits. (The v1.12.1 release did include the important security fix it claimed to.)

Version 1.12.1 Bug Fix Release

Choose a tag to compare

@gdamore gdamore released this 22 Aug 19:58
Immutable release. Only release title and notes can be modified.
6020121

This mainly introduces a security fix for folks using the HTTP server to serve file or directory content. That fix was backported from the main development branch.

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

0