-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rename section for Go compiler update changelog entry Signed-off-by: Thane Thomson <connect@thanethomson.com> * Add link to PR for grocksdb dependency update Signed-off-by: Thane Thomson <connect@thanethomson.com> * Prepare v0.8.0 release in changelog Signed-off-by: Thane Thomson <connect@thanethomson.com> * Build changelog Signed-off-by: Thane Thomson <connect@thanethomson.com> * go.mod: Remove unused replace directive Signed-off-by: Thane Thomson <connect@thanethomson.com> * Remove unnecessary coverage file Signed-off-by: Thane Thomson <connect@thanethomson.com> * .gitignore: Ignore code coverage artifacts Signed-off-by: Thane Thomson <connect@thanethomson.com> * Update release date Signed-off-by: Thane Thomson <connect@thanethomson.com> --------- Signed-off-by: Thane Thomson <connect@thanethomson.com>
- Loading branch information
1 parent
cea6dcf
commit 1b1d8ed
Showing
8 changed files
with
42 additions
and
5 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Switch rocksdb binding from gorocksdb to grocksdb, bump librocksdb dependency | ||
to `v7.10.2` ([\#42](https://github.com/cometbft/cometbft-db/pull/42)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
*Apr 26, 2023* | ||
|
||
This release bumps the supported version of RocksDB, which requires cometbft-db | ||
RocksDB users to update their builds (and hence requires a "major" release, but | ||
does not introduce any other breaking changes). Special thanks to @yihuang for | ||
this update! | ||
|
||
While the minimum supported version of the Go compiler was bumped to 1.19, no | ||
1.19-specific code changes were introduced and this should, therefore, still be | ||
able to be compiled with earlier versions of Go. It is, however, recommended to | ||
upgrade to the latest version(s) of Go ASAP. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,6 @@ | |
|
||
.idea | ||
vendor/* | ||
|
||
# Code coverage | ||
coverage.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters