Skip to content

Releases: unavi-xyz/dwn

v0.0.10

25 Sep 20:18
4c39a35
Compare
Choose a tag to compare

Upgrade deps, mainly SurrealDB 2.0.

Full Changelog: v0.0.9...v0.0.10

v0.0.9

26 Jun 19:16
4dd081b
Compare
Choose a tag to compare

What's Changed

  • Update deps
  • More testing and fixes
  • Corrected license files to match Cargo.toml

Full Changelog: v0.0.8...v0.0.9

v0.0.8

06 May 23:45
743a564
Compare
Choose a tag to compare
  • slight update to protocol definition syntax
  • protocol fixes + lots more tests
  • data storage refactor + fixes
  • return WriteResponse from RecordWrite send

Full Changelog: v0.0.7...v0.0.8

v0.0.7

29 Apr 16:25
4262a9e
Compare
Choose a tag to compare

What's Changed

Expose additional types

Full Changelog: v0.0.6...v0.0.7

v0.0.6

14 Apr 16:32
461e59d
Compare
Choose a tag to compare

Various fixes and adjustments, especially around WASM support (which should now be working).

Full Changelog: v0.0.5...v0.0.6

v0.0.5

05 Apr 00:45
f78374c
Compare
Choose a tag to compare

Adds protocols! Not fully complete but in a working state. Also tons of fixes and improvements all around.

v0.0.4

28 Mar 14:54
6a906b8
Compare
Choose a tag to compare

Major rewrite, lots of fixes and improvements. Too many things to try to list here.
Current state is that we support Records, as well as syncing with remote DWNs.
This includes message authorization, attestation, and encryption.

v0.0.3

22 Feb 03:42
173793b
Compare
Choose a tag to compare

First real release!

Things are still early, but basic functionality is there.
Supports most of the Records interface, using an embedded SurrealDB message and data store.

Future plans include a MySQL message store, an S3 data store, Protocol interface support, and sync with remote DWNs.