Releases: savoirfairelinux/opendht
Releases · savoirfairelinux/opendht
1.0.1
- Data persistence enabled (missing in 1.0.0)
- Fixed cricital bug since the queries (#128)
- Dropped support for GnuTLS < 3.3
- Fully compliant with -pedantic-errors compiler flag (since 1.0.0)
1.0
- add Prefix Hash Tree (PHT) for data indexation (Nicolas Reynaud, Simon Désaulniers)
- add Queries (Simon Désaulniers)
- add long-term data persistance (Simon Désaulniers)
- add data pagination (Simon Désaulniers)
- reduced bandwith usage
0.6.3
- Add Microsoft compiler support;
- Work around the issue compiling on Apple's LLVM 7.3.0 (#94);
- Add Network id feature;
- License OpenDHT compatible with GPL>=3;
- Adding cryptographic API;
- Consistent library naming between diffrent build tools.
0.6.2
- Permanent 'put' feature;
- Enhanced search's nodes handler algorithm;
- fix #73 bug when IPv[46] empty table;
- man page for dhtnode;
- support for
make DESTDIR=
syntax (#72);
0.6.1
- Many network engine related bug fixes
- Improved performance and reliability
- MinGW build fixes
0.6.0
Refactoring including:
- introduction of network engine (Simon Désaulniers)
- api change: internal Dht structures moved to dht namespace
- crypto: added argon2 for key stretching
- python: binding improvements
- python: make uninstall support
- python: benchmark improvements
- many bug fixes
0.5.2
Bug fixes and performance improvements
- reduces maximum value size to 56 KB
- introduce maximum storage per node (default is 8 MB)
- reduces network usage
- update cmake to find new msgpack-c versions
- new python benchmark
0.5.1
- fix data-persistence related bugs
- fix many small build issues
- dhtnode improvements
- python benchmark improvements
v0.5
- value persistence with replication on shutdown
- GNU readline support for dhtnode
- improved compatibility between msgpack versions (1.2 recommended)