Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Migration guides to v1.0.0 (#51)
* begin migration guide v1.0 * Add Plugin loading section * Add note Plugin Loading * Rewrite Pull Subscribers, Add Timestamps * Add Python Migration Guide * H2 standard, Reworded Encoding section * Elaborate ZBytes * add Attachment and Query & Queryable sections, document formatting * formatting * Elaborate PullSubscriber -> RingChannel Changes * add scouting secion to config changes * add Handler Section rust, formatting changes * add CPP, cleanup * Add Zenoh-Pico, Fix Right Nav Bar, Simplified naming of guides * Mention attachment, minor rewrite Encoding, explain reply, RingChannel similar, explain timestamps, separate plugin into own section. * Apply suggestions from @J-Loudet code review Co-authored-by: J-Loudet <julien.loudet@zettascale.tech> * remove aside, add link to type-layout rust-doc, elaborate on Queryable Handler * Update content/docs/migration_1.0/Python.md Co-authored-by: Joseph Perez <joperez@hotmail.fr> * Add Zenoh-C with small corrections * use one guide for C+Pico * Update Config Changes to plugin loading * Add Error Handling, KeyExpr / String Conversion, updates to examples, small formatting and wording * Migration Guide: Add Mode Dependent endpoints * update clients-single endpoint * docs: add sessions for zenoh-c specific and shallow copy * docs: correct the `z_reply_ok` return type * Minor cleanup and formatting * Minor rewording of comments * Update content/docs/migration_1.0/C++.md * Update content/docs/migration_1.0/C_Pico.md * Update content/docs/migration_1.0/Python.md * Update content/docs/migration_1.0/Python.md * Update C++: Attachment, Optional Parameters, and Update FIFO/Ring handler Code Block * Apply suggestions from code review Batch wording and format changes by @J-Loudet Co-authored-by: J-Loudet <julien.loudet@zettascale.tech> * Update content/docs/migration_1.0/C_Pico.md * Add link RingChannel, and updated mentions of `prior v1.0.0` to 0.11.0 * Apply suggestions from code review Review from Luca Co-authored-by: Luca Cominardi <luca.cominardi@gmail.com> * spelling * Add Pico encoding values link to doc * use permalink instead * Apply suggestions from code review Co-authored-by: Luca Cominardi <luca.cominardi@gmail.com> * Add note on Copied and owned objects * fix char spelling error * Kotlin Migration guide * Adding comment on Java migration guide * reword Plugin loading for better clarity * Fix small errors, rewording for clarity * Reword keyexpr, removing question * Update content/docs/migration_1.0/C_Pico.md Co-authored-by: J-Loudet <julien.loudet@zettascale.tech> --------- Co-authored-by: J-Loudet <julien.loudet@zettascale.tech> Co-authored-by: Joseph Perez <joperez@hotmail.fr> Co-authored-by: yuanyuyuan <az6980522@gmail.com> Co-authored-by: Luca Cominardi <luca.cominardi@gmail.com> Co-authored-by: Darius Maitia <darius@zettascale.tech>
- Loading branch information