Releases: ipfs/go-libdht
Releases · ipfs/go-libdht
v0.5.0
Github org transfer
- Repository transferred from
github.com/probe-lab/go-libdhttogit.832008.xyz/ipfs/go-libdht
What's Changed
- chore: update pkg path to ipfs org by @guillaumemichel in #27
Full Changelog: v0.4.0...v0.5.0
v0.4.0
New features
bit256.NewKeyFromArray()efficiently creates a newbit256.Keyfrom a[32]byte.
Optimizations
Trie.AddMany()optimized memory footprint
What's Changed
- refactor(trie): AddMany memory optimization by @guillaumemichel in #24
- feat(key/bit256): memory optimized constructor by @guillaumemichel in #25
Full Changelog: v0.3.0...v0.4.0
v0.3.0
New features
- Introduced
Trie.AddMany()to insert multiple entries efficiently into a binary trie.
What's Changed
- docs: adding new users to README by @guillaumemichel in #20
- feat(trie): AddMany by @guillaumemichel in #21
- chore: bump deps by @guillaumemichel in #22
Full Changelog: v0.2.1...v0.3.0
v0.2.1
What's Changed
- fix: bitstr comparison panic by @guillaumemichel in #17
- refactor: simplify trie size by @guillaumemichel in #18
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- feat(key): add generic key CPL by @guillaumemichel in #9
- fix(workflow) by @guillaumemichel in #10
- feat(kad/trie): adding keylen const for bit256 Key by @guillaumemichel in #11
- fix(trie): shrink should copy data by @guillaumemichel in #12
- ci: uci/copy-templates by @web3-bot in #13
New Contributors
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- Change module name to reflect Github org name change by @guillaumemichel in #7
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- Kad Import by @guillaumemichel in #2
- Adding NodeFilter to TrieRT by @guillaumemichel in #3
- Readme by @guillaumemichel in #4
- fix: add to immutable trie returns original trie if no changes made by @iand in #5
New Contributors
- @guillaumemichel made their first contribution in #2
- @iand made their first contribution in #5
Full Changelog: https://github.com/plprobelab/go-libdht/commits/v0.1.0