goriak v3.0.0 Release Notes

Release Date: 2017-01-27 // about 7 years ago
  • 💥 Breaking changes

    • 🏗 The API builder now returns a pointer to the builder object, instead of the whole object. (Command -> *Command.
    • 🏗 The query builder has been split into multiple different types. Generally the API is still the same, but the order of which the builder methods are available is more strict. The most specific command such as GetRaw, Set, and KeysInIndex must go directly after Bucket().
    • 🚚 Sets without any value will no longer be saved (and the empty placeholder value has been removed). This means that empty Sets no longer can be saved, and that Riak will return NotFound if you try to get the object afterwards. Empty values are still not returned from Values() or Strings(), which means that your code will not break if you had values in the Set from an earlier version of goriak.