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

⚑️ 0.32 RELEASE πŸš€ #816

Closed
20 tasks
vasco-santos opened this issue Nov 27, 2020 · 1 comment
Closed
20 tasks

⚑️ 0.32 RELEASE πŸš€ #816

vasco-santos opened this issue Nov 27, 2020 · 1 comment

Comments

@vasco-santos
Copy link
Member

vasco-santos commented Nov 27, 2020

⚠️ This is will work in progress πŸ—

Libp2p is becoming self sufficient on discoverability and connectivity

πŸ—Ί What's left for release

πŸ”¦ Highlights

πŸ•΅οΈ Rendezvous Protocol

Libp2p rendezvous is a lightweight mechanism for generalized peer discovery. It can be used for bootstrap purposes, real time peer discovery, application specific routing, and so on. Any node implementing the rendezvous protocol can act as a rendezvous point, allowing the discovery of relevant peers in a decentralized fashion.

This is a big step forwards in terms of discoverability as peers can register themselves under namespaces that can range from pubsub topics to protocols they support, enabling other peers to easily discover peers that are important for them.

πŸ“‚ Production Guides and Examples improvements

Taking into account the importante of the Rendezvous, this release also comes with comprehensive examples and production guides on how the needed infrastructure blocks should be setup.

πŸ— API Changes

βœ… Release Checklist

  • Robustness and quality
    • Ensure that all tests are passing, this includes:
      • unit
    • Publish a release candidate to npm
      # Minor prerelease (e.g. 0.24.1 -> 0.25.0-rc.0)
      $ npx aegir release --type preminor -t node -t browser --preid rc --dist-tag next
      
      # Increment prerelease (e.g. 0.25.0-rc.0 -> 0.25.0-rc.1)
      $ npx aegir release --type prerelease -t node -t browser --preid rc --dist-tag next
    • Run tests of the following projects with the new release:
  • Documentation
  • Communication
    • Create the release issue
    • Take a snapshot between of everyone that has contributed to this release (including its subdeps in IPFS, libp2p, IPLD and multiformats) using name-your-contributors. Generate a nice markdown list with this script
    • Announcements (both pre-release and post-release)
    • Blog post
    • Copy release notes to the GitHub Release description

❀️ Huge thank you to everyone that made this release possible

In alphabetical order, here are all the humans that contributed to the release:

  • ...

πŸ™ŒπŸ½ Want to contribute?

Would you like to contribute to the libp2p project and don't know how? Well, there are a few places you can get started:

⁉️ Do you have questions?

The best place to ask your questions about libp2p, how it works and what you can do with it is at discuss.libp2p.io. We are also available at the #libp2p channel on Freenode.

@vasco-santos vasco-santos pinned this issue Nov 27, 2020
@vasco-santos vasco-santos changed the title ⚑️ 0.31 RELEASE πŸš€ ⚑️ 0.32 RELEASE πŸš€ Apr 15, 2021
@vasco-santos
Copy link
Member Author

Closing this until we have better visibility on what this release will include

@vasco-santos vasco-santos unpinned this issue Apr 15, 2021
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