Releases: huzaifaarain/telescope-guzzle-watcher
Releases · huzaifaarain/telescope-guzzle-watcher
v3.2.1
Full Changelog: v3.2.0...v3.2.1
v3.2.0
What's Changed
- feat: add support for multipart data by @huzaifaarain in #14
Added Multipart Support
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.
New Contributors
- @huzaifaarain made their first contribution in #14
Full Changelog: v3.1.0...v3.2.0
v3.1.0
What's Changed
- Handle unreachable hosts by @curiousyigit in #10
New Contributors
- @curiousyigit made their first contribution in #10
Full Changelog: v3.0.0...v3.1.0
v3.0.0
v2.0.1
- Update test workflow
- Added unit test for the watcher
- Update composer deps
v2.0.0
Added
- Added
MuhammadHuzaifa\TelescopeGuzzleWatcher\Request
- Added
MuhammadHuzaifa\TelescopeGuzzleWatcher\Response
- Added
MuhammadHuzaifa\TelescopeGuzzleWatcher\TelescopeGuzzleRecorder
Refactoring
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
.
v1.2.0
- feat: add support for existing on_stats closure via config
- feat: remove ISSUE_TEMPLATE
- feat: add fix php code style workflow
1.1.0
- 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
1.0.0
initial commit