Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jun 23:35
· 301 commits to master since this release
v0.1.0
efd9e3a

Details

Changelog
  • efd9e3a v0.1.0
  • eb9c64a update release workflow to use public image
  • 799725f add version information
  • 8b89c27 update makefile
  • 750fd8f add release workflows
  • 74dac7d makefile: fix install rule
  • e2dc111 makefile: remove md5 checksum
  • 89944e2 add dockerfile
  • acb77a4 build.mk: fix version variable
  • 355f6d9 update github actions config
  • c926c1f makefile: add release build steps
  • ed21368 add pr actions workflow
  • cb649a4 makefile: update help
  • e98dbac add makefile
  • 8fd8930 add gitignore
  • 35e810c fix typo
  • 1cf2408 golint cleanup
  • 4e6135a Update README.md
  • 807e9eb update README
  • 4d1ffa7 update flag help text
  • 5155cb1 writer: create log group/stream if they don't exist
  • 47a65a1 writer: make retry a bit smarter
  • e209b6e writer: capture expected sequence token on DataAlreadyAccepted error
  • 6dbc857 go mod tidy
  • 21e1ea7 cli updates:
  • 33560c2 add license
  • a204c40 writer: ignore empty events
  • 2981c25 writer: factor event size out into a const
  • 5df23c7 writer: implement flush logic
  • 0216003 writer: add timestamp to tests and make timestamp function a variable we can mock out
  • c03f1ff golint cleanup
  • 39a9431 failing test
  • 8986aef writer: make scanErr a channel
  • a86cd36 writer: close the pipe on Close to signal to the interal scanner that there is no more data
  • 9097a9e writer: buffer InputLogEvents instead of strings
  • bdf335f writer: make cloudwatch logs client a parameter for easier testing
  • 746dbc9 sketch out basic structure