Releases: Logflare/logflare_logger_backend
Releases · Logflare/logflare_logger_backend
v0.11.5-rc.0
What's Changed
- fix: make tests pass with OTP 25 by @hauleth in #109
- use warning log level by @peaceful-james in #113
- fix: single in-flight flush call by @chasers in #114
New Contributors
- @hauleth made their first contribution in #109
- @peaceful-james made their first contribution in #113
Full Changelog: v0.11.4...v0.11.5-rc.0
v0.11.4
v0.11.3
What's Changed
- fix - Handle lists with multiple types by @filipecabaco in #105
- chore: use forked etso to support Erlang 26 by @chasers in #107
New Contributors
- @filipecabaco made their first contribution in #105
Full Changelog: v.0.11.1...v0.11.3
v.0.11.1
What's Changed
- Fix for anon_function error for Enum.sort_by/3 within batch_cache.ex by @fantypants in #80
- Upgrade logflare_api_client, typed_struct, etso and ex_doc by @chasers in #93
- Upgrade typed_struct by @chasers in #94
- Add MIT license by @chasers in #95
- Bump ex_doc from 0.28.5 to 0.29.1 by @dependabot in #100
- Fix crash when sys_envs has level as string by @jechol in #98
- Upgrade logflare_api_client by @chasers in #104
New Contributors
- @fantypants made their first contribution in #80
- @chasers made their first contribution in #93
- @jechol made their first contribution in #98
Full Changelog: v0.11.0...v.0.11.1
v0.11.1-rc.2
- bump ex_doc
- #98 🙏 @jechol
- bump logflare_api_client 🙏 @dbernheisel
v0.11.1-rc.1
Upgrades:
- typed_struct
v0.11.1-rc.0
Upgrades:
- typed_struct
- etso
- logflare_api_client
- ex_doc
v0.11.0
v0.10.2
v0.10.1
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