Skip to content

2.4.1

Compare
Choose a tag to compare
@aberaud aberaud released this 19 Apr 19:21
· 364 commits to master since this release
  • dht: increase default max values per key to 64k from 1024
  • dht: better handle discarding values when the storage limit is reached, fixed potential use-after-free in storageChanged.
  • c: allow to build from Autotools
  • c: allow to enable logging to stdout/stderr
  • build/cmake: respect OPENDHT_STATIC/OPENDHT_SHARED when building C bindings
  • build/cmake: support RISC-V architecture by properly detecting atomic support
  • build: updated Dockerfiles and CI pipelines
  • build: added VSCode actions, tasks and dev container
  • Hash: allow building from std::string_view
  • Value: allow building from std::string_view
  • misc: using various C++17 features, minor performance improvements
  • tests: fixed some unit tests
  • tools/dhtnode: show value count for listen and get operations
  • tools/dhtcnode: updated to act similarly to dhtnode