Releases: uber-go/dosa
Releases · uber-go/dosa
DOSA v3.4.20
Add String() methods to entity types (#432) * Add String() methods to entity types * update CHANGELOG
DOSA v3.4.19
Version 3.4.19 (#431)
DOSA v3.4.18
Bug fix in thrift decode.
Column ordering in schema operations
v3.4.17 Make thrift decode of EntityDefinition respect column ordering. (#425)
DOSA v3.4.16
The major change is to send the column order in entity definitions.
DOSA v3.4.15
Updated the Cassandra reserved-word list. (The previous list included non-reserved keywords.)
DOSA v3.4.14
Fix for ETL tag parsing: update the Cassandra reserved words list.
DOSA v3.4.13
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
Improvements to CLI error messages.
DOSA v3.4.11
Minor bug fixes and cleanup.