File tree 1 file changed +30
-2
lines changed
1 file changed +30
-2
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.8.3...master )
3
+ ## [ v5.8.35 (2019-08-XX)] ( https://github.com/laravel/laravel/compare/v5.8.17...v5.8.35 )
4
+
5
+ ### Added
6
+ - Add DYNAMODB_ENDPOINT to the cache config ([ #5034 ] ( https://github.com/laravel/laravel/pull/5034 ) )
7
+ - Added support for new redis URL property ([ #5037 ] ( https://github.com/laravel/laravel/pull/5037 ) )
8
+ - Add .env.backup to gitignore ([ #5046 ] ( https://github.com/laravel/laravel/pull/5046 ) )
9
+ - Using environment variable to set redis prefix ([ #5062 ] ( https://github.com/laravel/laravel/pull/5062 ) )
10
+
11
+ ### Changed
12
+ - Update axios package ([ #5038 ] ( https://github.com/laravel/laravel/pull/5038 ) )
13
+ - Use generic default db config ([ 6f3d68f] ( https://github.com/laravel/laravel/commit/6f3d68f67f3dab0e0d853719696ede8dfd9cc4e1 ) )
14
+ - Update deprecated pusher option ([ #5058 ] ( https://github.com/laravel/laravel/pull/5058 ) )
15
+ - Move TrustProxies to highest priority ([ #5055 ] ( https://github.com/laravel/laravel/pull/5055 ) )
16
+
17
+ ### Fixed
18
+ - Fixed lodash version ([ #5060 ] ( https://github.com/laravel/laravel/pull/5060 ) )
19
+
20
+ ### Removed
21
+ - Remove Stripe config settings ([ #5075 ] ( https://github.com/laravel/laravel/pull/5075 ) , [ bb43372] ( https://github.com/laravel/laravel/commit/bb433725483803a27f21d3b21317072610bc3e9c ) )
22
+ - Remove unnecessary X-CSRF-TOKEN header from our Axios instance ([ #5083 ] ( https://github.com/laravel/laravel/pull/5083 ) )
23
+
24
+
25
+ ## [ v5.8.17 (2019-05-14)] ( https://github.com/laravel/laravel/compare/v5.8.16...v5.8.17 )
26
+
27
+ ### Added
28
+ - Add ends_with validation message ([ #5020 ] ( https://github.com/laravel/laravel/pull/5020 ) )
29
+
30
+ ### Fixed
31
+ - Fix type hint for case of trusting all proxies (string) ([ #5025 ] ( https://github.com/laravel/laravel/pull/5025 ) )
4
32
5
33
6
- ## [ v5.8.16 (2019-05-07)] ( https://github.com/laravel/laravel/compare/v5.8.3...master )
34
+ ## [ v5.8.16 (2019-05-07)] ( https://github.com/laravel/laravel/compare/v5.8.3...v5.8.16 )
7
35
8
36
### Added
9
37
- Add IDE type-hint to UserFactory ([ #4990 ] ( https://github.com/laravel/laravel/pull/4990 ) )
You can’t perform that action at this time.
0 commit comments