Skip to content

Releases: uber-go/dosa

DOSA v3.4.10

14 Oct 20:21
dd03803
Compare
Choose a tag to compare

Minor fixes to error messages printed by the CLI.

DOSA v3.4.9

04 Oct 22:00
7a65838
Compare
Choose a tag to compare

Minor bug-fixes required for the Gateway.

Fix bug in CheckSchema's schema compatibility checks

29 Jul 21:05
d94bc73
Compare
Choose a tag to compare
  • Add transport parameter to yarpc connector and cli
  • CheckSchema needs to compare schemas carefully, and not just use reflect.DeepEqual

Routing bug-fixes

22 Jul 23:11
b297b71
Compare
Choose a tag to compare

Several bug-fixes for routing.

use append but not copy to clone

11 Jun 20:14
5ca7f3e
Compare
Choose a tag to compare

use append but not copy to clone

update CHANGELOG and version.VERSION

10 Jun 21:26
dcf187b
Compare
Choose a tag to compare
update version.VERSION and CHANGELOG (#384)

* update version.VERSION and CHANGELOG

* add timestamp in CHANGELOG

* add next version number in CHANGELOG

* add "nothing changed yet"

Rename CLI command "schema check" to "schema upsertable"

10 Jun 17:16
Compare
Choose a tag to compare
  1. Rename CLI command "schema check" to "schema upsertable"
  2. fix the bug, index columns zero value is []string(nil) but not []string{}
  3. Update the copyright messages to 2019

flexible secondary index dev version

03 Jun 21:19
df9d550
Compare
Choose a tag to compare

release for flexible secondary index feature development in dosa-gateway. Users are not supposed to try this feature before v3.5

Updated internal version number version.VERSION

26 Mar 19:54
18f7766
Compare
Choose a tag to compare
v3.4.2

Update version.VERSION (#373)

Remove use of satori/go.uuid

07 Nov 23:16
d9713cf
Compare
Choose a tag to compare

There was one use of satori that was not removed in the purge.