Skip to content

Releases: uber-go/dosa

Null support

23 Aug 01:12
Compare
Choose a tag to compare
Null support Pre-release
Pre-release

Major features:
#209 - Pointer support to allow for NULL data values

Minor features:
#201 - Added WalkRange, a convenience function to walk through a Range set
#180 - Beta version of Cassandra connector to allow direct connections to a cluster, bypassing dosa-gateway

Secondary Indicies and RemoveRange Final

07 Aug 23:46
Compare
Choose a tag to compare

This release finalizes the Secondary Index and RemoveRange features from the v2.2.0-rc1 release. RemoveRange has a slight different API.

Main Features:

  • #192 Secondary Indexes
  • #190 Remove Range

Minor Enhancements:

  • #198 Fix bug where embeded secondary indexes are not found
  • #199 Ensure Registered Entities have index information attached
  • #205 Enhanced, clearer RemoveRange API
  • #206 Secondary Index Support for Avro Schema Dumps
  • #208 Secondary Index Support for CQL Schema Dumps

Secondary Indicies and RemoveRange

18 Jul 22:18
Compare
Choose a tag to compare
Pre-release

This release contains two big new feature additions: Secondary Indicies and RemoveRange. Secondary Inidices are in Beta and should be used with caution. Once we're confident they're fully working, we'll release v2.2.0 proper.

Other Small Fixes:

  • In Memory Connector properly issues continuation tokens
  • Cleanup of our glide.yaml file
  • An improved function for creating and initializing the Dosa client

Memory connector fixes

07 Jun 19:50
Compare
Choose a tag to compare

This release fixes a bug in the memory implementation when only one value exists for a range.

Improved testing support

24 May 17:48
Compare
Choose a tag to compare

This release adds two main features:

  • #147 in-memory connector (aka "TestClient"); you can now test your code without having a server
  • #146 added matchers to make mocking Range and Scan easier

Other minor enhancements include:

  • #143 and #145 add support for custom build versions via brew
  • #144 documentation improvements
  • #142 better error reporting for missing or poorly formed UUIDs

v2.0.0

30 May 21:26
Compare
Choose a tag to compare
v2.0.0

v2.0.0-rc1

11 Apr 20:14
Compare
Choose a tag to compare

First release candidate.