Skip to content

v1.0.2

Latest

Choose a tag to compare

@TIBI624 TIBI624 released this 05 May 19:09

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.