Releases: ipni/dhstore
Releases · ipni/dhstore
v0.1.1
v0.1.0
What's Changed
- New pebble compaction configuration by @ischasny in #52
- Add dhfind logic to dhstore by @gammazero in #53
- Version reported by /ready endpoint and by -version flag by @gammazero in #54
Full Changelog: v0.0.3...v0.1.0
v0.0.3
v0.0.2
What's Changed
- Define K8S deployment manifests by @masih in #14
- Add more logging by @ischasny in #17
- Fix metadata path on dhstore http api by @masih in #18
- Fix GET
/metadata/<key>
HTTP API by @masih in #19 - sync: update CI config files by @web3-bot in #21
- sync: update CI config files by @web3-bot in #22
- sync: update CI config files by @web3-bot in #23
- sync: update CI config files by @web3-bot in #24
- sync: update CI config files by @web3-bot in #27
- sync: update CI config files by @web3-bot in #28
- Add metrics by @ischasny in #29
- Explicitly set 200 status for metrics by @ischasny in #30
- Use
ms
as unit for milliseconds by @masih in #31 - Add benchmark test by @ischasny in #32
- Add log message for put metadata request by @ischasny in #33
- Add opts to benchmark test by @ischasny in #34
- Implement streaming NDJSON response for encrypted lookups by @masih in #35
- Add pebble metrics by @ischasny in #36
- Add read amp metric by @ischasny in #37
- Add compaction metrics by @ischasny in #38
- Add l0 num files metric by @ischasny in #39
- Reduce pebble block cache size by @ischasny in #40
New Contributors
Full Changelog: v0.0.1...v0.0.2
v0.0.1
What's Changed
- Add double hash store interface and HTTP model by @masih in #1
- Add basic CI go test by @masih in #2
- Implement
DHStore
backed by pebble by @masih in #3 - Implement
DHStore
HTTP server by @masih in #4 - Implement
dhstore
CLI command and containerize it by @masih in #6 - Add basic HTTP API tests by @masih in #7
- Add
dhstore
OpenAPI HTTP sepc by @masih in #8 - Rename response keys for consistency by @masih in #9
- Implement a merger that removes duplicate records on merge by @masih in #11
- Fix missing
s
in lookup JSON response and add more tests by @masih in #12 - sync: update CI config files by @web3-bot in #10
- Tag
v0.0.1
in preparation for release by @masih in #13
New Contributors
Full Changelog: https://github.com/ipni/dhstore/commits/v0.0.1