Skip to content

Releases: aerospike-community/skyhook

0.11.0

28 Dec 07:35
78a1924
Compare
Choose a tag to compare

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

14 Sep 12:40
Compare
Choose a tag to compare

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

17 Jun 06:48
1f4cd49
Compare
Choose a tag to compare

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

  • Fix the Scan command MATCH option
  • Fix expiration commands behavior (#15)
  • Fix compatibility of the INCR, INCRBY, INCRBYFLOAT, GET commands (#14)
  • Fix typo in configuration property

0.8.0

05 May 07:30
0f7f012
Compare
Choose a tag to compare

Features

  • Support the Redis AUTH command
  • Support Redis Transactions
  • Update the Aerospike Java client version

Improvements

  • Improve documentation

0.7.0

02 May 06:39
3f3aa7d
Compare
Choose a tag to compare

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

0.6.0

27 Apr 15:39
0a72e9a
Compare
Choose a tag to compare

Features

  • Add support for Redis Sorted Set commands

0.5.0

20 Apr 08:08
Compare
Choose a tag to compare

Initial public beta release