### Describe the feature Following the https://github.com/eclipse-zenoh/zenoh/pull/2301 the language bindings should be updated: - [x] [zenoh-c](https://github.com/eclipse-zenoh/zenoh-c) https://github.com/eclipse-zenoh/zenoh-c/pull/1171 - [x] [zenoh-cpp](https://github.com/eclipse-zenoh/zenoh-cpp) https://github.com/eclipse-zenoh/zenoh-cpp/issues/749 https://github.com/eclipse-zenoh/zenoh-cpp/pull/750 - [x] [zenoh-pico](https://github.com/eclipse-zenoh/zenoh-pico) https://github.com/eclipse-zenoh/zenoh-pico/pull/1159 https://github.com/eclipse-zenoh/zenoh-pico/issues/1182 https://github.com/eclipse-zenoh/zenoh-pico/pull/1183 - [x] [zenoh-python](https://github.com/eclipse-zenoh/zenoh-python) https://github.com/eclipse-zenoh/zenoh-python/pull/684 - [x] [zenoh-ts](https://github.com/eclipse-zenoh/zenoh-ts) https://github.com/eclipse-zenoh/zenoh-ts/issues/422 https://github.com/eclipse-zenoh/zenoh-ts/pull/424 To be done later - [ ] [zenoh-java](https://github.com/eclipse-zenoh/zenoh-java) - [ ] [zenoh-kotlin](https://github.com/eclipse-zenoh/zenoh-kotlin) - [ ] [zenoh-csharp](https://github.com/ZettaScaleLabs/zenoh-csharp) - [ ] [zenoh-go](https://github.com/ZettaScaleLabs/zenoh-go)
Describe the feature
Following the #2301 the language bindings should be updated:
Connectivity API: get information about links and transports zenoh-c#1171
implement connectivity API zenoh-cpp#749
connectivity api zenoh-cpp#750
Connectivity events and API zenoh-pico#1159
missing connectivity API declaration necessary for C++ binding zenoh-pico#1182
add missing generics and accessors to connectivity api zenoh-pico#1183
Connectivity API: get information about links and transports zenoh-python#684
implement connectivity API zenoh-ts#422
implement connectivity api zenoh-ts#424
To be done later