Skip to content

Releases: savoirfairelinux/opendht

1.0.1

14 Sep 23:09
8eaf78b
Compare
Choose a tag to compare
  • 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

01 Sep 22:03
Compare
Choose a tag to compare
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

29 Jul 16:31
beca53a
Compare
Choose a tag to compare
  • 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

19 Jul 18:01
502776a
Compare
Choose a tag to compare
  • 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

28 May 21:03
Compare
Choose a tag to compare
  • Many network engine related bug fixes
  • Improved performance and reliability
  • MinGW build fixes

0.6.0

15 May 04:10
Compare
Choose a tag to compare

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

17 Feb 03:09
Compare
Choose a tag to compare

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

05 Jan 22:10
Compare
Choose a tag to compare
  • fix data-persistence related bugs
  • fix many small build issues
  • dhtnode improvements
  • python benchmark improvements

v0.5

06 Nov 06:22
Compare
Choose a tag to compare
  • value persistence with replication on shutdown
  • GNU readline support for dhtnode
  • improved compatibility between msgpack versions (1.2 recommended)