Skip to content

Releases: Logflare/logflare_logger_backend

v0.11.4

01 Aug 19:35
7fcc9f3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.3...v0.11.4

v0.11.3

01 Aug 18:53
49d4e57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v.0.11.1...v0.11.3

v.0.11.1

17 Apr 15:30
b385cd4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.0...v.0.11.1

v0.11.1-rc.2

01 Dec 16:56
Compare
Choose a tag to compare

v0.11.1-rc.1

27 Sep 16:39
5c117de
Compare
Choose a tag to compare

Upgrades:

  • typed_struct

v0.11.1-rc.0

27 Sep 16:30
892c3eb
Compare
Choose a tag to compare

Upgrades:

  • typed_struct
  • etso
  • logflare_api_client
  • ex_doc

v0.11.0

15 Sep 16:22
Compare
Choose a tag to compare

Improvements

  • Optionally drop keys from the log event with the config metadata: [drop: [:list, :keys, :to, :drop]]
  • Improved config example in the readme to include dropping keys
  • Upgrade some deps

v0.10.2

10 Jul 13:25
99bc3dd
Compare
Choose a tag to compare

Improvements

  • Improve verify_config error message
  • Dependabot deps

v0.10.1

09 Jul 18:26
Compare
Choose a tag to compare

Improvements

  • Look for config variables in the system environment also. Prefix environment variables with LOGFLARE_ and it will use those for your :logflare_logger_backend config.
  • Updated mix logflare_logger.verify_config to look for system env variables also.

Fixes

  • Tests

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.