Releases: laravel/nightwatch
Releases · laravel/nightwatch
v1.22.2
What's Changed
- Ensure
Nightwatch::ignoredoes not override sampling when unset by @timacdonald in #327
Full Changelog: v1.22.1...v1.22.2
v1.22.1
What's Changed
- Remove contributing docs by @timacdonald in #322
- Extend allowed length for group properties by @timacdonald in #321
Full Changelog: v1.22.0...v1.22.1
v1.22.0
What's Changed
- Update changelog with scheduled task mention by @jradtilbrook in #317
- Make
FakeTcpStreamcompatible with Monolog 3.10.0 by @avosalmon in #319 - Capture query connection type (read or write) by @avosalmon in #318
Full Changelog: v1.21.1...v1.22.0
v1.21.1
v1.21.0
What's Changed
- Add AGENTS.md file by @jessarcher in #303
- Capture scheduled task sub-minute frequency by @jessarcher in #302
Full Changelog: v1.20.0...v1.21.0
v1.20.0
What's Changed
- PHP 8.5 support by @timacdonald in #309
- Allow interaction with the Core class by @timacdonald in #311
- Use sampling from context if already present by @jradtilbrook in #308
- Add sample rate for scheduled tasks by @jradtilbrook in #312
- Allow customising sample rate for individual scheduled tasks by @jradtilbrook in #313
- Disable vendor command sampling by default by @jradtilbrook in #315
Full Changelog: v1.19.0...v1.20.0
Changes to scheduled task sampling
With this release, scheduled tasks are able to be sampled separately from commands. If you were relying on NIGHTWATCH_COMMAND_SAMPLE_RATE to also change sampling of scheduled tasks, you will need to update NIGHTWATCH_SCHEDULED_TASK_SAMPLE_RATE accordingly as this takes precedence.
v1.19.0
What's Changed
- Fix data capture for
queue:listenby @timacdonald in #299 - Fix requiring lowest dependencies in CI by @timacdonald in #301
- Internal improvements by @timacdonald in #300
- Ignore
schedule:finishcommand by @avosalmon in #306
Full Changelog: v1.18.1...v1.19.0
v1.18.1
What's Changed
- Increase concurrent request limit to 5 by @jradtilbrook in #298
New Contributors
- @jradtilbrook made their first contribution in #298
Full Changelog: v1.18.0...v1.18.1
v1.18.0
What's Changed
- Add ability to redact exceptions by @jessarcher in #296
Full Changelog: v1.17.1...v1.18.0
v1.17.1
What's Changed
- Handle expired tokens by @timacdonald in #294
- Write to
stderrandstdoutsynchronously on Windows by @timacdonald in #295
Full Changelog: v1.17.0...v1.17.1