Skip to content

Releases: uber-go/dosa

DOSA v3.4.20

12 Mar 20:02
b44ff93
Compare
Choose a tag to compare
Add String() methods to entity types (#432)

* Add String() methods to entity types

* update CHANGELOG

DOSA v3.4.19

19 Feb 20:33
139c3e1
Compare
Choose a tag to compare
Version 3.4.19 (#431)

DOSA v3.4.18

31 Jan 23:05
f651a93
Compare
Choose a tag to compare

Bug fix in thrift decode.

Column ordering in schema operations

31 Jan 22:08
9318f81
Compare
Choose a tag to compare
v3.4.17

Make thrift decode of EntityDefinition respect column ordering. (#425)

DOSA v3.4.16

31 Jan 19:26
95604d5
Compare
Choose a tag to compare

The major change is to send the column order in entity definitions.

DOSA v3.4.15

07 Jan 21:53
d4d7c89
Compare
Choose a tag to compare

Updated the Cassandra reserved-word list. (The previous list included non-reserved keywords.)

DOSA v3.4.14

19 Dec 01:05
e976d85
Compare
Choose a tag to compare

Fix for ETL tag parsing: update the Cassandra reserved words list.

DOSA v3.4.13

17 Dec 21:06
38744dd
Compare
Choose a tag to compare

Name-related fixes: do not allow Cassandra reserved words, and removed the name length limits (the server is the only one who knows the true limit).

DOSA v3.4.12

06 Dec 20:40
3183aad
Compare
Choose a tag to compare

Improvements to CLI error messages.

DOSA v3.4.11

01 Nov 21:15
ad99f31
Compare
Choose a tag to compare

Minor bug fixes and cleanup.