Skip to content

Releases: Logflare/logflare_logger_backend

v0.9.0

08 Jul 18:08
Compare
Choose a tag to compare

Improvements

  • #39
  • Added some logging around the backend init with version, and if it finds in-flight log events on init.
  • Cleaned up deps which were otherwise pulled in with logflare_api_client.

Fixes

  • Very occasionally log events were stuck in flight in the Repo. If the count of events stuck in flight was greater than the max_batch_size every single log event was in a separate request to Logflare, making every batch only contain one log event. This is fixed, and just in case we are checking for in-flight log events on boot, and resetting them such that they'll get sent to Logflare per usual.

v0.8.1

30 Jun 13:18
Compare
Choose a tag to compare
  • Update deps for OTP 24
  • Upgrade dependabot

v0.8.0

01 Mar 19:30
Compare
Choose a tag to compare
  • Prevents crashing for some Distillery based deployments

v0.8.0-rc.6

02 Feb 20:02
Compare
Choose a tag to compare
  • Update dependencies.
  • Increase our discard threshold to 10_000. Should only be relevant if the Logflare ingest API is unreachable.

v0.8.0-rc.4

02 Feb 16:21
Compare
Choose a tag to compare

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.

v0.7.6

03 Sep 13:02
Compare
Choose a tag to compare

Add formatter_error_params to payload to debug stacktrace formatter errors.

v0.7.5

27 Aug 14:16
Compare
Choose a tag to compare

Fixes #35 and #36

v0.7.4

10 Aug 19:18
Compare
Choose a tag to compare

Merges #34

Thanks @josevalim !!

v0.7.3

10 Aug 13:10
Compare
Choose a tag to compare

Merges #33