Skip to content

Releases: uber-go/dosa

DOSA 3.4.0

26 Oct 21:55
9b89feb
Compare
Choose a tag to compare

This version adds auth headers to all requests.

DOSA v3.3.0

05 Oct 04:21
7e06ff1
Compare
Choose a tag to compare
  • Switch to gofrs/uuid (#361)
  • Cleanup EnsureValidRangeConditions (#364)
  • Add Java client cli support (#363)
  • Add String() to cli output (#366)

Support millisecond timestamp query for CLI

31 Aug 22:14
9a17a16
Compare
Choose a tag to compare
  • Support RFC3339Nano and unix epoch time in millisecond for CLI timestamp query (#360)

DOSA v3.2.0

17 Aug 18:34
615f193
Compare
Choose a tag to compare

Adds readonly access to scope metadata.

Fix a memory connector bug and Improve CLI results formatting

25 Jul 23:42
e05614b
Compare
Choose a tag to compare
  • Add keyPrefix to the config of redis connector (#344)
  • Fixed memory connector upsert bug (#350)
  • Print CLI results in tabulated format (#351)

Add query (read/range) support to CLI

13 Jul 22:08
aef8351
Compare
Choose a tag to compare
  • Add functionality to not invalidate cache when upsert (#341)
  • Add query (read/range) support to CLI (#342)
  • Fix CLI help message (#346)
  • CLI help messages should all start with an uppercase character (#347)

DOSA 3.0.1, with fixed CLI version

07 Jun 21:08
775a865
Compare
Choose a tag to compare
v3.0.1

Update README and version (#340)

DOSA 3.0

07 Jun 00:07
Compare
Choose a tag to compare

This is mostly a cleanup; release: the API has been cleaned up, especially client creation and startup.

There was an unmerged PR....

04 Jun 21:19
Compare
Choose a tag to compare
Pre-release
Change to EntityInfo to EntityDefinition (#338)

* change from EntityInfo to EntityDefinition

* modify change log

Third release candidate for DOSA 3.0

04 Jun 19:34
9175a32
Compare
Choose a tag to compare
Pre-release

Some more cleanup from Kurtis.