Skip to content

Releases: LBannenberg/magento2-rest-api-logger

Magento 2.4.8 compatibility

14 May 07:20

Choose a tag to compare

Enable higher Monolog version so that it can be installed in Magento 2.4.8

v1.2.0

01 Feb 17:16

Choose a tag to compare

  • Added file size & download link in admin > stores > configuration > services > rest api logger > general
  • Added PHP 8.4 compatibility
  • Refactored tests
  • Updated logo

v1.1.1

25 Sep 06:24

Choose a tag to compare

Fix a label text in the config

v1.1.0

30 Apr 22:36

Choose a tag to compare

Magento 2.4.7 compatibility (allow higher psr/log versions in composer.json)

v1.0.0

15 Apr 15:55

Choose a tag to compare

At the 1.0 point the layout of the configuration is essentially stable. New features will still be added, but existing configuration does not have to be re-done anymore after updates.

  • Added more safer mode filters
  • Updated documentation & comments in the configuration
  • Some code refactoring to make endpoint filters clearer

v0.7.1

02 Apr 21:51

Choose a tag to compare

Fix type error in getting Accept header

v0.7.0

11 Mar 22:40

Choose a tag to compare

  • Configuration revised
    • Should now be in stable form for the long term
    • Splits the filters into Request and Response tab
    • Removes the separate endpoint tab
    • Removes chosen.js which was flaky
    • Splits filters into separate tables that can take advantage of more specific source models
  • Endpoint filters improved
    • Handle confusion when there's overlap between routes for endpoints, such as GET /cmsPage/search and GET /cmsPage/:pageId
    • Some efficiencies for handling larger amounts of endpoint filters, needed for safer mode
  • Support for logging XML content type

v0.6.1

04 Mar 09:04

Choose a tag to compare

Fix TypeError

v0.6.0

19 Feb 16:27

Choose a tag to compare

Full Changelog: v0.5.0...v0.6.0

Make sure endpoint filters actually work, and distinguish by method+endpoint

Revision of filters

07 Feb 22:13

Choose a tag to compare

  • Treat filter configs as objects, to make it easier to merge different configurations in a way the filter processor doesn't need to know about.
  • Move method filters into dynamic rows to enable easier and more granular use
  • Make endpoint filters more customizable
  • Enable adding tags to log entries (useful for annotating IP addresses for example)