Skip to content

Release v3.3.0

Latest

Choose a tag to compare

@PapaZouk PapaZouk released this 14 Apr 10:15
c028a81

This release comes with breaking changes to the MOT logger which is now a unified logging utility consolidating functionality from two packages:

  • dvsa/mot-logger - The original code base stored under this repository, featuring database logging with Doctrine SQL query.
  • dvsa/mot-application-logger - MVC event listeners for request/response/exception logging

Features

  • BL-21443 - Combine logging repositories into a single mono-log repo (#10) (4a31009)

Fix