1.1.1
This release contains a change to set topicID
on outbound IHAVE
messages as well as ignore unknown topics on inbound IHAVE
messages for GossipSub. It also adds a beta support for Autonat as well as other fixes.
What's Changed
- chore(cfg): update new issue templates by @dhuseby in #347
- Implement autonat protocol by @ianopolous in #349
- Update netty by @ianopolous in #355
- update dokka by @ianopolous in #357
- AbstractRouter.getPeerTopics() may throw ConcurrentModificationException by @Nashatyrev in #362
- Fix remotePubKey in Noise secure Session by @Nashatyrev in #364
- Fix mdns when listening with ipv6 wildcard (which includes ipv4) by @ianopolous in #366
- Set topicID on outbound IHAVE and ignore inbound IHAVE for unknown topic by @StefanBratanov in #365