SDK v0.7.1
Foxglove SDK
Python
Context
is now available for associating channels and sinks.
Rust
- Some handler types on WebSocket
FetchAsset
andService
have changed. - The
log!
macro properly re-uses matching channels.
C++
Context
is now available for associating channels and sinks.
Fixed
- Fix log! macro to reuse matching channels by @gasmith in https://github.com/foxglove/foxglove-sdk/pull/400
Changed
- Expose logging context by @bryfox in https://github.com/foxglove/foxglove-sdk/pull/399
- Minor breaking: Changed websocket FetchAsset and Service handler types by @gasmith in https://github.com/foxglove/foxglove-sdk/pull/395
- Add context to C and C++ by @eloff in https://github.com/foxglove/foxglove-sdk/pull/364
Docs: Introduction | Reference: Rust, Python, C++ | Source: github | C++ Artifacts: github