Skip to content

Commit

Permalink
nanonext 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Jan 27, 2025
1 parent 5e3985c commit 92da3ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: nanonext
Type: Package
Title: NNG (Nanomsg Next Gen) Lightweight Messaging Library
Version: 1.4.0.9004
Version: 1.5.0
Description: R binding for NNG (Nanomsg Next Gen), a successor to ZeroMQ. NNG is
a socket library for reliable, high-performance messaging over in-process,
IPC, TCP, WebSocket and secure TLS transports. Implements 'Scalability
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# nanonext 1.4.0.9004 (development)
# nanonext 1.5.0

#### Library Updates

Expand All @@ -10,7 +10,7 @@
* `nano()` updated with the 'poly' protocol, with 'pipe' argument enabled for the send methods.
* `write_cert()` no longer displays a status message when interactive (thanks @wlandau, #74).
* Removes partial matching when using `$`, `[[` or `[` on an object inheriting from class 'nano'.
* Fixes a rare hang on socket close that was possible on Windows platforms (#76).
* Fixes a rare hang on socket close that was possible on Windows platforms for IPC connections (#76).

# nanonext 1.4.0

Expand Down

0 comments on commit 92da3ca

Please sign in to comment.