Skip to content

Releases: logtail/logtail-python

v0.3.1

16 Sep 12:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

19 Jun 12:28
Compare
Choose a tag to compare

What's Changed

  • Update supported Python versions in classifiers by @bennylope in #24
  • LogtailHandler: implement logging.Handler.flush by @PetrHeinz in #26

New Contributors

Full Changelog: v0.2.10...v0.3.0

v0.2.10

12 Jan 14:45
Compare
Choose a tag to compare

What's Changed

  • L-1200 Detect and handle circular dependencies by @PetrHeinz in #23
  • Use the non-deprecated datetime.fromtimestamp method and fix some small linting errors by @RubenVanEldik in #21

New Contributors

Full Changelog: v0.2.9...v0.2.10

v0.2.9

13 Dec 18:00
Compare
Choose a tag to compare

What's Changed

  • ensure extra events are serializable before uploading by @gorkem2020 in #20

New Contributors

Full Changelog: v0.2.8...v0.2.9

v0.2.8

13 Dec 15:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.7...v0.2.8

v0.2.7

13 Dec 15:20
24034a0
Compare
Choose a tag to compare

What's Changed

  • L-110 Continue flushing after shutdown until pipe is empty by @PetrHeinz in #17

New Contributors

Full Changelog: v0.2.6...v0.2.7

v0.2.6

25 May 09:59
Compare
Choose a tag to compare

What's new:

  • 📣 Logtail is now part of Better Stack · Learn more ⇗
  • Retry when exceptions are raised when sending logs.

Full Changelog: v0.2.5...v0.2.6

v0.2.5

05 May 17:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.2.5

v0.2.0

30 Mar 08:11
Compare
Choose a tag to compare

What's Changed

Improvements for serverless environments:

  • Use flush thread per process to avoid issues with multiprocessing on serverless
  • Delay worker init (fixes "threads can only be started once" errors)

Full Changelog: v0.1.4...v0.2.0