Releases: hsndmr/cappadocia-viewer-for-laravel
Releases · hsndmr/cappadocia-viewer-for-laravel
1.1.0
- chore: remove update changelog workflow
- chore: update app image
- docs: add requests section
- feat: change viewer type from QUERY to REQUEST
- feat: add RequestWatcher to handle requests
- chore: remove SendViewerBuilderTest
- feat: add REQUEST enum to ViewerType and update type method
- feat: remove SenderViewerBuilder
- test: add JobWatcher tests to WatcherTest
- test: refactor HelpersTest to use CappadociaViewer
- docs: expand README with monitoring features
- Commit Message: refactor: update bindings structure in QueryWatcher
- refactor: remove unused isWatching property in JobWatcher class
- test: add StubJob class for testing JobWatcher
- refactor: update getJobData in JobWatcher to use ExtractProperties
- feat: add ExtractProperties class for property extraction from objects
- feat: add FormatModel class for model value formatting
- fix: update unit tests in LogWatcherTest for correct behavior
- feat: add methods to enable/disable watching job events
- feat: add methods to enable/disable watching SQL queries
- refactor: use CappadociaViewer facade instead of SenderViewerBuilder
- feat: register QueryWatcher, JobWatcher and HTTP client
- feat: add new class to handle job processing events and logging
- feat: add new class to monitor and log executed SQL queries
- feat: refactor LogWatcher and update CappadociaViewer usage
- feat: extend Watcher class with methods to control watching state
- feat: refactor CappadociaViewer class to enhance handling viewer
- feat: update configuration with for logs, jobs, and queries
- feat: add QUERY case to ViewerType enum
- feat: add CappadociaViewerClient to handle post requests for viewers
- Update CHANGELOG