v0.8.0-rc.4
Attempt to fix #51 but we're still unable to reproduce this behavior and haven't seen this behavior anywhere else. We've been wanting to move to Mint for a while and this is a good opportunity to do this.
- Moved to Mint + Finch for HTTP requests to the Logflare ingest API.
- Wrapped the batch POSTing of logs in a Task to not block the main GenServer loop as the same GenServer handles caching new log events into the batch as well as flushing batches to the Logflare API.
- Fixes a small bug where calling
LogflareLogger.fns directly did not produce sub-second timestamps.