This project follows SemVer with the following policy:
0.xreleases may introduce breaking changes, but we aim to keep them rare and documented.1.0will lock down public API surfaces and require explicit deprecation cycles.- New JVMTI/JNI features will be added behind minor releases with clear changelog notes.
- Unsafe APIs will not be silently changed; safety assumptions are documented explicitly.
API review goals before 1.0:
- Public types are minimal, stable, and well-documented.
- No unsound
SendorSyncbehavior. - All FFI allocations have clear ownership and cleanup.