Skip to content

Releases: PcComponentes/ddd-logging

v3.1.0

11 Sep 08:53
4d3f86d

Choose a tag to compare

  • feat: remove duplicated context data

v3.0.0

26 Aug 13:35
f852a35

Choose a tag to compare

Breaking changes

  • feat: upgrade Monolog from v2 to v3 (thanks to @fjesteban)
  • chore: require PHP 8.2 or higher
  • refactor: restructure custom logged data:
    • moved occurred_on to extra.occurred_on
    • moved extra.correlation_id to extra.trace.correlation_id
    • moved extra.reply_to to extra.trace.reply_to
  • refactor: change extra.occurred_on type from millisecond timestamp (int) to ISO 8601 date string ('Y-m-d\TH:i:s.uP')
  • refactor: NormalizeMessageProcessor now generates a context.message object with keys:
    • message_id
    • type
    • payload (JSON string)
    • aggregate_id (for events only)
    • aggregate_version (for events only)
  • refactor: remove src/Info/InfoProcessor.php (removed duplicate data)
  • fix: context.exception.trace was unnecessarily JSON-encoded, making traces hard to read
  • feat: improve context.exception.trace format and reduce verbosity

v2.5.4

20 Aug 09:26
4e467fc

Choose a tag to compare

fix: remove incompatible monolog version

v2.5.3

20 Jun 06:54
a346e70

Choose a tag to compare

  • Add Symfony 7 support

v2.5.2

19 Jun 11:51
fa5eafa

Choose a tag to compare

  • Add support to Monolog ^3.0

v2.5.1

04 Oct 06:26
915a02f

Choose a tag to compare

  • Support for Symfony 6

v2.5.0

20 Sep 08:36
6ffa7e8

Choose a tag to compare

Add compatibility with PcComponentes/ddd 4.0

v2.4.0

13 May 11:12
379d7fa

Choose a tag to compare

Add compatibility with PcComponentes/ddd 3.0

v2.3.1

17 Dec 21:32
594c600

Choose a tag to compare

Updated dependency symfony/http-kernel to ^5.0

v.2.3.0 add retry count to logger

25 Nov 12:18
501b6b4

Choose a tag to compare

Merge pull request #18 from FranMoraton/add-retry-count

add retry count to logger