Aerospike Server Community Edition 4.5.0.13
Description
- The CentOS 7 RPM packages are built with OpenSSL 1.0.2, which is the current shipping package version. If you are running on an older version of CentOS 7 which uses OpenSSL 1.0.1, the installation will not succeed due to a dependency mismatch. Please resolve by either updating CentOS patches (security or whole release) to a point where OpenSSL 1.0.2 is used, or install OpenSSL 1.0.2 using "yum update openssl".
- A serious flaw has been discovered for HTTP v2 in the library used by change notification.
http-version
MUST be set tov1
to prevent xdr and change notification from being blocked. - When upgrading the Aerospike Server refer to the Special Upgrades documentation.
New Features
Improvements
- Enterprise & Community
- [AER-6073] - (KVS) Validate the set name (if sent) in read and delete messages.
Bug Fixes
- Enterprise & Community
- [AER-6077] - (BATCH) For
storage-engine memory
namespaces, batch transactions unnecessarily return an error if record size exceeds 10MB.
- [AER-6077] - (BATCH) For
- Enterprise Only
- [AER-6072] - (XDR) Crash using multi-handles in curl library when using change notification.
- [AER-6075] - (XDR) Dynamically setting xdr context configuration items when configuration file has no xdr context causes crash.