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.5.0 - 2024-06-18
- Breaking: bump MSEV to 1.12
0.4.1 - 2024-03-11
- PrimaExLogger was raising error while handling
:flush
event
0.4.0 - 2023-05-17
:country
configuration option
0.3.1 - 2023-04-19
- Properly set the trace correlation metadata fields (#55).
0.3.0 - 2022-09-22
- [Breaking] Loglevel configuration was removed from this library. Global
:logger
level should be configured instead. - [Breaking] opentelemetry-related metadata is now automatically transformed by
prima_ex_logger
into a DataDog-friendly format. The behaviour can be customised using the newopentelemetry_metadata
option.