Skip to content

Releases: aerospike/php-client

v1.0.1

16 Apr 18:19
eb72148
Compare
Choose a tag to compare
  • Fixes
    • [CLIENT-2871] Set durable_delete to false by default

v1.0.0

29 Mar 01:04
53eb030
Compare
Choose a tag to compare

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

21 Feb 23:45
Compare
Choose a tag to compare

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

05 Dec 02:26
Compare
Choose a tag to compare
v0.4.0-alpha Pre-release
Pre-release
  • Improvements:

    • Authentication performance issue has been fixed.
    • Fixed unit tests

v0.3.0-alpha

16 Nov 19:15
5a2f992
Compare
Choose a tag to compare
v0.3.0-alpha Pre-release
Pre-release
  • Improvements:

    • Authentication issue has been fixed.
    • Support aerospike server 6.3.
    • Fixed build failure for ARM platform.

v0.2.0

25 Oct 18:23
a4c3dd6
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • 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 take ReadPolicy as an argument instead of WritePolicy.
    • Added improvements use HLL and GeoJSON Values.

pre-alpha release

15 Sep 18:31
a7a99dd
Compare
Choose a tag to compare
pre-alpha release Pre-release
Pre-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.