Skip to content

⚡️ 0.23 RELEASE 🚀 #226

Closed
Closed
@daviddias

Description

@daviddias

This is an informative release that js-libp2p is here, it does a lot of amazing things and everyone should check it out today. The list of Highlights contain some of latest achievements and new ones coming out with this release. It sets the tone for future releases of js-libp2p.

🗺 What's left for release

🔦 Highlights

🔐 Private Networks

This is one of the latest features of libp2p. With Private Networks and Network Protectors, you can create entirely disjoint networks from the main net and be sure that only the peers that have access to a secret can join.

🌐 Use it on the Browser!

The number 1 design goal, have a network stack that can overcome the resource and runtime constraints imposed by the browser and enable P2P protocols to work 100% in their browser implementations. This is possible with libp2p, learn how in Browser example.

🚚 Support for multiple Transports - TCP, WebSockets, WebRTC and more

Use one of the already supported Transports or build your own! libp2p is the perfect platform for innovation. Learn more at Transports.

⚡️ Protocol & Stream Multiplexing

One of the specialties of libp2p is solving the bane of protocol discovery and handshake between machines. With libp2p you don't need to assign ports before hand and you don't even need to think about ports at all since all the protocol handshaking happens in the wire! Learn how.

🔒 End-to-End Encryption

Connections in libp2p are E2E encrypted and authenticated. This should be a default setting for every interaction happening in Public Networks. Learn More.

💬 PubSub

libp2p nodes can create network topologies based on topics of interest to broadcast events in Realtime. Check out the PubSub Tutorial.

🛣 Peer & Content Routing

Peer & Content Routing (aka DHTs) is part of the stack too! Find other peers in the network or who is storing a specific piece of content through these primitives. Learn how in the full example.

📖 API Documentation

Check the full API documentation on the README of the js-libp2p repo.

📦 All the libp2p modules in one place

Check out the Packages Table to learn about all the js-libp2p pieces and their status.

🏗 API Changes

This is an informative release, no new API changes have been introduced

✅ Release Checklist

  • Robustness and quality
    • Ensure that all tests are passing, this includes:
      • unit
    • Run tests of the following projects with the new release:
  • Documentation
    • Ensure that README.md is up to date
    • Ensure that all the examples run
  • Communication
    • Create the release issue
    • Announcements
      • Twitter
      • IRC
      • Reddit post
    • Blog post

🙌🏽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.ipfs.io. We are also available at the #libp2p channel on Freenode.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions