-
Notifications
You must be signed in to change notification settings - Fork 28
Conversation
## [@libp2p/interface-connection-manager-v3.0.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-connection-manager-v2.1.1...@libp2p/interface-connection-manager-v3.0.0) (2023-04-21) ### ⚠ BREAKING CHANGES * add libp2p events (#373) ### Features * add libp2p events ([#373](#373)) ([071c718](071c718))
🎉 This PR is included in version @libp2p/interface-connection-manager-v3.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [@libp2p/interface-transport-v4.0.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-transport-v3.0.0...@libp2p/interface-transport-v4.0.0) (2023-04-21) ### ⚠ BREAKING CHANGES * add libp2p events (#373) ### Features * add libp2p events ([#373](#373)) ([071c718](071c718))
🎉 This PR is included in version @libp2p/interface-transport-v4.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [@libp2p/interface-libp2p-v2.0.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-libp2p-v1.3.2...@libp2p/interface-libp2p-v2.0.0) (2023-04-21) ### ⚠ BREAKING CHANGES * add libp2p events (#373) ### Features * add libp2p events ([#373](#373)) ([071c718](071c718)) ### Dependencies * update sibling dependencies ([17ed429](17ed429)) * update sibling dependencies ([4421374](4421374))
🎉 This PR is included in version @libp2p/interface-libp2p-v2.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [@libp2p/interface-mocks-v11.0.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-mocks-v10.0.3...@libp2p/interface-mocks-v11.0.0) (2023-04-21) ### ⚠ BREAKING CHANGES * add libp2p events (#373) ### Features * add libp2p events ([#373](#373)) ([071c718](071c718)) ### Dependencies * update sibling dependencies ([a1b72f9](a1b72f9)) * update sibling dependencies ([17ed429](17ed429)) * update sibling dependencies ([6c18790](6c18790))
🎉 This PR is included in version @libp2p/interface-mocks-v11.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [@libp2p/interface-address-manager-v3.0.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-address-manager-v2.0.5...@libp2p/interface-address-manager-v3.0.0) (2023-04-21) ### ⚠ BREAKING CHANGES * add libp2p events (#373) ### Features * add libp2p events ([#373](#373)) ([071c718](071c718))
🎉 This PR is included in version @libp2p/interface-address-manager-v3.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [@libp2p/interface-transport-compliance-tests-v4.0.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-transport-compliance-tests-v3.0.13...@libp2p/interface-transport-compliance-tests-v4.0.0) (2023-04-21) ### ⚠ BREAKING CHANGES * add libp2p events (#373) ### Features * add libp2p events ([#373](#373)) ([071c718](071c718)) ### Dependencies * update sibling dependencies ([74f82d5](74f82d5)) * update sibling dependencies ([17ed429](17ed429))
🎉 This PR is included in version @libp2p/interface-transport-compliance-tests-v4.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Removes events from some internal components and adds them to the event bus.
Decouples internal components from each other since they can listen to the bus for events rather than having to know about the component that dispatches them.
Refs: libp2p/js-libp2p#1693