Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aerospike

Package Overview
Dependencies
Maintainers
4
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aerospike - npm Package Versions

1
14

3.16.6

Diff

Changelog

Source

[3.16.6] - 2021-07-13

  • Bug Fixes

    • Client doesn't start with "minConnsPerNode" option #419
  • Updates

    • Update C client library to v4.6.23.
    • Drop support for Ubuntu 16.04.
jhecking
published 3.16.5 •

Changelog

Source

[3.16.5] - 2021-04-14

  • Bug Fixes

    • CLIENT-1498: Support infoTimeout on QueryPolicy. The timeout is used when failOnClusterChange is true and an info validation command is sent before/after the query. #412
  • Updates

    • Update C client library to v4.6.21.
jhecking
published 3.16.4 •

Changelog

Source

[3.16.4] - 2021-02-21

  • Bug Fixes
    • CLIENT-1453: Client release v3.16.3 fails to install on Amazon Linux #403
jhecking
published 3.16.3 •

Changelog

Source

[3.16.3] - 2021-02-09

  • Bug Fixes

    • CLIENT-1441: Support boolean values in Map/List bins. #401
  • Updates

jhecking
published 3.16.2 •

Changelog

Source

[3.16.2] - 2020-12-04

  • New Features

    • Support setting tlsname using Host obj. #382
  • Bug Fixes

    • Reverses the breaking change introduced in v3.16.0 of not supporting percent-based scan sampling for server versions 4.9 or later. However, note that scan percent and max_records are mutually exclusive; the client will return an error if both values are set on a scan policy.
    • Query with "failOnClusterChange" causes timeout when using command queue. #389
  • Updates

    • Remove support for ApplyPolicy#gen, which is not supported by the server. #390
    • Update C client library to v4.6.19
    • Clarify docs for HLL ALLOW_FOLD policy #386
    • Fix minhash bits range in docs (4-51, not 4-58). #385
    • Fix spelling of capacity in Command Queue docs. #376 Thanks to @icflournoy!
    • Refactor: Set TTL as part of the touch operation #391
    • Add support for Ubuntu 20.04.
    • Drop support for Ubuntu 14.04.
jhecking
published 3.16.1 •

Changelog

Source

[3.16.1] - 2020-06-30

  • Bug Fixes
    • Fix memory leaks when running secondary index (SI) queries with string filter predicates. #370
jhecking
published 3.16.0 •

Changelog

Source

[3.16.0] - 2020-05-18

  • New Features

    • Add max records option for sampling with basic scans. Requires server version 4.9 or later. #359
    • Add support for HyperLogLog data type and operations. Requires server version 4.9 or later. #361
    • Add minConnsPerNode and maxSocketIdle client config. #366
  • Updates

    • BREAKING: The client no longer supports the percent-based scan sampling for server versions 4.9 or later. Use the new max records scan policy option instead. See API Changes for details.
    • Update C client library to v4.6.16.
    • Update dependencies with potential vulnerabilities by running npm audit fix. #367
jhecking
published 3.15.0 •

Changelog

Source

[3.15.0] - 2020-03-24

  • New Features

    • Support for BigInt as record key and bin value. #348
  • Updates

    • Update C client library to v4.6.13.
jhecking
published 3.14.1 •

Changelog

Source

[3.14.1] - 2020-01-15

  • Bug Fixes

    • Regression: Protocol error on authenticated connections. [CLIENT-1169]
  • Updates

    • Update C client library to v4.6.12.
jhecking
published 3.14.0 •

Changelog

Source

[3.14.0] - 2020-01-08

  • New Features

    • Add new delete record operation. Requires server version 4.7 or later (4.7.0.8+ or 4.8.0.3+ recommended). #322
    • Support compressed commands and responses. Requires Aerospike Enterprise Server version 4.8 or later. #335
    • Add per-node opened/closed connection stats. #336
    • Support write operations on background scans & queries. Requires server version 4.7 or later. #338
    • Support new records-per-second limit for scans, replacing scan priority. Requires server version 4.7 or later. #339
    • Add predicate filter support for batch, read, write, delete, and record UDF transactions. Requires server version 4.7 or later. #340
  • Updates

    • Add support for RHEL/CentOS 8.
    • Update C client library to v4.6.10.
    • Minor API document updates. #342
    • Update several dev dependencies to latest version.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc