Skip to content

v0.17.0 Release

Choose a tag to compare

@github-actions github-actions released this 18 Apr 01:44
68d5bf9

Changelog

DefraDB v0.17 is a major pre-production release. Until the stable version 1.0 is reached, the SemVer minor patch number will denote notable releases, which will give the project freedom to experiment and explore potentially breaking changes.

To get a full outline of the changes, we invite you to review the official changelog below. This release does include a Breaking Change to existing v0.16.x databases. If you need help migrating an existing deployment, reach out at hello@source.network or join our Discord at https://discord.gg/w7jYQVJ/.

Features

  • feat: Enable block verification by clients (#3591)
  • feat: Introduce digital signatures (#3505)
  • feat: JS build support (#3548)
  • feat: Make DAC write permission more granular (#3218)
  • feat: Make replicator retry intervals configurable (#3574)
  • feat: Make signing algorithm configurable (#3545)

Fix

  • fix: Only give badger a path if not in-memory (#3552)
  • fix: PeerInfo sync issue (#3606)

Refactoring

  • refactor: Changed paths for lens migration in CLI (#3510)
  • refactor: Make validator return joined errors (#3513)
  • refactor: Replace datastore package with corekv (#3508)

Testing

  • test: Add example CLI integration tests (#3550)
  • test: Incorporate gomega matchers (#3489)