|
1 | 1 | # Release Notes |
2 | 2 |
|
3 | | -## [Unreleased](https://github.com/laravel/nightwatch/compare/v1.15.0...1.x) |
| 3 | +## [Unreleased](https://github.com/laravel/nightwatch/compare/v1.17.0...1.x) |
| 4 | + |
| 5 | +## [v1.17.0](https://github.com/laravel/nightwatch/compare/v1.16.0...v1.17.0) - 2025-10-22 |
| 6 | + |
| 7 | +### What's Changed |
| 8 | + |
| 9 | +* Capture request payload on unhandled exception by [@jessarcher](https://github.com/jessarcher) in https://github.com/laravel/nightwatch/pull/276 |
| 10 | + |
| 11 | +**Full Changelog**: https://github.com/laravel/nightwatch/compare/v1.16.0...v1.17.0 |
| 12 | + |
| 13 | +## [v1.16.0](https://github.com/laravel/nightwatch/compare/v1.15.2...v1.16.0) - 2025-10-22 |
| 14 | + |
| 15 | +### What's Changed |
| 16 | + |
| 17 | +* Use latest version of box by [@timacdonald](https://github.com/timacdonald) in https://github.com/laravel/nightwatch/pull/290 |
| 18 | +* Ignore vendor cache keys by [@avosalmon](https://github.com/avosalmon) in https://github.com/laravel/nightwatch/pull/291 |
| 19 | + |
| 20 | +**Full Changelog**: https://github.com/laravel/nightwatch/compare/v1.15.2...v1.16.0 |
| 21 | + |
| 22 | +## [v1.15.2](https://github.com/laravel/nightwatch/compare/v1.15.1...v1.15.2) - 2025-10-17 |
| 23 | + |
| 24 | +### What's Changed |
| 25 | + |
| 26 | +* Fix PHP warning on bad cookie by [@jessarcher](https://github.com/jessarcher) in https://github.com/laravel/nightwatch/pull/292 |
| 27 | + |
| 28 | +**Full Changelog**: https://github.com/laravel/nightwatch/compare/v1.15.1...v1.15.2 |
| 29 | + |
| 30 | +## [v1.15.1](https://github.com/laravel/nightwatch/compare/v1.15.0...v1.15.1) - 2025-10-16 |
| 31 | + |
| 32 | +### What's Changed |
| 33 | + |
| 34 | +* Allow multiple filter callbacks to be registered by [@avosalmon](https://github.com/avosalmon) in https://github.com/laravel/nightwatch/pull/287 |
| 35 | +* Allow multiple redact callbacks to be registered by [@avosalmon](https://github.com/avosalmon) in https://github.com/laravel/nightwatch/pull/289 |
| 36 | +* Use config dot notation by [@timacdonald](https://github.com/timacdonald) in https://github.com/laravel/nightwatch/pull/288 |
| 37 | +* Extract stream helpers by [@timacdonald](https://github.com/timacdonald) in https://github.com/laravel/nightwatch/pull/286 |
| 38 | +* Gracefully handle error output on shutdown by [@timacdonald](https://github.com/timacdonald) in https://github.com/laravel/nightwatch/pull/285 |
| 39 | + |
| 40 | +**Full Changelog**: https://github.com/laravel/nightwatch/compare/v1.15.0...v1.15.1 |
4 | 41 |
|
5 | 42 | ## [v1.15.0](https://github.com/laravel/nightwatch/compare/v1.14.1...v1.15.0) - 2025-10-10 |
6 | 43 |
|
|
0 commit comments