AimRT v0.9.1 已经发布
此版本更新内容包括:
What's Changed
- doc:fix proxy plugin doc by @yglsaltfish in https://github.com/AimRT/AimRT/pull/121
- fix: enhance error checking for server listen address in gRPC plugin by @zhangyi in https://github.com/AimRT/AimRT/pull/123
- fix: change string_view to string in LocalChannelBackend subscription index map by @zhangyi in https://github.com/AimRT/AimRT/pull/124
- fix: cmake & noexcept by @wtudio in https://github.com/AimRT/AimRT/pull/126
- chore: update version to 0.9.1 and modify release notes by @zhangyi in https://github.com/AimRT/AimRT/pull/128
Full Changelog: https://github.com/AimRT/AimRT/compare/v0.9.0...v0.9.1
A note on the aimrt_py .whl files:
These linux .whl files are built using the gcc 11.4 compiler on the Ubuntu 22.04 platform. If your local glibc and libstdc++ versions are lower than the corresponding versions, they may not work. Additionally, the provided prebuilt .whl files only support Python 3.10.
If these .whl files are not usable, you can consider compiling a version compatible with your local environment yourself. More information can be found at https://docs.aimrt.org/tutorials/quick_start/installation_py.html#id3