Aerospike Rust Client Release 0.3.0 (September 11, 2018)

Aerospike Rust client version 0.3.0 was released on September 11, 2018.

This release contains a new feature, updates, and a number bug fixes:

New Features

  • Use generics to make Client#put API more flexible. #47 #49

Bug Fixes

  • GeoJSON bins are returned as Value::String instead of Value::GeoJSON. #48
  • Fix client panic when reading ordered list/map from server. #51

Updates

  • Minimum required Rust version is now v1.26.
  • Update several package dependencies to latest version.
  • Update to rustfmt-preview and re-apply cargo fmt.