-
Notifications
You must be signed in to change notification settings - Fork 27
Comparing changes
Open a pull request
base repository: libp2p/js-libp2p-interfaces
base: @libp2p/interface-connection-encrypter-v2.0.2
head repository: libp2p/js-libp2p-interfaces
compare: @libp2p/interface-connection-encrypter-v3.0.1
- 13 commits
- 16 files changed
- 4 contributors
Commits on Oct 4, 2022
-
feat!: Add remoteExtensions to connection-encrypter (#293)
* Add remoteExtensions to connection-encrypter * Use unknown instead of any * Remove remoteEarlyData * Make remoteExtensions optional * Lint
Configuration menu - View commit details
-
Copy full SHA for 501c684 - Browse repository at this point
Copy the full SHA 501c684View commit details -
chore(release): 3.0.0 [skip ci]
## [@libp2p/interface-connection-encrypter-v3.0.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-connection-encrypter-v2.0.2...@libp2p/interface-connection-encrypter-v3.0.0) (2022-10-04) ### ⚠ BREAKING CHANGES * Add remoteExtensions to connection-encrypter (#293) ### Features * Add remoteExtensions to connection-encrypter ([#293](#293)) ([501c684](501c684))
Configuration menu - View commit details
-
Copy full SHA for 1a85854 - Browse repository at this point
Copy the full SHA 1a85854View commit details -
deps: update sibling dependencies
aegir[bot] committedOct 4, 2022 Configuration menu - View commit details
-
Copy full SHA for 419f947 - Browse repository at this point
Copy the full SHA 419f947View commit details -
chore(release): 2.0.3 [skip ci]
## [@libp2p/interface-connection-encrypter-compliance-tests-v2.0.3](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-connection-encrypter-compliance-tests-v2.0.2...@libp2p/interface-connection-encrypter-compliance-tests-v2.0.3) (2022-10-04) ### Dependencies * update sibling dependencies ([419f947](419f947))
Configuration menu - View commit details
-
Copy full SHA for c51ac03 - Browse repository at this point
Copy the full SHA c51ac03View commit details -
chore(release): 5.0.0 [skip ci]
## [@libp2p/interface-mocks-v5.0.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-mocks-v4.0.3...@libp2p/interface-mocks-v5.0.0) (2022-10-04) ### ⚠ BREAKING CHANGES * Add remoteExtensions to connection-encrypter (#293) ### Features * Add remoteExtensions to connection-encrypter ([#293](#293)) ([501c684](501c684)) ### Dependencies * update sibling dependencies ([419f947](419f947))
Configuration menu - View commit details
-
Copy full SHA for 3f3d92d - Browse repository at this point
Copy the full SHA 3f3d92dView commit details -
deps: update sibling dependencies
aegir[bot] committedOct 4, 2022 Configuration menu - View commit details
-
Copy full SHA for 1b11e8e - Browse repository at this point
Copy the full SHA 1b11e8eView commit details -
chore(release): 2.0.3 [skip ci]
## [@libp2p/interface-pubsub-compliance-tests-v2.0.3](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-pubsub-compliance-tests-v2.0.2...@libp2p/interface-pubsub-compliance-tests-v2.0.3) (2022-10-04) ### Dependencies * update sibling dependencies ([1b11e8e](1b11e8e))
Configuration menu - View commit details
-
Copy full SHA for 6b9c62f - Browse repository at this point
Copy the full SHA 6b9c62fView commit details -
chore(release): 2.0.7 [skip ci]
## [@libp2p/interface-transport-compliance-tests-v2.0.7](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-transport-compliance-tests-v2.0.6...@libp2p/interface-transport-compliance-tests-v2.0.7) (2022-10-04) ### Dependencies * update sibling dependencies ([1b11e8e](1b11e8e))
Configuration menu - View commit details
-
Copy full SHA for 77e6c89 - Browse repository at this point
Copy the full SHA 77e6c89View commit details -
feat: add acceptIncomingConnection to ConnectionManager (#295)
* feat: add acceptIncomingConnection to ConnectionManager In order to check we can accept an incoming connection before exchanging PeerIds, add a method to the ConnectionManager interface that can be called by the upgrader. * chore: return boolean
Configuration menu - View commit details
-
Copy full SHA for 5d460e8 - Browse repository at this point
Copy the full SHA 5d460e8View commit details -
chore(release): 1.2.0 [skip ci]
## [@libp2p/interface-connection-manager-v1.2.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-connection-manager-v1.1.1...@libp2p/interface-connection-manager-v1.2.0) (2022-10-04) ### Features * add acceptIncomingConnection to ConnectionManager ([#295](#295)) ([5d460e8](5d460e8))
Configuration menu - View commit details
-
Copy full SHA for a3cf437 - Browse repository at this point
Copy the full SHA a3cf437View commit details -
chore(release): 5.1.0 [skip ci]
## [@libp2p/interface-mocks-v5.1.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-mocks-v5.0.0...@libp2p/interface-mocks-v5.1.0) (2022-10-04) ### Features * add acceptIncomingConnection to ConnectionManager ([#295](#295)) ([5d460e8](5d460e8))
Configuration menu - View commit details
-
Copy full SHA for e58c55e - Browse repository at this point
Copy the full SHA e58c55eView commit details -
fix: add default extension type (#296)
Similar to the `ConnectionEncrypter` interface, specify a default type for the `Extension` so consumers uninterested in the `remoteExtensions` field can operate as before.
Configuration menu - View commit details
-
Copy full SHA for ab658bc - Browse repository at this point
Copy the full SHA ab658bcView commit details -
chore(release): 3.0.1 [skip ci]
## [@libp2p/interface-connection-encrypter-v3.0.1](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-connection-encrypter-v3.0.0...@libp2p/interface-connection-encrypter-v3.0.1) (2022-10-04) ### Bug Fixes * add default extension type ([#296](#296)) ([ab658bc](ab658bc))
Configuration menu - View commit details
-
Copy full SHA for 242608d - Browse repository at this point
Copy the full SHA 242608dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff @libp2p/interface-connection-encrypter-v2.0.2...@libp2p/interface-connection-encrypter-v3.0.1