## Jan 26 2014 (1.0.0) Major release. With this release, Ruby client graduates to version 1. * **Breaking Changes**: * All `policy` initialize signatures have changed. Using policies was not documented, so it shouldn't affect most code. It will however, break any code initializing policies. * Removed `Record.dups` and `GenerationPolicy::DUPLICATE` * **New Features**: * Added Security Features: Please consult [Security Docs](https://www.aerospike.com/docs/guide/security.html) on Aerospike website. * `ClientPolicy.User`, `ClientPolicy.Password` * `Client.CreateUser()`, `Client.DropUser()`, `Client.ChangePassword()` * `Client.GrantRoles()`, `Client.RevokeRoles()`, `Client.ReplaceRoles()` * `Client.QueryUser()`, `Client.QueryUsers` * **Fixes**: * fixed size returned from `BytesValue.write` ## Dec 28 2014 (0.1.6) Minor features added, minor fixes and improvements. * **New Features**: * Added `Policy.consistency_level` * Added `WritePolicy.commit_level` * **Fixes** * Fixed setting timeout on connection * Fixed exception handling typo for Connection#write ## Dec 8 2014 (0.1.5) Major features added, minor fixes and improvements. * **New Features**: * Added `Client.scan_node`, `Client.scan_all` * Added `Client.query` * **Fixes** * Fixed getting back results only for specified bin names. ## Oct 27 2014 (0.1.3) Minor fix. * **Changes**: * Fixed LDT bin and module name packing. ## Oct 25 2014 (0.1.2) Minor fix. * **Changes**: * Fixed String unpacking for single byte strings. ## Oct 25 2014 (0.1.1) Minor fixes. * **Changes**: * Fixed String packing header in Hash and Array. * #find on LDTs returns `nil` instad of raising an exception if the item is not found. ## Oct 14 2014 (0.1.0) * Initial Release.