Skip to content

Releases: YorCreative/Laravel-Query-Watcher

v1.4.1

08 Sep 23:25
389606f
Compare
Choose a tag to compare
  • Adds endpoint for pusher to authorize a client into the query event private channel.

v1.4.0

08 Sep 17:07
9e1a23e
Compare
Choose a tag to compare
  • 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

03 Sep 16:13
e7641ba
Compare
Choose a tag to compare

Adds Slack Notification Support

v1.2.1

31 Aug 01:21
c5ff893
Compare
Choose a tag to compare

added license to composer.json

v1.2.0

31 Aug 01:15
f742a4b
Compare
Choose a tag to compare
  • 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

24 Aug 01:02
c8ad1a9
Compare
Choose a tag to compare
  • Patched Infinite Loop in Auth Transformer
  • Improved control over query context with new fields in configuration file.

v1.0.2

22 Aug 22:34
ddc5e63
Compare
Choose a tag to compare

Changes:

  • removed skip on a test
  • cleaned up listen method on query watcher.

v1.0.1

20 Aug 18:01
894b08d
Compare
Choose a tag to compare

Security Patch

  • Updated Guzzle to ^7.4.5

v1.0.0

20 Aug 17:47
16fc65a
Compare
Choose a tag to compare

Initial Release