Releases: aerospike/php-client
v1.1.0
[1.1.0] - 2024-06-04
-
Download package
-
New Features:
- [CLIENT-2834] Added support for readTouchTTlPercent to support Aerospike 7.1
- [CLIENT-2969] Added support for LongValue in KVS service
- [CLIENT-2989] Added support version check between connection manager and php client
-
Improvements:
- [CLIENT-2990] Added support for big records
-
Fixes:
- [CLIENT-2991] Fix deb and rpm post install script.
v1.0.2
-
Download package
-
New Features:
- [CLIENT-2844] Added support for environment variables and file for the client configuration.
- [CLIENT-2846] Added support for building from deb and rpm packages.
-
Fixes:
- [CLIENT-2906] Cleaned up the build for Aerospike PHP client and Aerospike connection manager.
v1.0.1
v1.0.0
General Availability (GA) release for Aerospike PHP8 Client.
-
New Features:
- Added support for Scan and Query.
- Added support for UDF.
- Added support for CDT.
- Added support for authentication and security.
- Added AerospikeExcetpions.
- Added benchmarks.
-
Improvements:
- Added more unit tests.
- Cleaned up the build for Aerospike connection manager.
v0.5.0-beta
The PHP client comprises of two essential components. Firstly, we have a robust PHP client written in Rust and a connection manager written in Go, serving as a shared resource among PHP processes. The connection manager daemon efficiently handles all requests and responses between the PHP processes and the Aerospike server.
This is beta release
v0.4.0-alpha
-
Improvements:
- Authentication performance issue has been fixed.
- Fixed unit tests
v0.3.0-alpha
-
Improvements:
- Authentication issue has been fixed.
- Support aerospike server 6.3.
- Fixed build failure for ARM platform.
v0.2.0
-
New Features:
- Introduce dedicated namespace "Aerospike".
- Added support for all PHP versions above 8.
-
Improvements:
- Added phpunit tests
- Minor code cleanups and security improvements
-
Update:
- Updated
client.exists
api to takeReadPolicy
as an argument instead ofWritePolicy
. - Added improvements use HLL and GeoJSON Values.
- Updated
pre-alpha release
This project is pre-alpha, and should not be used in production. If you're an enterprise customer feel free to reach out to our support with feedback and feature requests. We appreciate feedback from the Aerospike community on issues related to the new PHP client.