Skip to content

Latest commit

 

History

History
81 lines (47 loc) · 2.68 KB

CHANGELOG.md

File metadata and controls

81 lines (47 loc) · 2.68 KB

Changelog

All notable changes to telescope-guzzle-watcher will be documented in this file.

v3.2.1 - 2024-11-15

Full Changelog: https://github.com/huzaifaarain/telescope-guzzle-watcher/compare/v3.2.0...v3.2.1

v3.2.0 - 2024-10-26

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: https://github.com/huzaifaarain/telescope-guzzle-watcher/compare/v3.1.0...v3.2.0

v3.1.0 - 2024-07-02

What's Changed

  • Handle unreachable hosts by @curiousyigit in #10

New Contributors

  • @curiousyigit made their first contribution in #10

Full Changelog: https://github.com/huzaifaarain/telescope-guzzle-watcher/compare/v3.0.0...v3.1.0

v3.0.0 - 2024-03-17

What's Changed

  • Add Support For Laravel 11 by @ziarv in #6

New Contributors

  • @ziarv made their first contribution in #6

Full Changelog: https://github.com/huzaifaarain/telescope-guzzle-watcher/compare/v2.0.1...v3.0.0

v2.0.1 - 2023-06-06

  • Update test workflow
  • Added unit test for the watcher
  • Update composer deps

v2.0.0 - 2023-05-29

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 - 2023-05-03

  • feat: add support for existing on_stats closure via config
  • feat: remove ISSUE_TEMPLATE
  • feat: add fix php code style workflow

1.1.0 - 2023-04-28

  • 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