Releases: uber/dosa-idl
Releases · uber/dosa-idl
Add rate-limit error
DOSA-idl v3.3.1
Run thriftrw (#39)
DOSA 3.3
update copyright info
v3.2.3 build based on latest codebase (#36)
add defunct in IndexDefinition to support building flexible indexes
v3.2.2 update copyright to 2019 (#35)
fix path issue. use uber/dosa-idl but not uber-go/dosa-idl
the latest release using uber-go/dosa-idl which leads in failed update in glide. It's a terrible bug need to fix ASAP.
add columns in IndexDefinition to support building flexible indexes
modifying DOSAv2 secondary indices to support a new Columns parameter, allowing schemas to more efficiently use secondary indices. By indexing fewer columns, both read and write performance improve.
Add support for client side timestamps in DML requests
Optional client side timestamps have been added to data modifying requests to ensure correct order of operations in load balanced environments should the client desire.