eclipse-zenoh / roadmap

Other
27 stars 7 forks source link

Zenoh 1.0.0 release #116

Open Mallets opened 9 months ago

Mallets commented 9 months ago

Target date: April 22nd, 2024.

A dedicated project has been created to track all the PRs and issues that will land in the release. The high-level set of features is the following:

API polishing

API alignment

Shared Memory

Protocol improvement

Tokio porting

CI/CD improvement

Eclipse Review

sanri commented 9 months ago

Is it intended to support both async-std and tokio?

Mallets commented 9 months ago

Zenoh internal async runtime is migrating to Tokio. If an application wants to use async-std, it can still doing via async-std's compatibility features. For any additional discussion about this topic, I suggest to move here and not on the roadmap issue.

sebbyjp commented 3 months ago

Shared memory implemented with python bindings?