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

v0.37 #2901

Open
15 of 29 tasks
MarcoPolo opened this issue Aug 1, 2024 · 0 comments
Open
15 of 29 tasks

v0.37 #2901

MarcoPolo opened this issue Aug 1, 2024 · 0 comments

Comments

@MarcoPolo
Copy link
Collaborator

MarcoPolo commented Aug 1, 2024

🗺 What's left for release

Possibly deferred

Deferred

Breaking Changes

  • The libp2p.MultiaddrResolver option now takes an interface rather than a
    specific pointer. This decouples the resolver from a specific implementation
    and also defines a better interface that is aware of bounds.
    • The swarm exports a new type ResolverFromMaDNS that implements this interface from a *madns.Resolver. The one line diff is essentially:
    -libp2p.MultiaddrResolver(rslv)
    +libp2p.MultiaddrResolver(swarm.ResolverFromMaDNS{Resolver: rslv})

🔦 Highlights

< top highlights for this release notes >

Changelog

From v0.36.5 to v0.37.0

✅ Release Checklist

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

No branches or pull requests

1 participant