Skip to content

Releases: angelcam/rust-slog-loggly

v0.5.0 (2021-12-06)

06 Dec 16:09
Compare
Choose a tag to compare
  • Switch to tokio 1.x and hyper 0.14.x and update the remaining dependencies

v0.4.0 (2020-07-08)

06 Dec 16:00
Compare
Choose a tag to compare
  • Switch to the latest hyper/tokio/futures

v0.3.2 (2019-06-20)

20 Jun 15:57
Compare
Choose a tag to compare
  • Fix the timestamp format

v0.3.1 (2019-06-20)

20 Jun 15:13
Compare
Choose a tag to compare
  • Send event timestamp to Loggly to avoid event reordering
  • Switch to Rust 2018

v0.3.0 (2018-08-29)

29 Aug 09:39
Compare
Choose a tag to compare
  • Switch to Hyper 0.12.x and the new tokio

v0.2.3 (2018-05-22)

22 May 16:04
Compare
Choose a tag to compare
  • Fix an issue with disappearing messages

v0.2.2 (2018-05-16)

16 May 10:06
Compare
Choose a tag to compare
  • Disable keep alive (Hyper client)
  • Disable request retry (Hyper client)

v0.2.1 (2018-05-10)

10 May 08:32
Compare
Choose a tag to compare
  • Make the Error struct public
  • Implement Clone for the FlushHandle

v0.2.0 (2018-05-09)

10 May 08:31
Compare
Choose a tag to compare
  • Fix duplicate keys in the JSON message
  • Add API for flushing the drain

v0.1.1 (2018-05-02)

02 May 15:25
Compare
Choose a tag to compare
  • Add debug mode