Skip to content

Commit

Permalink
bump version / update default ttl
Browse files Browse the repository at this point in the history
  • Loading branch information
timopruesse committed Nov 23, 2019
1 parent 1a3f748 commit 9917570
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 79 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,19 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip

----------

## 4.1.1

### Security
This fixes a security vulnerabilities in `symfony/http-foundation` and `symfony/http-kernel`:

- https://github.com/FriendsOfPHP/security-advisories/blob/master/symfony/http-foundation/CVE-2019-18888.yaml
- https://github.com/FriendsOfPHP/security-advisories/blob/master/symfony/http-kernel/CVE-2019-18887.yaml

### Other
Set default value of `ttl` to `900` instead of `null` in `ConfigHelper::getRequestLimitRuleset`.

----------

## 4.1.0

### Compatibility
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
],
"require": {
"php": "^7.2",
"hamburgscleanest/guzzle-advanced-throttle": "^4.1.0",
"hamburgscleanest/guzzle-advanced-throttle": "^4.1.1",
"illuminate/support": "^5.8.2|^6.0.0"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 9917570

Please sign in to comment.