-
Notifications
You must be signed in to change notification settings - Fork 712
Comparing changes
Open a pull request
base repository: etcd-io/bbolt
base: v1.4.0
head repository: etcd-io/bbolt
compare: v1.4.1
- 19 commits
- 36 files changed
- 6 contributors
Commits on Feb 7, 2025
-
Signed-off-by: Benjamin Wang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0fb5f62 - Browse repository at this point
Copy the full SHA 0fb5f62View commit details -
Merge pull request #895 from ahrtr/version_20250207
[1.4] Update version to 1.4.0
Configuration menu - View commit details
-
Copy full SHA for f61dee2 - Browse repository at this point
Copy the full SHA f61dee2View commit details
Commits on Feb 11, 2025
-
Signed-off-by: Ivan Valdes <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 010ad49 - Browse repository at this point
Copy the full SHA 010ad49View commit details -
Merge pull request #905 from k8s-infra-cherrypick-robot/cherry-pick-9…
…04-to-release-1.4 [release-1.4] Fix debug sync log line
Configuration menu - View commit details
-
Copy full SHA for 8d40c44 - Browse repository at this point
Copy the full SHA 8d40c44View commit details
Commits on Mar 9, 2025
-
Bump release 1.4 go toolchain to v1.23.7
Signed-off-by: tcchawla <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 396ea5e - Browse repository at this point
Copy the full SHA 396ea5eView commit details -
Merge pull request #921 from tcchawla/release-1.4-bump-go-to-1.23.7
[1.4] Bump go toolchain to v1.23.7
Configuration menu - View commit details
-
Copy full SHA for 4598e96 - Browse repository at this point
Copy the full SHA 4598e96View commit details
Commits on Apr 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f6c7aeb - Browse repository at this point
Copy the full SHA f6c7aebView commit details -
Merge pull request #938 from joshjms/release-1.4
[release-1.4] Bump go to 1.23.8
Configuration menu - View commit details
-
Copy full SHA for b49ff33 - Browse repository at this point
Copy the full SHA b49ff33View commit details
Commits on Apr 9, 2025
-
Clarify the effect of InitialMmapSize on Windows platform
Signed-off-by: Benjamin Wang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1d47668 - Browse repository at this point
Copy the full SHA 1d47668View commit details -
Merge pull request #943 from ahrtr/1.4_initial_mmap_size_20240409
[release-1.4] Clarify the effect of InitialMmapSize on Windows platform
Configuration menu - View commit details
-
Copy full SHA for 9cc5602 - Browse repository at this point
Copy the full SHA 9cc5602View commit details
Commits on May 28, 2025
-
[release-1.4] Bump Go to 1.23.9
Signed-off-by: Mustafa Elbehery <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 219ce53 - Browse repository at this point
Copy the full SHA 219ce53View commit details
Commits on May 29, 2025
-
Merge pull request #957 from Elbehery/1.4_20250507-bump-go-1.23.9
[release-1.4] Bump Go to 1.23.9
Configuration menu - View commit details
-
Copy full SHA for cc41cbb - Browse repository at this point
Copy the full SHA cc41cbbView commit details
Commits on Jun 6, 2025
-
Seems like it was more useful before 263e75d, but now it's only used for statistics which can easily be managed in a different way. I see no other valid purposes for this list, a reference can have some value for GC, but if DB user loses a reference to transaction that is not closed there is not much DB can do. This improves ConcurrentView test from workers samples min avg 50% 80% 90% max 1 10 49.323µs 974.287µs 1.068978ms 1.112882ms 1.131938ms 1.131938ms 10 100 32.592µs 685.315µs 980.5µs 1.125385ms 1.137678ms 1.169789ms 100 1000 31.49µs 219.084µs 77.427µs 353.651µs 656.916µs 1.785808ms 1000 10000 30.668µs 1.639366ms 99.128µs 3.086665ms 5.031354ms 16.315849ms 10000 100000 30.818µs 40.893475ms 36.963667ms 78.650583ms 111.553136ms 302.412177ms to workers samples min avg 50% 80% 90% max 1 10 78.358µs 964.847µs 1.059159ms 1.073256ms 1.07551ms 1.07551ms 10 100 32.802µs 304.922µs 80.924µs 674.54µs 1.069298ms 1.220625ms 100 1000 30.758µs 304.541µs 64.192µs 397.094µs 1.101991ms 2.183302ms 1000 10000 30.558µs 1.05711ms 92.426µs 2.111896ms 3.317894ms 11.790014ms 10000 100000 30.548µs 10.98898ms 90.742µs 21.740659ms 33.020076ms 135.33094ms Signed-off-by: Roman Khimov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7e20345 - Browse repository at this point
Copy the full SHA 7e20345View commit details
Commits on Jun 9, 2025
-
Merge pull request #969 from nspcc-dev/drop-unused-txs
db: drop unused txs list
Configuration menu - View commit details
-
Copy full SHA for f33bb13 - Browse repository at this point
Copy the full SHA f33bb13View commit details -
Revert "Merge pull request #969 from nspcc-dev/drop-unused-txs"
This reverts commit f33bb13, reversing changes made to cc41cbb. Signed-off-by: Mustafa Elbehery <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2b74b9b - Browse repository at this point
Copy the full SHA 2b74b9bView commit details
Commits on Jun 10, 2025
-
Merge pull request #974 from Elbehery/20250609-revert-drop-unused-txs…
…-list [release-1.4] Revert "Merge pull request #969 from nspcc-dev/drop-unused-txs"
Configuration menu - View commit details
-
Copy full SHA for 5fa0ab8 - Browse repository at this point
Copy the full SHA 5fa0ab8View commit details -
Move MaxMapSize and MaxAllocSize into internal common
Signed-off-by: Benjamin Wang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 11299e2 - Browse repository at this point
Copy the full SHA 11299e2View commit details -
Merge pull request #978 from ahrtr/20250610_panick_1.4
[release-1.4] Move MaxMapSize and MaxAllocSize into internal common
Configuration menu - View commit details
-
Copy full SHA for 3b994bd - Browse repository at this point
Copy the full SHA 3b994bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0a36d5 - Browse repository at this point
Copy the full SHA b0a36d5View 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.4.0...v1.4.1