Full Changelog: v1.0.1...v1.0.2
- removed x86 and x86_64 architecture support from all configuration macros and build pipelines;
- fixed critical data races in the lock-free ring buffer push/pop CAS loops;
- patched memory leaks in arena allocator deallocation and MiniAppContext teardown;
- added Swift integration with native concurrency wrappers for iOS/macOS ecosystems;
- enforced strict compilation output to generate exactly libaio.so;
- updated documentation to explicitly exclude build.sh and GitHub Actions from the release package;
- corrected JNI casting syntax, VA_ARGS macros, and POSIX syscall error handling for stable runtime behavior;
- implemented thermal-aware worker backoff to prevent CPU throttling on ARM mobile processors;
- finalized comprehensive multi-language examples and API reference for production deployment.