Skip to content

Releases: waylayio/python-logging-loki

v1.2.0

12 Nov 15:19
Compare
Choose a tag to compare

What's Changed

  • Provide a custom CA Bundle to enable handling of self-signed SSL certs, or disable SSL verification entirely by @jmazzahacks in #13
  • Use the log timestamp as ingestion timestamp when pushing to loki by @simosho in #15

New Contributors

Full Changelog: v1.1.1...1.2.0

v1.1.1

14 Dec 13:01
Compare
Choose a tag to compare

Fixes

  • fix: avoid infinite loops when error on emitting by @simon-schoonjans in #12

Full Changelog: v1.1.0...v1.1.1

v1.1.0

04 Oct 10:01
Compare
Choose a tag to compare

Features And Fixes

  • fix: let props_to_labels take properties from log line by @simon-schoonjans in #11

Full Changelog: v1.0.0...v1.1.0

v1.0.0

20 Sep 08:08
Compare
Choose a tag to compare

What's Changed

Features And Fixes

  • feat: add support to pass headers sent with each POST request by @simon-schoonjans in #2
  • Prevent infinite recursion when posting messages by @simon-schoonjans in #5
  • fix/stop_queue_listener by @simon-schoonjans in #6
  • feat: add as_json flag to send entire record to loki by @simon-schoonjans in #8
  • feat: add support for props_to_labels by @simon-schoonjans in #9
  • feat: support batching by @simon-schoonjans in #10

Techincal Changes

  • chore: setup CI by @simon-schoonjans in #1

New Contributors

  • @simon-schoonjans made their first contribution in #1

Full Changelog: v0.3.1...v1.0.0

v0.4.0-beta

12 Sep 11:55
Compare
Choose a tag to compare
v0.4.0-beta Pre-release
Pre-release

What's Changed

Features And Fixes

  • Add support to pass headers sent with each POST request by @simon-schoonjans in #2
  • Prevent infinite recursion when posting messages by @simon-schoonjans in #5
  • Stop queue listener on exit by @simon-schoonjans in #6
  • support add as_json flag to send entire record to loki by @simon-schoonjans in #8
    *support props_to_labels to set log object properties as loki labels by @simon-schoonjans in #9

Techincal Changes

  • setup CI by @simon-schoonjans in #1

New Contributors

  • @simon-schoonjans made their first contribution in #1

Full Changelog: https://github.com/waylayio/python-logging-loki/commits/v0.4.0-beta