Releases: ipni/go-indexer-core
Releases · ipni/go-indexer-core
v0.7.0
What's Changed
- Introduce
Stats
API to expose valustore statistics by @masih in #115 - Fix race in memory store by @gammazero in #117
- Remap filecoin-project dependencies to ipni by @gammazero in #118
- Add shared dhash primitives by @ischasny in #120
- Move dhash to correct folder by @ischasny in #121
- Add functions to decrypt and encrypt metadata by @ischasny in #122
- Remove blake3 keyer from dhash by @ischasny in #123
- Add second multihash prefix by @ischasny in #125
- Send index content to dhstore service by @gammazero in #124
- Bump version to 0.7.0 by @ischasny in #126
New Contributors
Full Changelog: v0.6.19...v0.7.0
v0.6.17
What's Changed
- Add multiple codec unit test
- Remove key of unretrievable value
- Apply STH primary GC fix
Full Changelog: v0.6.15...v0.6.17
v0.6.15
v0.6.13
What's Changed
- Skip unified 32-bit tests
- Use zero-copy binary unmarshalling in Pebble store
- Use only
BinaryValueCode
orBinaryWithJsonFallbackCodec
- ZeroCopy option for BinaryValueCodec
- Update storethehash
Full Changelog: v0.6.10...v0.6.13
v0.6.10
v0.6.9
What's Changed
- Fix race when calling Sync in STH by @gammazero in #91
- Fix value generator setting all values the same by @gammazero in #92
- Handle merge of already serialized value-keys by @masih in #95
- Update libp2p and other dependencies by @gammazero in #96
Full Changelog: v0.6.7...v0.6.9
v0.6.7
What's Changed
- Upgrade
golang.org/x/sys
dependency by @masih in #79 - Make core concurrency run-time configurable by @gammazero in #81
- Use STH with open file cache by @gammazero in #82
- Gracefully migrate from JSON to Binary value encoding by default by @masih in #85
- Use sth with primary GC by @gammazero in #86
- Update to storethehash that fixes bad index records on upgrade by @gammazero in #89
- Update to sth with auto migration for index by @gammazero in #90
Full Changelog: v0.6.0...v0.6.7
v0.6.0
v0.5.5
What's Changed
- Write multihash to value-key mappings concurrently by @gammazero in #75
- Number of key-locks should be same as concurrency by @gammazero in #76
- update version for put concurrency by @gammazero in #77
Full Changelog: v0.5.4...v0.5.5
v0.5.4
What's Changed
- Write-lock enhancement
- STH with scan free heuristic
- STH fix for writing existing records
Full Changelog: v0.5.3...v0.5.4