Skip to content

v1.2.8

Compare
Choose a tag to compare
@kelindar kelindar released this 13 May 15:44
· 34 commits to master since this release
d7001c3

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.