Release notes
*Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).*
> ## v5.8.17
> ## [2019/05/14](https://github.com/laravel/framework/compare/v5.8.16...v5.8.17)
>
> ### Added
> - Added `Illuminate\Foundation\Testing\TestResponse::dumpHeaders()` ([#28450](https://github-redirect.dependabot.com/laravel/framework/pull/28450))
> - Added `ends_with` validation rule ([#28455](https://github-redirect.dependabot.com/laravel/framework/pull/28455))
> - Added possibility to use a few `columns` arguments in the `route:list` command ([#28459](https://github-redirect.dependabot.com/laravel/framework/pull/28459))
> - Added `retryAfter` in `Mail\SendQueuedMailable` and `Notifications\SendQueuedNotifications` object ([#28484](https://github-redirect.dependabot.com/laravel/framework/pull/28484))
> - Added `Illuminate\Foundation\Console\Kernel::scheduleCache()` ([6587e78](https://github.com/laravel/framework/commit/6587e78383c4ecc8d7f3791f54cf6f536a1fc089))
> - Added support for multiple `--path` options within migrate commands ([#28495](https://github-redirect.dependabot.com/laravel/framework/pull/28495))
> - Added `Tappable` trait ([#28507](https://github-redirect.dependabot.com/laravel/framework/pull/28507))
> - Added support auto-discovery for events in a custom application directory, that sets via `Illuminate\Foundation\Application::useAppPath()` ([#28493](https://github-redirect.dependabot.com/laravel/framework/pull/28493))
> - Added passing of notifiable email through reset link ([#28475](https://github-redirect.dependabot.com/laravel/framework/pull/28475))
> - Added support flush db on clusters in `PhpRedisConnection` and `PredisConnection` ([f4e8d5c](https://github.com/laravel/framework/commit/f4e8d5c1f1b72e24baac33c336233cca24230783))
>
> ### Fixed
> - Fixed session resolver in `RoutingServiceProvider` (without bind of `session` in `Container`) ([#28438](https://github-redirect.dependabot.com/laravel/framework/pull/28438))
> - Fixed `route:list` command when routes were dynamically modified ([#28460](https://github-redirect.dependabot.com/laravel/framework/pull/28460), [#28463](https://github-redirect.dependabot.com/laravel/framework/pull/28463))
> - Fixed `required` validation with multiple `passes()` calls ([#28502](https://github-redirect.dependabot.com/laravel/framework/pull/28502))
> - Fixed the collation bug when changing columns in a migration ([#28514](https://github-redirect.dependabot.com/laravel/framework/pull/28514))
> - Added password to the `RedisCluster` only if `redis` >= `4.3.0` ([1371940](https://github.com/laravel/framework/commit/1371940abe17b7b6008e136060fcf5534f15f03f))
> - Used `escapeshellarg` on windows symlink in `Filesystem::link()`([44c3feb](https://github.com/laravel/framework/commit/44c3feb604944599ad1c782a9942981c3991fa31))
>
> ### Changed
> - Reset webpack file for none preset ([#28462](https://github-redirect.dependabot.com/laravel/framework/pull/28462))
>
Changelog
*Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.8/CHANGELOG-5.8.md).*
> ## [v5.8.17 (2019-05-14)](https://github.com/laravel/framework/compare/v5.8.16...v5.8.17)
>
> ### Added
> - Added `Illuminate\Foundation\Testing\TestResponse::dumpHeaders()` ([#28450](https://github-redirect.dependabot.com/laravel/framework/pull/28450))
> - Added `ends_with` validation rule ([#28455](https://github-redirect.dependabot.com/laravel/framework/pull/28455))
> - Added possibility to use a few `columns` arguments in the `route:list` command ([#28459](https://github-redirect.dependabot.com/laravel/framework/pull/28459))
> - Added `retryAfter` in `Mail\SendQueuedMailable` and `Notifications\SendQueuedNotifications` object ([#28484](https://github-redirect.dependabot.com/laravel/framework/pull/28484))
> - Added `Illuminate\Foundation\Console\Kernel::scheduleCache()` ([6587e78](https://github.com/laravel/framework/commit/6587e78383c4ecc8d7f3791f54cf6f536a1fc089))
> - Added support for multiple `--path` options within migrate commands ([#28495](https://github-redirect.dependabot.com/laravel/framework/pull/28495))
> - Added `Tappable` trait ([#28507](https://github-redirect.dependabot.com/laravel/framework/pull/28507))
> - Added support auto-discovery for events in a custom application directory, that sets via `Illuminate\Foundation\Application::useAppPath()` ([#28493](https://github-redirect.dependabot.com/laravel/framework/pull/28493))
> - Added passing of notifiable email through reset link ([#28475](https://github-redirect.dependabot.com/laravel/framework/pull/28475))
> - Added support flush db on clusters in `PhpRedisConnection` and `PredisConnection` ([f4e8d5c](https://github.com/laravel/framework/commit/f4e8d5c1f1b72e24baac33c336233cca24230783))
>
> ### Fixed
> - Fixed session resolver in `RoutingServiceProvider` (without bind of `session` in `Container`) ([#28438](https://github-redirect.dependabot.com/laravel/framework/pull/28438))
> - Fixed `route:list` command when routes were dynamically modified ([#28460](https://github-redirect.dependabot.com/laravel/framework/pull/28460), [#28463](https://github-redirect.dependabot.com/laravel/framework/pull/28463))
> - Fixed `required` validation with multiple `passes()` calls ([#28502](https://github-redirect.dependabot.com/laravel/framework/pull/28502))
> - Fixed the collation bug when changing columns in a migration ([#28514](https://github-redirect.dependabot.com/laravel/framework/pull/28514))
> - Added password to the `RedisCluster` only if `redis` >= `4.3.0` ([1371940](https://github.com/laravel/framework/commit/1371940abe17b7b6008e136060fcf5534f15f03f))
> - Used `escapeshellarg` on windows symlink in `Filesystem::link()`([44c3feb](https://github.com/laravel/framework/commit/44c3feb604944599ad1c782a9942981c3991fa31))
>
> ### Changed
> - Reset webpack file for none preset ([#28462](https://github-redirect.dependabot.com/laravel/framework/pull/28462))
Commits
- [`33c04dd`](https://github.com/laravel/framework/commit/33c04dd2a431adeeb49926a4f2b20590cc033ca2) version
- [`7c23b74`](https://github.com/laravel/framework/commit/7c23b7479e734eb22fa2befeaf9738876891c48a) Apply fixes from StyleCI ([#28527](https://github-redirect.dependabot.com/laravel/framework/issues/28527))
- [`49f1833`](https://github.com/laravel/framework/commit/49f1833a2b1c608b1b4b6d1c013f7dba5a5c4283) Merge branch '5.8' of github.com:laravel/framework into 5.8
- [`44c3feb`](https://github.com/laravel/framework/commit/44c3feb604944599ad1c782a9942981c3991fa31) use escapeshellarg on windows symlink
- [`b1fce05`](https://github.com/laravel/framework/commit/b1fce05dd8c5f240be1770910534328399b919b8) Merge pull request [#28507](https://github-redirect.dependabot.com/laravel/framework/issues/28507) from pascalbaljet/5.8
- [`e459f37`](https://github.com/laravel/framework/commit/e459f374d6d34a5eabe0173ed4facfb27a06cdbd) Merge pull request [#28514](https://github-redirect.dependabot.com/laravel/framework/issues/28514) from JacksonIV/5.8
- [`fab75c7`](https://github.com/laravel/framework/commit/fab75c7375ed6600b9a5bebe2ef9a16d74906406) Merge pull request [#28523](https://github-redirect.dependabot.com/laravel/framework/issues/28523) from mintbridge/patch-1
- [`1f32131`](https://github.com/laravel/framework/commit/1f3213150b294ce3c540667bac3ba10b7b32029b) Merge pull request [#28524](https://github-redirect.dependabot.com/laravel/framework/issues/28524) from xuanquynh/fix_collection_valueRetriever_dockblock
- [`c7a3ca1`](https://github.com/laravel/framework/commit/c7a3ca1c6df547a807807ffc782c13b92d44a1ad) Merge branch '5.8' of github.com:laravel/framework into 5.8
- [`f4e8d5c`](https://github.com/laravel/framework/commit/f4e8d5c1f1b72e24baac33c336233cca24230783) support flush db on clusters
- Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.8.16...v5.8.17)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps laravel/framework from 5.8.16 to 5.8.17.
Release notes
*Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).* > ## v5.8.17 > ## [2019/05/14](https://github.com/laravel/framework/compare/v5.8.16...v5.8.17) > > ### Added > - Added `Illuminate\Foundation\Testing\TestResponse::dumpHeaders()` ([#28450](https://github-redirect.dependabot.com/laravel/framework/pull/28450)) > - Added `ends_with` validation rule ([#28455](https://github-redirect.dependabot.com/laravel/framework/pull/28455)) > - Added possibility to use a few `columns` arguments in the `route:list` command ([#28459](https://github-redirect.dependabot.com/laravel/framework/pull/28459)) > - Added `retryAfter` in `Mail\SendQueuedMailable` and `Notifications\SendQueuedNotifications` object ([#28484](https://github-redirect.dependabot.com/laravel/framework/pull/28484)) > - Added `Illuminate\Foundation\Console\Kernel::scheduleCache()` ([6587e78](https://github.com/laravel/framework/commit/6587e78383c4ecc8d7f3791f54cf6f536a1fc089)) > - Added support for multiple `--path` options within migrate commands ([#28495](https://github-redirect.dependabot.com/laravel/framework/pull/28495)) > - Added `Tappable` trait ([#28507](https://github-redirect.dependabot.com/laravel/framework/pull/28507)) > - Added support auto-discovery for events in a custom application directory, that sets via `Illuminate\Foundation\Application::useAppPath()` ([#28493](https://github-redirect.dependabot.com/laravel/framework/pull/28493)) > - Added passing of notifiable email through reset link ([#28475](https://github-redirect.dependabot.com/laravel/framework/pull/28475)) > - Added support flush db on clusters in `PhpRedisConnection` and `PredisConnection` ([f4e8d5c](https://github.com/laravel/framework/commit/f4e8d5c1f1b72e24baac33c336233cca24230783)) > > ### Fixed > - Fixed session resolver in `RoutingServiceProvider` (without bind of `session` in `Container`) ([#28438](https://github-redirect.dependabot.com/laravel/framework/pull/28438)) > - Fixed `route:list` command when routes were dynamically modified ([#28460](https://github-redirect.dependabot.com/laravel/framework/pull/28460), [#28463](https://github-redirect.dependabot.com/laravel/framework/pull/28463)) > - Fixed `required` validation with multiple `passes()` calls ([#28502](https://github-redirect.dependabot.com/laravel/framework/pull/28502)) > - Fixed the collation bug when changing columns in a migration ([#28514](https://github-redirect.dependabot.com/laravel/framework/pull/28514)) > - Added password to the `RedisCluster` only if `redis` >= `4.3.0` ([1371940](https://github.com/laravel/framework/commit/1371940abe17b7b6008e136060fcf5534f15f03f)) > - Used `escapeshellarg` on windows symlink in `Filesystem::link()`([44c3feb](https://github.com/laravel/framework/commit/44c3feb604944599ad1c782a9942981c3991fa31)) > > ### Changed > - Reset webpack file for none preset ([#28462](https://github-redirect.dependabot.com/laravel/framework/pull/28462)) >Changelog
*Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.8/CHANGELOG-5.8.md).* > ## [v5.8.17 (2019-05-14)](https://github.com/laravel/framework/compare/v5.8.16...v5.8.17) > > ### Added > - Added `Illuminate\Foundation\Testing\TestResponse::dumpHeaders()` ([#28450](https://github-redirect.dependabot.com/laravel/framework/pull/28450)) > - Added `ends_with` validation rule ([#28455](https://github-redirect.dependabot.com/laravel/framework/pull/28455)) > - Added possibility to use a few `columns` arguments in the `route:list` command ([#28459](https://github-redirect.dependabot.com/laravel/framework/pull/28459)) > - Added `retryAfter` in `Mail\SendQueuedMailable` and `Notifications\SendQueuedNotifications` object ([#28484](https://github-redirect.dependabot.com/laravel/framework/pull/28484)) > - Added `Illuminate\Foundation\Console\Kernel::scheduleCache()` ([6587e78](https://github.com/laravel/framework/commit/6587e78383c4ecc8d7f3791f54cf6f536a1fc089)) > - Added support for multiple `--path` options within migrate commands ([#28495](https://github-redirect.dependabot.com/laravel/framework/pull/28495)) > - Added `Tappable` trait ([#28507](https://github-redirect.dependabot.com/laravel/framework/pull/28507)) > - Added support auto-discovery for events in a custom application directory, that sets via `Illuminate\Foundation\Application::useAppPath()` ([#28493](https://github-redirect.dependabot.com/laravel/framework/pull/28493)) > - Added passing of notifiable email through reset link ([#28475](https://github-redirect.dependabot.com/laravel/framework/pull/28475)) > - Added support flush db on clusters in `PhpRedisConnection` and `PredisConnection` ([f4e8d5c](https://github.com/laravel/framework/commit/f4e8d5c1f1b72e24baac33c336233cca24230783)) > > ### Fixed > - Fixed session resolver in `RoutingServiceProvider` (without bind of `session` in `Container`) ([#28438](https://github-redirect.dependabot.com/laravel/framework/pull/28438)) > - Fixed `route:list` command when routes were dynamically modified ([#28460](https://github-redirect.dependabot.com/laravel/framework/pull/28460), [#28463](https://github-redirect.dependabot.com/laravel/framework/pull/28463)) > - Fixed `required` validation with multiple `passes()` calls ([#28502](https://github-redirect.dependabot.com/laravel/framework/pull/28502)) > - Fixed the collation bug when changing columns in a migration ([#28514](https://github-redirect.dependabot.com/laravel/framework/pull/28514)) > - Added password to the `RedisCluster` only if `redis` >= `4.3.0` ([1371940](https://github.com/laravel/framework/commit/1371940abe17b7b6008e136060fcf5534f15f03f)) > - Used `escapeshellarg` on windows symlink in `Filesystem::link()`([44c3feb](https://github.com/laravel/framework/commit/44c3feb604944599ad1c782a9942981c3991fa31)) > > ### Changed > - Reset webpack file for none preset ([#28462](https://github-redirect.dependabot.com/laravel/framework/pull/28462))Commits
- [`33c04dd`](https://github.com/laravel/framework/commit/33c04dd2a431adeeb49926a4f2b20590cc033ca2) version - [`7c23b74`](https://github.com/laravel/framework/commit/7c23b7479e734eb22fa2befeaf9738876891c48a) Apply fixes from StyleCI ([#28527](https://github-redirect.dependabot.com/laravel/framework/issues/28527)) - [`49f1833`](https://github.com/laravel/framework/commit/49f1833a2b1c608b1b4b6d1c013f7dba5a5c4283) Merge branch '5.8' of github.com:laravel/framework into 5.8 - [`44c3feb`](https://github.com/laravel/framework/commit/44c3feb604944599ad1c782a9942981c3991fa31) use escapeshellarg on windows symlink - [`b1fce05`](https://github.com/laravel/framework/commit/b1fce05dd8c5f240be1770910534328399b919b8) Merge pull request [#28507](https://github-redirect.dependabot.com/laravel/framework/issues/28507) from pascalbaljet/5.8 - [`e459f37`](https://github.com/laravel/framework/commit/e459f374d6d34a5eabe0173ed4facfb27a06cdbd) Merge pull request [#28514](https://github-redirect.dependabot.com/laravel/framework/issues/28514) from JacksonIV/5.8 - [`fab75c7`](https://github.com/laravel/framework/commit/fab75c7375ed6600b9a5bebe2ef9a16d74906406) Merge pull request [#28523](https://github-redirect.dependabot.com/laravel/framework/issues/28523) from mintbridge/patch-1 - [`1f32131`](https://github.com/laravel/framework/commit/1f3213150b294ce3c540667bac3ba10b7b32029b) Merge pull request [#28524](https://github-redirect.dependabot.com/laravel/framework/issues/28524) from xuanquynh/fix_collection_valueRetriever_dockblock - [`c7a3ca1`](https://github.com/laravel/framework/commit/c7a3ca1c6df547a807807ffc782c13b92d44a1ad) Merge branch '5.8' of github.com:laravel/framework into 5.8 - [`f4e8d5c`](https://github.com/laravel/framework/commit/f4e8d5c1f1b72e24baac33c336233cca24230783) support flush db on clusters - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.8.16...v5.8.17)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.