-
-
Notifications
You must be signed in to change notification settings - Fork 11
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: symfony/rate-limiter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.1.7
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: symfony/rate-limiter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.1.8
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 3 files changed
- 3 contributors
Commits on Oct 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bb40d7f - Browse repository at this point
Copy the full SHA bb40d7fView commit details
Commits on Nov 7, 2024
-
handle error results of DateTime::modify()
Depending on the version of PHP the modify() method will either throw an exception or issue a warning.
Configuration menu - View commit details
-
Copy full SHA for c902bf7 - Browse repository at this point
Copy the full SHA c902bf7View commit details
Commits on Nov 8, 2024
-
* 5.4: relax format assertions for fstat() results on Windows update ICU data from 75.1 to 76.1 fix referencing the SYMFONY_VERSION env var handle error results of DateTime::modify()
Configuration menu - View commit details
-
Copy full SHA for 7171216 - Browse repository at this point
Copy the full SHA 7171216View commit details -
* 6.4: relax format assertions for fstat() results on Windows update ICU data from 75.1 to 76.1 fix referencing the SYMFONY_VERSION env var handle error results of DateTime::modify()
Configuration menu - View commit details
-
Copy full SHA for 2b49bf0 - Browse repository at this point
Copy the full SHA 2b49bf0View commit details
Commits on Nov 9, 2024
-
bug #58601 [RateLimiter] Fix bucket size reduced when previously crea…
…ted with bigger size (Orkin) This PR was merged into the 6.4 branch. Discussion ---------- [RateLimiter] Fix bucket size reduced when previously created with bigger size | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix # | License | MIT ```yaml foo: policy: 'token_bucket' limit: 1000 rate: { interval: '15 minutes', amount: 5 } cache_pool: rate_limiter.cache_pool lock_factory: 'lock.rate_limiter.factory' ``` `rate_limiter.cache_pool` => it's a persistent cache pool like redis When using previously this configuration and consume the token bucket with 1 token it was save on the storage with 999 tokens available. If you update the configuration with a lower token limit ```yaml foo: policy: 'token_bucket' limit: 10 rate: { interval: '15 minutes', amount: 5 } cache_pool: rate_limiter.cache_pool lock_factory: 'lock.rate_limiter.factory' ``` You can consume 999 tokens before triggering the bucket limit without flushing the cache. The purpose of this PR is to update and use the new configuration limit. Commits ------- 6c34c5824fa Fix bucket size reduce when previously created with bigger size
Configuration menu - View commit details
-
Copy full SHA for e250d82 - Browse repository at this point
Copy the full SHA e250d82View commit details -
* 6.4: [AssetMapper] Fix `JavaScriptImportPathCompiler` regex for non-latin characters Definition::$class may not be class-string require Cache component versions compatible with Redis 6.1 [Twitter][Notifier] Fix post INIT upload [Messenger][RateLimiter] fix additional message handled when using a rate limiter [Serializer] fixed object normalizer for a class with `cancel` method Fix bucket size reduce when previously created with bigger size
Configuration menu - View commit details
-
Copy full SHA for f1df8f0 - Browse repository at this point
Copy the full SHA f1df8f0View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v7.1.7...v7.1.8