-
Notifications
You must be signed in to change notification settings - Fork 665
Comparing changes
Open a pull request
base repository: etcd-io/bbolt
base: v1.3.9
head repository: etcd-io/bbolt
compare: v1.3.10
- 9 commits
- 14 files changed
- 3 contributors
Commits on Apr 5, 2024
-
Adopt the .go-version approach for toolchain versioning
Signed-off-by: Chun-Hung Tseng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 67a2678 - Browse repository at this point
Copy the full SHA 67a2678View commit details -
Merge pull request #716 from henrybear327/feat/introduce-go-version-file
Adopt the .go-version approach for toolchain versioning
Configuration menu - View commit details
-
Copy full SHA for 9f3524b - Browse repository at this point
Copy the full SHA 9f3524bView commit details -
Bump go toolchain version to address CVE-2023-45288
Changes: - Bump toolchain version to 1.21.9 due to CVE-2023-45288 - run `go mod tidy` Reference: - PR etcd #17703 Signed-off-by: Chun-Hung Tseng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0b59bc1 - Browse repository at this point
Copy the full SHA 0b59bc1View commit details -
Changes (align with the main branch): - remove rand.Seed(s) - use rand.Read from "crypto/rand" - add //nolint:all for (*reflect.SliceHeader)(slice) -> will fix in a follow-up PR Signed-off-by: Chun-Hung Tseng <[email protected]> Co-authored-by: Iván Valdés Castillo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9b60c13 - Browse repository at this point
Copy the full SHA 9b60c13View commit details -
Merge pull request #713 from henrybear327/cve/CVE-2023-45288-release-1.3
Bump go toolchain version to address CVE-2023-45288 for release-1.3
Configuration menu - View commit details
-
Copy full SHA for 2c29534 - Browse repository at this point
Copy the full SHA 2c29534View commit details
Commits on Apr 6, 2024
-
Remove UnsafeSlice and use unsafe.Slice
References: - #713 - #566 Signed-off-by: Chun-Hung Tseng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9e3d732 - Browse repository at this point
Copy the full SHA 9e3d732View commit details
Commits on Apr 7, 2024
-
Merge pull request #717 from henrybear327/fix/remove_UnsafeSlice
Remove UnsafeSlice and use unsafe.Slice
Configuration menu - View commit details
-
Copy full SHA for 886753c - Browse repository at this point
Copy the full SHA 886753cView commit details
Commits on May 2, 2024
-
Ensure a cursor can continue to iterate elements in reverse direction…
… by call Next when it has already reached the beginning Signed-off-by: Benjamin Wang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2d48e1d - Browse repository at this point
Copy the full SHA 2d48e1dView commit details
Commits on May 3, 2024
-
Merge pull request #744 from ahrtr/cursor_20240502
[1.3] Ensure a cursor can continue to iterate elements in reverse direction by call Next when it has already reached the beginning
Configuration menu - View commit details
-
Copy full SHA for 014b028 - Browse repository at this point
Copy the full SHA 014b028View 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.3.9...v1.3.10