Releases: LBannenberg/magento2-rest-api-logger
Releases · LBannenberg/magento2-rest-api-logger
Magento 2.4.8 compatibility
Enable higher Monolog version so that it can be installed in Magento 2.4.8
v1.2.0
- 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
Fix a label text in the config
v1.1.0
Magento 2.4.7 compatibility (allow higher psr/log versions in composer.json)
v1.0.0
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
Fix type error in getting Accept header
v0.7.0
- 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/searchandGET /cmsPage/:pageId - Some efficiencies for handling larger amounts of endpoint filters, needed for safer mode
- Handle confusion when there's overlap between routes for endpoints, such as
- Support for logging XML content type
v0.6.1
Fix TypeError
v0.6.0
Full Changelog: v0.5.0...v0.6.0
Make sure endpoint filters actually work, and distinguish by method+endpoint
Revision of filters
- 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)