Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add service capabilities definition #79

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

achingbrain
Copy link
Collaborator

@achingbrain achingbrain commented Jun 19, 2024

The latest libp2p release allows services to declare their capabilities (what they provide to the node) and their dependencies (the capabilities they require other services to provide for the config to be "valid").

Adds the serviceCapabilities symbol property that says Yamux provides the @libp2p/stream-multiplexing capability.

@achingbrain achingbrain requested a review from a team as a code owner June 19, 2024 17:11
The latest libp2p release allows services to declare their
capabilities (what they provide to the node) and their dependencies
(the capabilities they require other services to provide for the
config to be "valid").

Adds the `serviceCapabilities` symbol property that says Yamux
provides the `@libp2p/stream-multiplexing` capability.
@achingbrain achingbrain force-pushed the feat/add-service-capabilities branch from 146b1c3 to 2a1226a Compare June 19, 2024 17:11
@wemeetagain wemeetagain merged commit 0aff43d into master Jun 20, 2024
3 checks passed
github-actions bot pushed a commit that referenced this pull request Sep 11, 2024
## [7.0.0](v6.0.2...v7.0.0) (2024-09-11)

### ⚠ BREAKING CHANGES

* requires libp2p@2.x.x

### Features

* add service capabilities definition ([#79](#79)) ([0aff43d](0aff43d))

### Bug Fixes

* upgrade to libp2p@2.x.x ([#84](#84)) ([47556c0](47556c0))

### Trivial Changes

* bump aegir from 42.2.11 to 43.0.1 ([#78](#78)) ([46af2f8](46af2f8))
* update aegir to 42.x.x ([#74](#74)) ([87b4db9](87b4db9))
* update project config ([ca413ad](ca413ad))

### Dependencies

* **dev:** bump aegir from 43.0.3 to 44.1.1 ([#83](#83)) ([0a8b06f](0a8b06f))
Copy link

🎉 This PR is included in version 7.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants