1.0.0.11
Pre-release
Pre-release
What's Changed
New features π
- Add z_task_detach and z_task_drop methods by @sashacmc in #705
- make z_close take session by mutable reference by @DenisBiryukov91 in #708
- serialization support for bool by @DenisBiryukov91 in #709
- Improve doc by @jean-roland in #714
- Remove legacy z_timestamp_check by @sashacmc in #719
- Remove legacy z_config_new by @sashacmc in #721
- Add Z_FEATURE_TCP_NODELAY by @jean-roland in #723
- Subscriber/Queryable api alignment by @DenisBiryukov91 in #720
Bug fixes π
- Fix c type formatting in documentation by @sashacmc in #711
- Fix -Wpedantic violations when included in C++ by @robinlinden in #715
- Fix config segfault by @jean-roland in #718
- Remove z_view_string_array_t definition by @sashacmc in #733
- Fix undefined behavior on udp config by @jean-roland in #735
Documentation π
- Add doc warnings for unstable methods by @sashacmc in #706
- Docs comments celanup, fixes, etc. by @sashacmc in #710
- Add docs for system functions by @sashacmc in #716
- Change z_mutex_loan to z_mutex_loan_mut in doc by @sashacmc in #722
- Add documentation about bytes reader/writer by @sashacmc in #724
- Fix parameters order in z_declare_keyexpr/z_undeclare_keyexpr documentation by @sashacmc in #732
Other changes
- Mark zp_time_since_epoch and zp_get_time_since_epoch as internal by @sashacmc in #717
- Fix freertos CI build by @sashacmc in #726
- Fix formatting by @sashacmc in #725
- encoding alignment with zenoh-rust by @DenisBiryukov91 in #728
- Set mbed CI to use ubuntu 22.04 by @sashacmc in #727
- Use standalone valgrind in place of snap for CI tests by @sashacmc in #729
- API alignment by @sashacmc in #731
- Align closure handler names by @sashacmc in #734
Full Changelog: 1.0.0.10...1.0.0.11