-
Notifications
You must be signed in to change notification settings - Fork 318
Comparing changes
Open a pull request
base repository: uber-go/ratelimit
base: v0.3.0
head repository: uber-go/ratelimit
compare: v0.3.1
- 8 commits
- 10 files changed
- 1 contributor
Commits on Jul 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2fd8c93 - Browse repository at this point
Copy the full SHA 2fd8c93View commit details -
Minimize permissions on CI workflows (#110)
They only need read permissions.
Configuration menu - View commit details
-
Copy full SHA for 021eef1 - Browse repository at this point
Copy the full SHA 021eef1View commit details -
Use latest version of github actions. (#112)
I do wonder whether #111 is failing due to the caching we might have (?) Based on https://github.com/uber-go/zap/blob/master/.github/workflows/go.yml
Configuration menu - View commit details
-
Copy full SHA for 25bdf05 - Browse repository at this point
Copy the full SHA 25bdf05View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0d3e65 - Browse repository at this point
Copy the full SHA a0d3e65View commit details -
Run tests on the latest 2 go versions, update go directive in go.mod (#…
…114) * Run tests on the latest 2 go versions, update go directive in go.mod We support the latest two versions; we should be testing them. Go directive shouldn't change much, I'm updating it to be in sync. We're still pre Go 1.21, so this should not affect the users. Need to update statichceck in the same PR: - without it, it cannot recognize the new go version - at the same time, staticcheck 0.3.3+ requires Go1.19
Configuration menu - View commit details
-
Copy full SHA for 76fa6b7 - Browse repository at this point
Copy the full SHA 76fa6b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60908a3 - Browse repository at this point
Copy the full SHA 60908a3View commit details
Commits on Mar 4, 2024
-
Fix an issue with maxSlack boundary updates. (#124)
Fixes #119 The solution is a copy from #120, but follows the testing framework that we have - I did not want us to have a real `Sleep` in tests. I'm not exactly thrilled by the testing setup (especially the milliseconds) or the clock itself, but I'm not willing to totally give up on it like #120 proposes. I also wanted ALL implementations of the ratelimiter to be tested, not just the currently selected. Might follow up with some testing cleanups and/or clock migration.
Configuration menu - View commit details
-
Copy full SHA for 9364ca3 - Browse repository at this point
Copy the full SHA 9364ca3View commit details -
Preparing release v0.3.1 (#125)
Includes a prety serious slack bug, so IMO we should push a new minor version.
Configuration menu - View commit details
-
Copy full SHA for 61eed72 - Browse repository at this point
Copy the full SHA 61eed72View commit details
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 v0.3.0...v0.3.1