v0.9.2
What's Changed
- fix: asio thread executor by @wtudio in #129
- fix: misc by @wtudio in #130
- docs: update Windows build instructions and clarify installation methods by @zhangyi1357 in #132
- chore: update release notes for version 0.9.2 by @zhangyi1357 in #133
- feat: add service server wait functionality in BenchmarkRpcClientModule by @zhangyi1357 in #131
Full Changelog: v0.9.1...v0.9.2
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