Skip to content

Releases: heroku/log-shuttle

Cred leak fix

25 Jan 15:48
@cyx cyx
57ec80c
Compare
Choose a tag to compare
Merge pull request #83 from heroku/cd-log-shuttle-credential-no-leak

credential leak remediation

v0.16.0

07 Jul 18:34
Compare
Choose a tag to compare
  • Restore batch.fill metrics

v0.15.0

27 Jun 18:09
Compare
Choose a tag to compare
  • Simplified Makefile
  • Various cleanups
  • Separate kineses shard from logplex formater

v0.14.0

22 Mar 23:56
Compare
Choose a tag to compare
  • Build with 1.6, move to vendor/
  • Update dependencies
  • Update .travis config to release docker images as well

v0.13.1

16 Nov 22:08
Compare
Choose a tag to compare
Build with 1.5.1

v0.13.0: Merge pull request #53 from heroku/fix_skip

12 Aug 20:37
Compare
Choose a tag to compare
Fix -skip-headers to not bomb out it with -input-format=rfc5424

v0.12.0

05 Jun 16:57
Compare
Choose a tag to compare
Update changelog

v0.11.0

04 May 17:54
Compare
Choose a tag to compare
Update Version number / release

v0.10.3: Add `msg.lost` to the emitted metrics.

29 Apr 19:21
Compare
Choose a tag to compare
This is similar to v0.9.X `alltime.lost` series metric

We were tracking it internally and intecting it into the log-stream,
just not tracking it in the metrics registry

v0.10.2: Explicitly default gzip to false

29 Apr 18:44
Compare
Choose a tag to compare
Before it defaulted to false because that is the zero value of bools in
Go. This is contrary to the rest of the lib (although that should be
revisited).

It also explicitly set to false in the flag parsing, which was different
than most other flags.