Skip to content

Releases: uber/dosa-idl

Add rate-limit error

05 May 20:24
f46cdff
Compare
Choose a tag to compare
Error for exceeding the rate limit (#40)

* Add error for rate-based throttling

* Generated files

* all endpoints should be able return 429

DOSA-idl v3.3.1

31 Jan 01:43
8c99883
Compare
Choose a tag to compare
Run thriftrw (#39)

DOSA 3.3

17 Jan 20:27
1468442
Compare
Choose a tag to compare

Adds a new optional field for EntityDefinition that defines the order of the columns in the table.

update copyright info

24 Jun 19:14
61de965
Compare
Choose a tag to compare
v3.2.3

build based on latest codebase (#36)

add defunct in IndexDefinition to support building flexible indexes

21 Jun 18:17
25b8c1a
Compare
Choose a tag to compare

fix path issue. use uber/dosa-idl but not uber-go/dosa-idl

21 May 21:53
097e20c
Compare
Choose a tag to compare

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

21 May 21:10
a8fee95
Compare
Choose a tag to compare

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

06 Aug 05:14
ac79c59
Compare
Choose a tag to compare

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.

DOSA 3.0

15 May 21:30
8a75cc9
Compare
Choose a tag to compare

The only change from 2.0 is that Scope commands now take additional arguments.

DOSA 2.0

15 May 19:13
d2e1771
Compare
Choose a tag to compare

Tagging v2.0 in preparation for v3.0.