-
Notifications
You must be signed in to change notification settings - Fork 27
Conversation
Splits each interface area into it's own module so we can release breaking changes to (for example) the pubsub interface without also having to upgrade single transport module to the new `@libp2p/interfaces` major. Fixes: #226 BREAKING CHANGE: most modules have been split out of the `@libp2p/interfaces` and `@libp2p/interface-compliance-tests` packages
## [@libp2p/interface-compliance-tests-v3.0.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-compliance-tests-v2.0.3...@libp2p/interface-compliance-tests-v3.0.0) (2022-06-14) ### ⚠ BREAKING CHANGES * most modules have been split out of the `@libp2p/interfaces` and `@libp2p/interface-compliance-tests` packages ### Trivial Changes * break modules apart ([#232](#232)) ([385614e](385614e)), closes [#226](#226)
🎉 This PR is included in version @libp2p/interface-compliance-tests-v3.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version @libp2p/interface-keychain-v1.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version @libp2p/interface-keys-v1.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version @libp2p/interface-peer-id-v1.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [@libp2p/interfaces-v3.0.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interfaces-v2.0.4...@libp2p/interfaces-v3.0.0) (2022-06-14) ### ⚠ BREAKING CHANGES * most modules have been split out of the `@libp2p/interfaces` and `@libp2p/interface-compliance-tests` packages ### Trivial Changes * break modules apart ([#232](#232)) ([385614e](385614e)), closes [#226](#226)
🎉 This PR is included in version @libp2p/interfaces-v3.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version @libp2p/interface-connection-encrypter-v1.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version @libp2p/interface-metrics-v1.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version @libp2p/interface-peer-info-v1.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version @libp2p/interface-record-v1.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version @libp2p/interface-address-manager-v1.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## @libp2p/interface-connection-v1.0.0 (2022-06-14) ### ⚠ BREAKING CHANGES * most modules have been split out of the `@libp2p/interfaces` and `@libp2p/interface-compliance-tests` packages ### Trivial Changes * break modules apart ([#232](#232)) ([385614e](385614e)), closes [#226](#226) * release [skip ci] ([357286d](357286d)) * update aegir ([#234](#234)) ([3e03895](3e03895)) * update readmes ([#233](#233)) ([ee7da38](ee7da38))
## @libp2p/interface-content-routing-v1.0.0 (2022-06-14) ### ⚠ BREAKING CHANGES * most modules have been split out of the `@libp2p/interfaces` and `@libp2p/interface-compliance-tests` packages ### Trivial Changes * break modules apart ([#232](#232)) ([385614e](385614e)), closes [#226](#226) * release [skip ci] ([357286d](357286d)) * update aegir ([#234](#234)) ([3e03895](3e03895)) * update readmes ([#233](#233)) ([ee7da38](ee7da38))
Splits each interface area into it's own module so we can release breaking changes to (for example) the pubsub interface without also having to upgrade single transport module to the new
@libp2p/interfaces
major.Fixes: #226
BREAKING CHANGE: most modules have been split out of the
@libp2p/interfaces
and@libp2p/interface-compliance-tests
packages