File tree 1 file changed +28
-1
lines changed 1 file changed +28
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
- ## [ Unreleased] ( https://github.com/laravel/laravel/compare/v5.7.19...master )
3
+ ## [ v5.8.0 (2019-02-26)] ( https://github.com/laravel/laravel/compare/v5.7.28...v5.8.0 )
4
+
5
+ ### Added
6
+ - Added DynamoDB configuration ([ 1be5e29] ( https://github.com/laravel/laravel/commit/1be5e29753d3592d0305db17d0bffcf312ef5625 ) )
7
+ - Add env variable for mysql ssl cert ([ 9180f64] ( https://github.com/laravel/laravel/commit/9180f646d3a99e22d2d2a957df6ed7b550214b2f ) )
8
+ - Add beanstalk queue block_for config key ([ #4913 ] ( https://github.com/laravel/laravel/pull/4913 ) )
9
+ - Add ` hash ` config param to api auth driver ([ d201c69] ( https://github.com/laravel/laravel/commit/d201c69a8bb6cf7407ac3a6c0a0e89f183061682 ) )
10
+ - Add postmark token ([ 4574265] ( https://github.com/laravel/laravel/commit/45742652ccb0de5e569c23ec826f6106a8550432 ) )
11
+ - Add ` Arr ` and ` Str ` aliases by default ([ #4951 ] ( https://github.com/laravel/laravel/pull/4951 ) )
12
+
13
+ ### Changed
14
+ - Change password min length to 8 ([ #4794 ] ( https://github.com/laravel/laravel/pull/4794 ) )
15
+ - Update UserFactory password ([ #4797 ] ( https://github.com/laravel/laravel/pull/4797 ) )
16
+ - Update AWS env variables ([ 87667b2] ( https://github.com/laravel/laravel/commit/87667b25ae57308f8bbc47f45222d2d1de3ffeed ) )
17
+ - Update minimum PHPUnit version to 7.5 ([ 7546842] ( https://github.com/laravel/laravel/commit/75468420a4c6c28b980319240056e884b4647d63 ) )
18
+ - Replace string helper ([ fae44ee] ( https://github.com/laravel/laravel/commit/fae44eeb26d549a695a1ea0267b117adf55f83e8 ) )
19
+ - Use ` $_SERVER ` instead of ` $_ENV ` for PHPUnit ([ #4943 ] ( https://github.com/laravel/laravel/pull/4943 ) )
20
+ - Add ` REDIS_CLIENT ` env variable ([ ea7fc0b] ( https://github.com/laravel/laravel/commit/ea7fc0b3361a3d3dc2cb9f83f030669bbcb31e1d ) )
21
+ - Use bigIncrements by default ([ #4946 ] ( https://github.com/laravel/laravel/pull/4946 ) )
22
+
23
+ ### Fixed
24
+ - Fix unterminated statements ([ #4952 ] ( https://github.com/laravel/laravel/pull/4952 ) )
25
+
26
+ ### Removed
27
+ - Removed error svgs ([ cfc2220] ( https://github.com/laravel/laravel/commit/cfc2220109dd0813ad5d19702b58b3b1a0a2222e ) )
28
+
29
+
30
+ ## [ v5.7.28 (2019-02-05)] ( https://github.com/laravel/laravel/compare/v5.7.19...v5.7.28 )
4
31
5
32
### Added
6
33
- Hint for lenient log stacks ([ #4918 ] ( https://github.com/laravel/laravel/pull/4918 ) )
You can’t perform that action at this time.
0 commit comments