Skip to content

Releases: talariadb/talaria

v1.6.1

01 Aug 18:33
2a864b1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.0...v1.6.1

v1.6.0

07 Jun 16:27
d40b2a4
Compare
Choose a tag to compare

What's Changed

  • Refactor Sink Writer to accept blocks inplace of bytes by @tardunge in #86

Full Changelog: v1.5.1...v1.6.0

v1.5.1

07 Jun 16:25
c6fb73c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.6.0

v1.5.0

06 May 13:20
edc2d8e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

13 Dec 15:18
829bfed
Compare
Choose a tag to compare

Changelog

  • Added support for managed identities on Azure and improved monitoring #85

v1.3.1

17 Sep 07:32
b5523c5
Compare
Choose a tag to compare

This release fixes the protobuf errors that occur with the new gRPC.

Changelog

  • Gogo protobuf is incompatible with grpc-go API/v2.
  • Replaced proto-gen-gogo-slick with proto-gen-go-grpc and
    proto-gen-go-vtproto plugins.
  • Modified python code generation script.

v1.3.0

02 Jul 11:16
3d0ee16
Compare
Choose a tag to compare

This release upgrades to badger/v3 which has a lot of memory-related changes under the hood. See https://github.com/dgraph-io/badger/blob/master/CHANGELOG.md

Changelog

  • (Breaking) Rebasing on badger/v3 which makes data incompatible #78

v1.2.9

16 Jun 07:55
edc94bc
Compare
Choose a tag to compare

This releases introduces fixes of parquet ingestion and expands the number of keys that can be added as partition keys.

Changelog

  • Expand the range of data types that can be used for hashBy column #75
  • Fix parquet ingestion for missing columns #77

v1.2.8

13 May 15:44
d7001c3
Compare
Choose a tag to compare

This release includes azure weighted storage when using multi-account (#70) and parquet encoder (egress) #67

Changelog

  • Added support for writing to Azure with weighted choice
  • Added support for parquet encoding when writing data out of Talaria during compaction
  • Added an entry point to allow loading env variable and potentially and generic init procedure within the container. I believe this is useful because if you are using something like Vault to store your secrets, the secrets are mounted as files within the container. With this entry point it will be able to load those secrets.
  • Updated Docker build pattern, I noticed there was the attempt to have a "build" pattern however it was commented out. I believe having the Dockerfile in this way is better because people can test easily locally to see if the image builds correctly.

v1.2.7

22 Apr 15:26
b84ed6d
Compare
Choose a tag to compare

This release contains major throughput improvements to Azure writer and Talaria now writes to all sinks in parallel. See #66 for more details. Special thanks to @qiaowei-g and @ocassetti for this PR.

Changelog

  • Add Azure Multi Storage Account Writer, use Azure AD credential for authentication.
  • Change multi.writer to call writers in parallel.
  • Add Datadog metric for writer latency and error stats.