Skip to content

Latest commit

 

History

History
86 lines (50 loc) · 2.09 KB

CHANGELOG.md

File metadata and controls

86 lines (50 loc) · 2.09 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.8.0 - 2024-09-06

Changed

  • Go 1.23 or newer is required.

0.7.0 - 2024-08-18

Changed

  • Use seconds for logged durations.
  • Format floating point number (including durations) to 3 digits.

Fixed

  • File logging level configuration.

0.6.0 - 2024-01-17

Added

  • Set main logging level using LOGGING_MAIN_LEVEL environment variable.

0.5.1 - 2023-11-17

Fixed

  • Default value shown for --logging.main.level.

0.5.0 - 2023-11-15

Changed

  • Functions returned from WithContext can be nil when used in NewHandler.

0.4.0 - 2023-11-03

Added

  • NewHandler to be used as a middleware with WithContext to add logger to the context.

Fixed

  • Durations are logged only with millisecond precision.

0.3.0 - 2023-10-19

Fixed

  • Only set fields which are provided in logging config.

0.2.0 - 2023-10-18

Changed

  • Change --logging.context.conditional-level and --logging.context.trigger-level flags to --logging.context.conditional and --logging.context.trigger, respectively.

0.1.0 - 2023-10-17

Added

  • First public release.