Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

feat!: update to latest spec, added peer name, announces all multiaddrs #157

Merged
merged 11 commits into from
Mar 7, 2023

Conversation

mpetrunic
Copy link
Member

@mpetrunic mpetrunic commented Nov 29, 2022

BREAKING CHANGE: service name now defaults to _p2p._udp.local, no longer uses A and AAA records -> replaced by TXT records

Added random peer name option

resolves #101

@mpetrunic
Copy link
Member Author

@achingbrain Can we remove separate go compatibility implementation, what does it do?

@mpetrunic mpetrunic self-assigned this Dec 5, 2022
Copy link
Member

@wemeetagain wemeetagain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

package.json Outdated Show resolved Hide resolved
.gitignore Outdated Show resolved Hide resolved
@achingbrain achingbrain changed the title feat!: update to latest spec (added peer name, announces all multiaddresses) feat!: update to latest spec, added peer name, announces all multiaddrs Mar 7, 2023
@achingbrain achingbrain merged commit 5edcc16 into master Mar 7, 2023
@achingbrain achingbrain deleted the feat/update-to-spec branch March 7, 2023 15:01
github-actions bot pushed a commit that referenced this pull request Mar 7, 2023
## [7.0.0](v6.0.0...v7.0.0) (2023-03-07)

### ⚠ BREAKING CHANGES

* service name now defaults to `_p2p._udp.local` and no
longer uses A and AAA records -> replaced by TXT records

Added random peer name option

### Features

* update to latest spec, added peer name, announces all multiaddrs ([#157](#157)) ([5edcc16](5edcc16)), closes [#101](#101)

### Trivial Changes

* Update .github/workflows/semantic-pull-request.yml [skip ci] ([28c668e](28c668e))
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([9dccd84](9dccd84))
* upgrade aegir to `38.1.2`  ([#182](#182)) ([f86328c](f86328c))
@github-actions
Copy link

github-actions bot commented Mar 7, 2023

🎉 This PR is included in version 7.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

apply mdns discovery fixes from the latest spec
3 participants