All notable changes to telescope-guzzle-watcher
will be documented in this file.
Full Changelog: https://github.com/huzaifaarain/telescope-guzzle-watcher/compare/v3.2.0...v3.2.1
- feat: add support for multipart data by @huzaifaarain in #14
The package now support multipart requests from Guzzle, however for the sake of simplicity each content item with the Content-Type specified will be logged without rendering the file in raw or parsed format.
- @huzaifaarain made their first contribution in #14
Full Changelog: https://github.com/huzaifaarain/telescope-guzzle-watcher/compare/v3.1.0...v3.2.0
- Handle unreachable hosts by @curiousyigit in #10
- @curiousyigit made their first contribution in #10
Full Changelog: https://github.com/huzaifaarain/telescope-guzzle-watcher/compare/v3.0.0...v3.1.0
- Add Support For Laravel 11 by @ziarv in #6
- @ziarv made their first contribution in #6
Full Changelog: https://github.com/huzaifaarain/telescope-guzzle-watcher/compare/v2.0.1...v3.0.0
- Update test workflow
- Added unit test for the watcher
- Update composer deps
- Added
MuhammadHuzaifa\TelescopeGuzzleWatcher\Request
- Added
MuhammadHuzaifa\TelescopeGuzzleWatcher\Response
- Added
MuhammadHuzaifa\TelescopeGuzzleWatcher\TelescopeGuzzleRecorder
MuhammadHuzaifa\TelescopeGuzzleWatcher\Watchers\TelescopeGuzzleWatcher
has been completely refactored and rewritten. To follow the Design Principles, the core functionality has been extracted to MuhammadHuzaifa\TelescopeGuzzleWatcher\TelescopeGuzzleRecorder
.
- feat: add support for existing on_stats closure via config
- feat: remove ISSUE_TEMPLATE
- feat: add fix php code style workflow
- feat: add docs for uri to tags feature and fix styling
- feat: add shield badges
- feat: add feature for converting request uri to tags
- feat: add auth user for the IncomingEntry
- refactor: extract method makeEntry
- refactor: follow laravel default style for comments
- feat: add comments for config keys