Releases: IBM/alchemy-logging
Releases · IBM/alchemy-logging
py-1.5.0 - Process ID
What's Changed
Full Changelog: py-1.4.0...py-1.5.0
py-1.4.0 - Metadata in Pretty Formatter
What's Changed
Full Changelog: py-1.3.4...py-1.4.0
py-1.3.4 - Monotonic time in context timers
What's Changed
- Fix README typo by @mdevino in #448
- Replace usage of time.time() with time.monotonic() for duration calcu… by @mynhardtburger in #457
New Contributors
Full Changelog: py-1.3.3...py-1.3.4
py-1.3.3 - Better stacklevel support
What's Changed
- Build(deps): Update pytest-cov requirement from <5,>=4.0.0 to >=4.0.0,<6 in /src/python by @dependabot in #407
- TorchTraceConflict: by @gabe-l-hart in #434
Full Changelog: py-1.3.2...py-1.3.3
py-1.3.2 - Protocols
What's Changed
- A log logger protocol protocol by @mynhardtburger in #401
Full Changelog: py-1.3.1...py-1.3.2
py-1.3.1 - Type hints
What's Changed
- Build(deps): Update pytest requirement from <8,>=7.0.1 to >=7.0.1,<9 in /src/python by @dependabot in #387
- Add type hints by @mynhardtburger in #385
New Contributors
- @mynhardtburger made their first contribution in #385
Full Changelog: py-1.3.0...py-1.3.1
Python 1.3.0 - Numeric Levels
What's Changed
- NumericLevels: Support getting level values from numeric representations by @gabe-l-hart in #371
Full Changelog: py-1.2.1...py-1.3.0
Python 1.2.1 - Safe scopes
What's Changed
- Use version ranges for python test deps by @gabe-l-hart in #314
- LoggingConfigScopes: Only indent/deindent scopes if g_alog_formatter set by @gabe-l-hart in #330
Full Changelog: py-1.2.0...py-1.2.1
Python 1.2.0 - Duration in json scoped timer
What's Changed
- Update munch version for python utils by @gabe-l-hart in #289
- Build(deps): Update munch requirement from <4,>=2.5.0 to >=2.5.0,<5 in /src/python by @dependabot in #303
- Add duration field to AlogJsonFormatter by @HonakerM in #312
New Contributors
Full Changelog: py-1.1.1...py-1.2.0
Python 1.1.1 - Json formatter interpolation
Change Log
- Fix 🐛 when using a
log_code
withjson
formatting so thatmessage
andargs
get correctly interpolated (#238)