Skip to content

Releases: dexie-space/splash

v0.2.0

15 Sep 18:34
11d2a82
Compare
Choose a tag to compare

Splash is now available on crates.io! This version update is necessary to replace a previous release on crates.io. A big thanks to the former splash-crate owner for transferring the unused name to us.

No other changes made.

v0.1.0

10 Sep 09:26
7a8e5bd
Compare
Choose a tag to compare

This release contains many improvements, an update is strongly recommended.

What's Changed

  • Enable using Splash as a module #12
  • Add simple metrics API #16
  • Message validation #17
  • Add testnet support #18
  • Privacy Enhancements #19
  • Peers report their Splash version
  • Add --version command

Full Changelog: 0.0.10...0.1.0

v0.0.10

05 Sep 11:28
25c8e40
Compare
Choose a tag to compare

This release enables EDNS0 for initial peer discovery, allowing the retrieval of more peers, and updates libp2p to 0.54.

What's Changed

  • Add FreeBSD Builds #8
  • Ignore non-global addresses in DHT #9
  • Initial peer discovery improvements #10
  • libp2p update #11

v0.0.9

29 Aug 10:09
a176c1d
Compare
Choose a tag to compare

The submission API (--listen-offer-submission) now correctly responds with JSON instead of plain text, fixing #6.

v0.0.8

17 Jul 13:07
a04eb35
Compare
Choose a tag to compare

Peer identities for bootnodes were previously hard-coded. This version removes the hard-coded bootnodes and instead uses all nodes returned from the DNS introducer.

This version also adds support for multiple --known-peer parameters and correctly ends the DNS lookup with a trailing dot. This fixes an issue with getting initial peers using custom DNS solutions like Tailscale’s MagicDNS.

v0.0.6

02 Feb 22:24
c342bc0
Compare
Choose a tag to compare

Increased allowed offer size to 300kb, basic offer validation (thanks @mpwsh)

v0.0.5

27 Jan 21:26
32e0722
Compare
Choose a tag to compare

Add Docker instructions and build (thanks @mpwsh)

v0.0.4

18 Jan 13:32
ee6ebd5
Compare
Choose a tag to compare

Improved peer discovery

v0.0.3

16 Jan 16:47
4aad099
Compare
Choose a tag to compare
build without openssl

v0.0.2

16 Jan 16:35
3b108f4
Compare
Choose a tag to compare
fix build