• Add AppenderDynatrace
  • Add AppenderPool (thx @jimbrig)
  • add AppenderAWSCloudWatchLog for logging to AWS CloudWatch (#9) (thx @DyfanJones)
  • Fixes for tests related to recent changes in data.table 1.16.0
  • Support functions for index names and index mappings in AppenderElasticSearch
  • Rebuild docs for R 4.2.0
  • add AppenderElasticSearch for logging to ElasticSearch (#5)
  • 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 nonzero value.

  • Removed AppenderRjdbc

  • AppenderGmail is now compatible with gmailr 1.0.0