Skip to content

Tags: coderbradlee/go-libp2p

Tags

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request libp2p#788 from libp2p/dependabot/go_modules/githu…

…b.com/multiformats/go-multiaddr-net-0.1.2

build(deps): bump github.com/multiformats/go-multiaddr-net from 0.1.1 to 0.1.2

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request libp2p#705 from libp2p/feat/static-relays

options to configure static relays for autorelay

v0.0.32

Toggle v0.0.32's commit message

Verified

This tag was signed with the committer’s verified signature.
Stebalien Steven Allen
release v0.0.32

cherry-pick a missed commit from the static relays PR

v0.0.31

Toggle v0.0.31's commit message

Verified

This tag was signed with the committer’s verified signature.
Stebalien Steven Allen
release v0.0.31

* Fix autorelay+mdns: always use interface addresses in MDNS.
* Fix resolving dnsaddr bootstrappers: recursive dnsaddr resolution.
* Static relay support.

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request libp2p#765 from libp2p/chore/update-ws-transport

chore(dep): update go-ws-transport

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request libp2p#748 from libp2p/gomod/update

update go-libp2p-nat to v0.0.5

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request libp2p#740 from libp2p/identify/configurable-thres…

…hold

Identify: Make activation threshold configurable

v0.4.0

Toggle v0.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Stebalien Steven Allen
v0.4.0

* Update multiple deps
  * websocket (bug fixes)
  * sha256-simd (arm build fix)
  * mdns (race conditions)

* Update for go-multiaddr protocol definition refactor. Multiaddr protocols have
been moved out of libp2p transports into go-multiaddr itself.
* Fix some issues with non-constant time operations involving libp2p secret keys.

* Add a `Filters` option to the constructor for specifying an address filter.
This can be used to restrict which peers libp2p will connect to by IP/port/transport.

* Add a `UserAgent` option to libp2p for specifying the libp2p user-agent.
Previously, this was specified using a global `ClientVersion` global variable.

* Set the default user-agent to `$repo@$version` (where `$repo` is the
_downstream_ project importing go-libp2p).

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
dep: upgrade eventbus to v0.1.0 (libp2p#709)

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request libp2p#697 from libp2p/feat/update-tests

Update deps, mocknet tests