Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Releases: libp2p/hydra-booster

v0.7.4

25 Jun 13:51
Compare
Choose a tag to compare
  • Allows disabling database and index creation when using the PostgreSQL datastore via the -disable-db-create flag or the HYDRA_DISABLE_DBCREATE environment var.

v0.7.3

09 Oct 14:55
Compare
Choose a tag to compare
  • Fixed an issue with -port-begin causing it to begin on a port 1 greater than the beginning port
  • Fixed an issue with Dockerfile causing it to not expose UDP ports which meant nodes could not connect via QUIC

v0.7.1

09 Oct 12:01
Compare
Choose a tag to compare
  • Dependencies upgraded

v0.7.0

06 Sep 14:02
Compare
Choose a tag to compare
  • The default metrics address changed from 0.0.0.0:8888 to 127.0.0.1:9758
  • DHT "enable v1 compat" flag and env var were removed

v0.6.0

03 Sep 09:52
Compare
Choose a tag to compare
  • Adds EXPERIMENTAL leveldb backed peerstore (disabled by default)
  • Changes default "UI theme" to ALWAYS be "logey"

v0.5.0

28 Aug 17:19
Compare
Choose a tag to compare
  • Update go-libp2p, removing support for SECIO
  • Prefer TLS over Noise to be more performant for go-ipfs nodes

v0.4.3

31 Jul 16:41
Compare
Choose a tag to compare

Dependency updates

v0.3.0

23 Apr 15:41
Compare
Choose a tag to compare

DHT v1 compatibility is disabled by default but can be re-enabled with the -enable-v1-compat flag or HYDRA_ENABLE_V1_COMPAT environment var.