Closed yihuang closed 4 months ago
This update primarily involves upgrading the RocksDB dependency from version 9.1.1 to 9.2.1 across multiple configuration files in the project. The changes ensure compatibility and potentially introduce performance and stability improvements. The primary areas of adjustment include various module definitions and hash values to reflect this upgrade, without altering any public APIs or exported entities.
File | Change Summary |
---|---|
CHANGELOG.md | Added a note on upgrading RocksDB to version 9.2.1 through a particular pull request. |
go.mod, versiondb/go.mod | Updated the version of github.com/linxGnu/grocksdb from v1.9.1 to v1.9.2 . |
gomod2nix.toml | Updated the version and hash for the github.com/linxGnu/grocksdb module. |
nix/rocksdb.nix | Updated the version from "9.1.1" to "9.2.1" and adjusted the corresponding SHA256 hash value. |
Amidst the code, a change so clear, RocksDB's new version is here! With hashes set and modules fixed, Our systemโs magic is deep within the mix. Upgraded paths and logs so bright, Onward, we code, into the night! ๐๐
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 35.87%. Comparing base (
3983714
) to head (90416ec
).
๐ฎ๐ป๐ฎ๐ป๐ฎ๐ป !!!! REFERENCE THE PROBLEM YOUR ARE SOLVING IN THE PR TITLE AND DESCRIBE YOUR SOLUTION HERE !!!! DO NOT FORGET !!!! ๐ฎ๐ป๐ฎ๐ป๐ฎ๐ป
PR Checklist:
make
)make test
)go fmt
)golangci-lint run
)go list -json -m all | nancy sleuth
)Thank you for your code, it's appreciated! :)
Summary by CodeRabbit
rocksdb
to version9.2.1
.github.com/linxGnu/grocksdb
to version1.9.2
.