Releases: YorCreative/Laravel-Query-Watcher
Releases · YorCreative/Laravel-Query-Watcher
v1.4.1
- Adds endpoint for pusher to authorize a client into the query event private channel.
v1.4.0
- Updates Config file to pull from ENV() and default to previous values.
- Updates ignorable_table in config to ignore failed_jobs.
- Updates read me to reflect changes in config.
v1.3.0
Adds Slack Notification Support
v1.2.1
added license to composer.json
v1.2.0
- Added ability to ignore specific tables and SQL statements.
- Updated readme information for configuration file.
- Fixes infinite loop when database queue driver is used.
1.1.0
- Patched Infinite Loop in Auth Transformer
- Improved control over query context with new fields in configuration file.
v1.0.2
Changes:
- removed skip on a test
- cleaned up listen method on query watcher.