All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Ruby 3.0 compatibility due to keyword arguments behavior change. @danmarcab, #3
- Sniffer middleware chain execution. @dreikanter, #2
- Support for Ruby 2.3 and 2.4 as they've reached their End of Life and Sniffer supports only 2.5 and newer anyway. @Envek
- Error related to constant search. @dsalahutdinov
- Memory bloat problem due to requests and responses history stored by Sniffer. @dsalahutdinov
Initial release.