-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Comparing changes
Open a pull request
base repository: gomodule/redigo
base: v1.8.9
head repository: gomodule/redigo
compare: v1.9.2
- 11 commits
- 12 files changed
- 4 contributors
Commits on May 11, 2023
-
fix: test goroutine leaks (#643)
Ensure that goroutines started by tests are cleaned up on termination. Also: * make TestLatencyHistories compatible with -count=X. * Update to the supported versions of go 1.19 and 1.20. * Update golangci-lint to v1.15.2 Fixes #641
Configuration menu - View commit details
-
Copy full SHA for 78e255f - Browse repository at this point
Copy the full SHA 78e255fView commit details
Commits on Aug 20, 2023
-
Update testify to eliminate security issue in dependent package gopkg.in/yaml.v3. Fixes #652
Configuration menu - View commit details
-
Copy full SHA for a60882b - Browse repository at this point
Copy the full SHA a60882bView commit details
Commits on Jan 29, 2024
-
core: update github actions and fix tests (#657)
Update GitHub actions to use the latest versions and add go mod tidy check. This bumps go version for tests to 1.20 and 1.21 the currently supported versions. Update checks to validate against Redis 7.2 and 7.0, removing 5.0 and 4.0 which may still work but haven't been updated since 2020. Fix pubsub test instability due to unsubscribe notifications ordering not being guaranteed. Fix latency tests on Redis 7 due to DEBUG being disabled by default.
Configuration menu - View commit details
-
Copy full SHA for 9129745 - Browse repository at this point
Copy the full SHA 9129745View commit details
Commits on Feb 3, 2024
-
chore: run test server with enable-debug-command (#654)
Run the Redis test server with --enable-debug-command local on Redis >= 7.0 which disables MODULE and DEBUG commands by default for better security. Without this, some unit tests fail on later Redis versions.
Configuration menu - View commit details
-
Copy full SHA for 8b1c13e - Browse repository at this point
Copy the full SHA 8b1c13eView commit details -
chore: remove debug check (#659)
Remove debug check now we run the test server with debug enabled if needed.
Configuration menu - View commit details
-
Copy full SHA for 9f0d2e9 - Browse repository at this point
Copy the full SHA 9f0d2e9View commit details
Commits on Feb 20, 2024
-
feat: add TestOnBorrowContext (#660)
Add TestOnBorrowContext to the Pool struct for checking the health of the idle connection with a given context.
Configuration menu - View commit details
-
Copy full SHA for 1d393b3 - Browse repository at this point
Copy the full SHA 1d393b3View commit details -
ci: add goreleaser, update action and go versions (#662)
Add goreleaser to automate the generation of release notes and bump the versions of github actions golang go the latest versions.
Configuration menu - View commit details
-
Copy full SHA for 1bfd3c1 - Browse repository at this point
Copy the full SHA 1bfd3c1View commit details -
ci: remove deprecated goreleaser option (#663)
Remove deprecated goreleaser option --rm-dist and use --clean instead to prevent deprecation warning.
Configuration menu - View commit details
-
Copy full SHA for cfabb1f - Browse repository at this point
Copy the full SHA cfabb1fView commit details -
Retract v1.8.10 which was tagged incorrectly for a feature release and only available for a few minutes. v1.9.0 is identical.
Configuration menu - View commit details
-
Copy full SHA for 162ed02 - Browse repository at this point
Copy the full SHA 162ed02View commit details
Commits on Feb 25, 2024
-
fix: bump go version to 1.17 (#666)
Due to our test dependency requiring 1.17 minimum and the 1.16 being well out of support, currently only 1.21 and 1.22 are support releases, bump our required go version to 1.16. Fixes #665
Configuration menu - View commit details
-
Copy full SHA for e05a63b - Browse repository at this point
Copy the full SHA e05a63bView commit details -
Move checkout before go-setup so caching works.
Configuration menu - View commit details
-
Copy full SHA for 4c535aa - Browse repository at this point
Copy the full SHA 4c535aaView 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 v1.8.9...v1.9.2