2017-03-25 09:33:49 -07:00
# Release Notes
2018-01-27 09:00:57 -08:00
## [Unreleased]
### Changed
- Updated Mix to 2.0 ([#4557 ](https://github.com/laravel/laravel/pull/4557 ))
## v5.5.28 (2018-01-03)
### Added
- Added `symfony/thanks` ([60de3a5 ](https://github.com/laravel/laravel/commit/60de3a5670c4a3bf5fb96433828b6aadd7df0e53 ))
### Changed
- Reduced hash computations during tests ([#4517 ](https://github.com/laravel/laravel/pull/4517 ), [4bfb164 ](https://github.com/laravel/laravel/commit/4bfb164c26e4e15ec367912100a71b8fe1500b5c ))
- Use environment variables for SQS config ([#4516 ](https://github.com/laravel/laravel/pull/4516 ), [aa4b023 ](https://github.com/laravel/laravel/commit/aa4b02358a018ebc35123caeb92dcca0669e2816 ))
- Use hard-coded password hash ([f693a20 ](https://github.com/laravel/laravel/commit/f693a20a3ce6d2461ca75490d44cd1b6ba09ee84 ))
- Updated default Echo configuration for Pusher ([#4525 ](https://github.com/laravel/laravel/pull/4525 ), [aad5940 ](https://github.com/laravel/laravel/commit/aad59400e2d69727224a3ca9b6aa9f9d7c87e9f7 ), [#4526 ](https://github.com/laravel/laravel/pull/4526 ), [a32af97 ](https://github.com/laravel/laravel/commit/a32af97ede49fdd57e8217a9fd484b4cb4ab1bbf ))
## v5.5.22 (2017-11-21)
### Added
- Added `-Indexes` option in `.htaccess` ([#4422 ](https://github.com/laravel/laravel/pull/4422 ))
### Changed
- Load session lifetime from env file ([#4444 ](https://github.com/laravel/laravel/pull/4444 ))
- Update mockery to 1.0 ([#4458 ](https://github.com/laravel/laravel/pull/4458 ))
- Generate cache prefix from `APP_NAME` ([#4409 ](https://github.com/laravel/laravel/pull/4409 ))
- Match AWS environment variable name with AWS defaults ([#4470 ](https://github.com/laravel/laravel/pull/4470 ))
- Don't show progress for `production` command ([#4467 ](https://github.com/laravel/laravel/pull/4467 ))
### Fixed
- Fixed directive order in `.htaccess` ([#4433 ](https://github.com/laravel/laravel/pull/4433 ))
2017-09-05 19:19:56 -07:00
## v5.5.0 (2017-08-30)
### Added
- Added `same_site` to `session.php` config ([#4168 ](https://github.com/laravel/laravel/pull/4168 ))
- Added `TrustProxies` middleware ([e23a1d2 ](https://github.com/laravel/laravel/commit/e23a1d284f134bfce258cf736ea8667a407ba50c ), [#4302 ](https://github.com/laravel/laravel/pull/4302 ))
- Autoload commands ([5d54c21 ](https://github.com/laravel/laravel/commit/5d54c21ea869a7a5b503f0899307e4728feed11b ))
- Added Whoops ([#4364 ](https://github.com/laravel/laravel/pull/4364 ))
### Changed
- Refactored exception handler (_too many commits_)
- Renamed `ModelFactory.php` to `UserFactory.php` to encourage separate files ([67a8a11 ](https://github.com/laravel/laravel/commit/67a8a1157004c4373663ec4a9398780feb6d6fa4 ))
- Use `RefreshDatabase` trait ([a536402 ](https://github.com/laravel/laravel/commit/a536402228108da9423a0db1e0cf492f3f51c8b8 ), [#4373 ](https://github.com/laravel/laravel/pull/4373 ))
- Use Composer's `@php` directive ([#4278 ](https://github.com/laravel/laravel/pull/4278 ))
- Use `post-autoload-dump` ([2f4d726 ](https://github.com/laravel/laravel/commit/2f4d72699cdc9b7db953055287697a60b6d8b294 ))
- Try to build session cookie name from app name ([#4305 ](https://github.com/laravel/laravel/pull/4305 ))
2018-01-27 09:00:57 -08:00
2017-09-05 19:19:56 -07:00
### Fixed
- Fixed Apache trailing slash redirect for subdirectory installs ([#4344 ](https://github.com/laravel/laravel/pull/4344 ))
### Removed
- Dropped `bootstrap/autoload.php` ([#4226 ](https://github.com/laravel/laravel/pull/4226 ), [#4227 ](https://github.com/laravel/laravel/pull/4227 ), [100f71e ](https://github.com/laravel/laravel/commit/100f71e71a24fd8f339a7687557b77dd872b054b ))
- Emptied `$dontReport` array on exception handler ([758392c ](https://github.com/laravel/laravel/commit/758392c30fa0b2651ca9409aebb040a64816dde4 ))
2018-01-27 09:00:57 -08:00
- Removed `TinkerServiceProvider` ([6db0f35 ](https://github.com/laravel/laravel/commit/6db0f350fbaa21b2acf788d10961aba983a19be2 ))
2017-09-05 19:19:56 -07:00
- Removed migrations from autoload classmap ([#4340 ](https://github.com/laravel/laravel/pull/4340 ))
2017-07-20 20:18:26 -07:00
## v5.4.30 (2017-07-20)
### Changed
- Simplified mix require ([#4283 ](https://github.com/laravel/laravel/pull/4283 ))
- Upgraded Laravel Mix to `^1.0` ([#4294 ](https://github.com/laravel/laravel/pull/4294 ))
- Upgraded `axios` and `cross-env` package ([#4299 ](https://github.com/laravel/laravel/pull/4299 ))
- Ignore Yarn error log ([#4322 ](https://github.com/laravel/laravel/pull/4322 ))
### Fixed
- Use `app()->getLocale()` ([#4282 ](https://github.com/laravel/laravel/pull/4282 ))
- Use quotes in `app.scss` ([#4287 ](https://github.com/laravel/laravel/pull/4287 ))
2017-05-14 08:14:44 -07:00
## v5.4.23 (2017-05-11)
### Added
- Added SQL Server connection ([#4253 ](https://github.com/laravel/laravel/pull/4253 ), [#4254 ](https://github.com/laravel/laravel/pull/4254 ))
### Changed
- Switch to using meta
- Use CSRF token from `meta` tag, instead of `window.Laravel` object ([#4260 ](https://github.com/laravel/laravel/pull/4260 ))
- Log console error if CSRF token cannot be found ([1155245 ](https://github.com/laravel/laravel/commit/1155245a596113dc2cd0e9083603fa11df2eacd9 ))
### Fixed
- Added missing `ipv4` and `ipv6` validation messages ([#4261 ](https://github.com/laravel/laravel/pull/4261 ))
## v5.4.21 (2017-04-28)
### Added
- Added `FILESYSTEM_DRIVER` and `FILESYSTEM_CLOUD` environment variables ([#4236 ](https://github.com/laravel/laravel/pull/4236 ))
### Changed
- Use lowercase doctype ([#4241 ](https://github.com/laravel/laravel/pull/4241 ))
## v5.4.19 (2017-04-20)
2017-04-20 10:30:29 -07:00
### Added
- Added `optimize-autoloader` to `config` in `composer.json` ([#4189 ](https://github.com/laravel/laravel/pull/4189 ))
- Added `.vagrant` directory to `.gitignore` ([#4191 ](https://github.com/laravel/laravel/pull/4191 ))
- Added `npm run development` and `npm run prod` commands ([#4190 ](https://github.com/laravel/laravel/pull/4190 ), [#4193 ](https://github.com/laravel/laravel/pull/4193 ))
- Added `APP_NAME` environment variable ([#4204 ](https://github.com/laravel/laravel/pull/4204 ))
### Changed
- Changed Laravel Mix version to `0.*` ([#4188 ](https://github.com/laravel/laravel/pull/4188 ))
- Add to axios defaults instead of overwriting them ([#4208 ](https://github.com/laravel/laravel/pull/4208 ))
- Added `string` validation rule to `RegisterController` ([#4212 ](https://github.com/laravel/laravel/pull/4212 ))
- Moved Vue inclusion from `bootstrap.js` to `app.js` ([17ec5c5 ](https://github.com/laravel/laravel/commit/17ec5c51d60bb05985f287f09041c56fcd41d9ce ))
- Only load libraries if present ([d905b2e ](https://github.com/laravel/laravel/commit/d905b2e7bede2967d37ed7b260cd9d526bb9cabd ))
- Ignore the NPM debug log ([#4232 ](https://github.com/laravel/laravel/pull/4232 ))
2017-05-15 02:40:40 +02:00
- Use fluent middleware definition in `LoginController` ([#4229 ](https://github.com/laravel/laravel/pull/4229 ))
2017-04-20 10:30:29 -07:00
2017-03-25 09:33:49 -07:00
## v5.4.16 (2017-03-17)
### Added
- Added `unix_socket` to `mysql` in `config/database.php` ()[#4179 ](https://github.com/laravel/laravel/pull/4179 ))
- Added Pusher example code to `bootstrap.js` ([31c2623 ](https://github.com/laravel/laravel/commit/31c262301899b6cd1a4ce2631ad0e313b444b131 ))
### Changed
- Use `smtp.mailtrap.io` as default `MAIL_HOST` ([#4182 ](https://github.com/laravel/laravel/pull/4182 ))
- Use `resource_path()` in `config/view.php` ([#4165 ](https://github.com/laravel/laravel/pull/4165 ))
- Use `cross-env` binary ([#4167 ](https://github.com/laravel/laravel/pull/4167 ))
### Removed
- Remove index from password reset `token` column ([#4180 ](https://github.com/laravel/laravel/pull/4180 ))