The format is based on Keep a Changelog.
- Updated
tetsy-util-mem
to 0.9. #510
- Updated
tetsy-util-mem
to 0.8. #470
- Updated
tetsy-util-mem
to 0.7. #402
- Removed
write_buffered
andflush
methods. #313 - Introduced a new
DeletePrefix
database operation. #360 - Renamed prefix iteration to
iter_with_prefix
. #365
- License changed from GPL3 to dual MIT/Apache2. #342
- Remove dependency on tetsy-bytes. #351
- Updated dependencies. #361
- Bump parking_lot to 0.10. #332
- Updated features and feature dependencies. #307
- Default column support removed from the API
- Column argument type changed from
Option<u32>
tou32
- Migration
None
-> unsupported,Some(0)
->0
,Some(1)
->1
, etc.
- Column argument type changed from
- Remove
ElasticArray
and changeDBValue
to be a type alias forVec<u8>
and add aDBKey
backed by aSmallVec
. #282
- Updated dependencies. #239
- Migrated to 2018 edition. #205