File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ # 4.10.0 - 2022-03-14
4
+ - [ 3120: Add a new PSR-17 factory to Psr17FactoryProvider] ( https://github.com/slimphp/Slim/pull/3120 ) thanks to @solventt
5
+ - [ 3123: Replace deprecated setMethods() in tests] ( https://github.com/slimphp/Slim/pull/3123 ) thanks to @solventt
6
+ - [ 3126: Update guzzlehttp/psr7 requirement from ^2.0 to ^2.1] ( https://github.com/slimphp/Slim/pull/3126 ) thanks to @dependabot [ bot]
7
+ - [ 3127: PHPStan v1.0] ( https://github.com/slimphp/Slim/pull/3127 ) thanks to @t0mmy742
8
+ - [ 3128: Update phpstan/phpstan requirement from ^1.0 to ^1.2] ( https://github.com/slimphp/Slim/pull/3128 ) thanks to @dependabot [ bot]
9
+ - [ 3129: Deprecate PHP 7.3] ( https://github.com/slimphp/Slim/pull/3129 ) thanks to @l0gicgate
10
+ - [ 3130: Removed double defined PHP 7.4] ( https://github.com/slimphp/Slim/pull/3130 ) thanks to @flangofas
11
+ - [ 3132: Add new ` RequestResponseNamedArgs ` route strategy] ( https://github.com/slimphp/Slim/pull/3132 ) thanks to @adoy
12
+ - [ 3133: Improve typehinting for ` RouteParserInterface ` ] ( https://github.com/slimphp/Slim/pull/3133 ) thanks to @jerowork
13
+ - [ 3135: Update phpstan/phpstan requirement from ^1.2 to ^1.3] ( https://github.com/slimphp/Slim/pull/3135 ) thanks to @dependabot [ bot]
14
+ - [ 3137: Update phpspec/prophecy requirement from ^1.14 to ^1.15] ( https://github.com/slimphp/Slim/pull/3137 ) thanks to @dependabot [ bot]
15
+ - [ 3138: Update license year] ( https://github.com/slimphp/Slim/pull/3138 ) thanks to @Awilum
16
+ - [ 3139: Fixed #1730 (reintroduced in 4.x)] ( https://github.com/slimphp/Slim/pull/3139 ) thanks to @adoy
17
+ - [ 3145: Update phpstan/phpstan requirement from ^1.3 to ^1.4] ( https://github.com/slimphp/Slim/pull/3145 ) thanks to @dependabot [ bot]
18
+ - [ 3146: Inherit HttpException from RuntimeException] ( https://github.com/slimphp/Slim/pull/3146 ) thanks to @nbayramberdiyev
19
+ - [ 3148: Upgrade to HTML5] ( https://github.com/slimphp/Slim/pull/3148 ) thanks to @nbayramberdiyev
20
+ - [ 3172: Update nyholm/psr7 requirement from ^1.4 to ^1.5] ( https://github.com/slimphp/Slim/pull/3172 ) thanks to @dependabot [ bot]
21
+
3
22
# 4.9.0 - 2021-10-05
4
23
- [ 3058: Implement exception class for Gone Http error] ( https://github.com/slimphp/Slim/pull/3058 ) thanks to @TheKernelPanic
5
24
- [ 3086: Update slim/psr7 requirement from ^1.3 to ^1.4] ( https://github.com/slimphp/Slim/pull/3086 ) thanks to @dependabot [ bot]
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ class App extends RouteCollectorProxy implements RequestHandlerInterface
38
38
*
39
39
* @var string
40
40
*/
41
- public const VERSION = '4.9 .0 ' ;
41
+ public const VERSION = '4.10 .0 ' ;
42
42
43
43
/**
44
44
* @var RouteResolverInterface
You can’t perform that action at this time.
0 commit comments