Changes in version 0.2.2.9000 - Add digits argument to as_unix_epoch_ms() Changes in version 0.2.2 (2025-10-31) - Fix AppenderDynatrace default timestamp logging format Changes in version 0.2.1 (2025-08-25) - Fix AppenderElasticSearch to not use deprecated LayoutElasticSearch by default - Fix flaky test that was sensitive to time zones Changes in version 0.2.0 (2025-07-23) - require lgr 0.5.0 - Added support for the rawMsg LogEvent-property introduced in lgr 0.5.0 - Deprecate LayoutElasticSearch and replace it by a customized LayoutJson (which has become much more flexible in lgr 0.5.0) - UpdateAppenderDynatrace to use LayoutJson - Breaking: Remove long deprecated AppenderDt Changes in version 0.1.1 (2025-07-09) - Adapt tests for compatibility with httr2 >= "1.1.2.9000" Changes in version 0.1.0 (2025-06-20) - Add AppenderDynatrace (experimental preview) - Add AppenderPool (thx @jimbrig) - Add AppenderAWSCloudWatchLog for logging to AWS CloudWatch (#9) (thx @DyfanJones) Changes in version 0.0.9 (2024-09-03) - Fixes for tests related to recent changes in data.table 1.16.0 Changes in version 0.0.8 (2023-01-06) - Support functions for index names and index mappings in AppenderElasticSearch Changes in version 0.0.7 (2022-09-07) - Rebuild docs for R 4.2.0 Changes in version 0.0.6 (2022-05-05) - add AppenderElasticSearch for logging to ElasticSearch (#5) Changes in version 0.0.5 (2021-02-24) - Migration of experimental Appenders from lgr - AppenderDbi: The default setting for buffer_size has been changed to 0. This means every log event is written directly to the target database. If you want performance improvements, set the buffer to a non-zero value. - Removed AppenderRjdbc - AppenderGmail is now compatible with gmailr 1.0.0