Skip to content

Releases: microsoft/picologging

0.9.4

13 Sep 10:03
d4b3c2c

Choose a tag to compare

What's Changed

  • Use latest memray by @tonybaloney in #183
  • Improve the performance of logging records by inlining log creation to remove temporary Python objects into the logger. by @tonybaloney in #186
  • Improve the performance of logger methods with fastcalls by @tonybaloney in #188
  • Improve perf and memory usage of log records with const level names by @tonybaloney in #190
  • Add example using picologging and django by @tonybaloney in #194
  • Fix setLogRecordFactory exception message by @GabrielCappelli in #196
  • Fix asctime formatting, don't print uninitialized buffer's content (issue #203) by @tarasko in #208
  • Add a test for issue Using asctime in formatter by @tonybaloney in #210

New Contributors

Full Changelog: 0.9.3...0.9.4

0.9.3

29 Sep 06:09
21bc445

Choose a tag to compare

0.9.3 Pre-release
Pre-release

What's Changed

  • Support for Python 3.12
  • Module can be used in sub-interpreters (3.12+)
  • Allow LogRecord to be copied by @aminalaee in #164

Bug fixes

New Contributors

Full Changelog: 0.9.2...0.9.3

0.9.2

17 May 02:57

Choose a tag to compare

0.9.2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.9.1...0.9.2

0.9.1

08 Nov 02:00
a66919d

Choose a tag to compare

0.9.1 Pre-release
Pre-release

What's Changed

Full Changelog: 0.9.0...0.9.1

0.9.0

28 Oct 05:59
42499f9

Choose a tag to compare

0.9.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.8.1...0.9.0

0.8.1

13 Sep 03:07
f82d711

Choose a tag to compare

0.8.1 Pre-release
Pre-release

What's Changed

Full Changelog: 0.8.0...0.8.1

0.8.0

01 Sep 01:40
16f49d3

Choose a tag to compare

0.8.0 Pre-release
Pre-release

What's Changed

Full Changelog: 0.7.2...0.8.0

0.7.2

18 Aug 02:56
2a9f1a7

Choose a tag to compare

0.7.2 Pre-release
Pre-release

What's Changed

  • Fix leak on levelname and formatted message #59
  • Fixes a leak in the asctime field of log record #60
  • Fixes a leak in stream writer write() and flush() calls #60
  • Fixes a leak in stream close() #60

Full Changelog: 0.7.1...0.7.2

0.7.1

09 Aug 03:12
83fb4a5

Choose a tag to compare

0.7.1 Pre-release
Pre-release

What's Changed

Full Changelog: 0.7.0...0.7.1

0.7.0

05 Aug 05:27
76b2761

Choose a tag to compare

0.7.0 Pre-release
Pre-release

What's Changed

Full Changelog: 0.6.0...0.7.0