Releases: aerospike-community/skyhook
Releases · aerospike-community/skyhook
0.11.0
Features
- Utilize the KEEPTTL flag in the SET command #60
- Write non-UTF8 strings as byte array #75
- Extend support for ClientPolicy configuration properties
Updates
- Upgrade Aerospike Java client to
5.1.11
- Upgrade Gradle Wrapper to
7.3
- Update dependencies
Improvements
- Improve documentation
- Add sample configuration properties to
skyhook.yml
0.10.0
Features
- Support binding on Unix socket
- Add support for the KEYS, GETDEL, SRANDMEMBER, HRANDFIELD, SMISMEMBER, GETEX commands
- Add GitHub workflow to build and publish the Docker image
- Add GitHub Pages documentation site
- Add Gradle tasks for constructing RPM and DEB package files
- Upgrade Aerospike Java client to
5.1.7
Improvements
- Improve test coverage
Fixes
- Return 0 if the key does not exist on SISMEMBER and HEXISTS
- Fix the pattern format for the KEYS and SCAN MATCH commands
0.9.0
Features
- Implement Redis transaction isolation
- Add support for the SET command options (#16)
- Upgrade Aerospike Java client to
5.1.3
- Upgrade Netty to
4.1.65.Final
Improvements
- Document scaling out the service
- Dockerize the service
- Improve test coverage
Fixes
0.8.0
0.7.0
Features
- Implement the SCAN, HSCAN, SSCAN, ZSCAN commands
- Implement the TYPE command
- Implement the LOLWUT command
Improvements
- Improve test coverage
Fixes
- Fix the MSET command return value
- Make the HSET command variadic to allow multiple field/value pairs
- Use String values for Aerospike keys