-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* updated .changelog to mention the removal of boltdb and cleveldb * updated .changelog to mention the removal of boltdb and cleveldb * Improved formatting Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com> * added date to changelog * deleted commented out lines in summary.md --------- Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com>
- Loading branch information
Showing
3 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
.changelog/v0.13.0/breaking-changes/155-remove-bolt-cleveldb.md
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 @@ | ||
- removed deprecated boltdb and cleveldb ([\#155](https://github.com/cometbft/cometbft-db/pull/155)) |
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 |
---|---|---|
@@ -1,7 +1,5 @@ | ||
<!-- | ||
Add a summary for the release here. | ||
*Aug 2, 2024* | ||
|
||
If you don't change this message, or if this file is empty, the release | ||
will not be created. --> | ||
This release changes the contract of the Iterator Key() and Value() APIs. | ||
Namely, the caller is now responsible for creating a copy of their returned value if they want to modify it. | ||
This release: | ||
- changes the contract of the Iterator Key() and Value() APIs. Namely, the caller is now responsible for creating a copy of their returned value if they want to modify it. | ||
- removes support for boltDB and clevelDB, which were marked as deprecated in release v0.12.0. |
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