Releases: libp2p/hydra-booster
Releases · libp2p/hydra-booster
v0.7.4
- 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
- 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.0
- 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
- Adds EXPERIMENTAL leveldb backed peerstore (disabled by default)
- Changes default "UI theme" to ALWAYS be "logey"
v0.5.0
- Update go-libp2p, removing support for SECIO
- Prefer TLS over Noise to be more performant for go-ipfs nodes
v0.3.0
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.