-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prepare new kvdb-
release
#386
Conversation
ordian
commented
May 1, 2020
- kvdb 0.6
- kvdb-memorydb 0.6
- kvdb-rocksdb 0.8
- kvdb-web 0.6
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog]. | |||
[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/ | |||
|
|||
## [Unreleased] | |||
|
|||
## [0.6.0] - 2020-05-01 | |||
### Breaking | |||
- Updated to the new `kvdb` interface. [#313](https://github.com/paritytech/parity-common/pull/313) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given a lot happened here, I wouldn't mind a bit more info on what happened here, totally optional ofc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you mean copy kvdb
changelog changes to every impl's changelog (kvdb-memorydb
, kvdb-rocksdb
, kvdb-web
)?
It added a public field to a public struct `DatabaseConfig`.
@niklasad1 @ascjones @sorpaas can we get a 👍 here please? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Published. |