There is a newer version of the record available.

Published May 29, 2023 | Version v0.9.0
Software Open

shikokuchuo/nanonext: CRAN release 0.9.0

  • 1. Hibiki AI

Description

nanonext 0.9.0

The package is now compatible (again) with currently released 'libnng' versions. It will attempt to use system 'libnng' versions >= 1.5 where detected, and only compile the bundled library where necessary.

New Features

  • Implements tls_config() to create re-usable TLS configurations from certificate / key files (or provided directly as text).

Updates

  • 'pem' argument of ncurl(), ncurl_session() and stream() retired in favour of 'tls' which takes a TLS Configuration object created by tls_config() rather than a PEM certificate directly.
  • Removes nanonext_version() in favour of the existing nng_version(), along with utils::packageVersion() if required, for greater flexibility.
  • Removes ... argument for context() - retained for compatibility with the 'verify' argument, which was removed in the previous release.
  • Package widens compatibility to support system 'libnng' versions >= 1.5.0.
  • Bundled 'libnng' source rolled back to v1.6.0 pre-release (8e1836f) for stability.

Files

shikokuchuo/nanonext-v0.9.0.zip

Files (1.2 MB)

Name Size Download all
md5:3bb706c6d41dcaaa94db2d5db15a6e91
1.2 MB Preview Download

Additional details

Related works