Releases: hiking90/rsbinder
Releases · hiking90/rsbinder
v0.2.4
- Fixed a stability issue of ParcelableHolder
- Passed more testcases
- Fixed dump() feature that was not worked
- Fixed the file descriptor leak issue caused by incorrect runtime usage.
v0.2.2
What's Changed
- skip panic if enable oneway spam detection failed by @virjar in #16
- Fix: Compatibility with different versions of 'Stability' in Android Binder Protocol by @tsailin-bit in #17
- Supports both Binder Stability changes in Android 12 and Stability for other Android versions by @hiking90 in #18
New Contributors
Full Changelog: v0.2.1...v0.2.2
v0.2.1
- Fixed alignment issues for some case. Thank you @tsailin-bit
- Fixed clippy warnings.
v0.2.0
What's Changed
- Implement rsbinder async to support Tokio runtime.
- Consolidate functionalities in crates with rsbinder.
- Fixed the errors of "cargo install rsbinder-tools".
v0.1.2
- Improving compatibility with Android dumpsys.
- Removing unnecessary dependencies.
v0.1.1
- Implemented write_slice_size() and resize_out_vec() and integrated into AIDL compiler.
- Fixed compiler warnings.