- Use the reqwest HTTP client instead of plain Hyper
- Remove thread-local string buffers and add key-value filtering
- Switch to tokio 1.x and hyper 0.14.x and update the remaining dependencies
- Switch to the latest hyper/tokio/futures
- Fix the timestamp format
- Send event timestamp to Loggly to avoid event reordering
- Switch to Rust 2018
- Switch to Hyper 0.12.x and the new tokio
- Fix an issue with disappearing messages
- Disable keep alive (Hyper client)
- Disable request retry (Hyper client)
- Make the Error struct public
- Implement Clone for the FlushHandle
- Fix duplicate keys in the JSON message
- Add API for flushing the drain
- Add debug mode
- Initial release