Skip to content

v0.8.0rc-1

Pre-release
Pre-release
Compare
Choose a tag to compare
@mkitti mkitti released this 21 Mar 06:59
· 3 commits to master since this release
63026e4

What's Changed

  • Allow for multithreaded access to the JVM IN 26f1efd
  • JProxy update by @mkitti in #112
  • Adding JProxy, a wrapper that allows Java-like syntax for field and method access by @zot in #91
  • Fix memory leak for primitive array by @ahnlabb in #135
  • Also look for a JRE on Windows via the registry. by @dourouc05 in #137
  • adding readme to point to JProxy file history by @zot in #142
  • Add support for short to conventional_name by @abread in #148
  • Fix typo in jbyte by @MatFi in #158
  • Consolidate jcall to enable extension of JVM types by @ahnlabb in #149
  • Raw JNI arrays by @ahnlabb in #144
  • Add CI.yml for github actions by @mkitti in #161
  • Fix JNIVector garbage collection, check if JVM destroyed by @mkitti in #163
  • Fix lazy jfield, add test by @mkitti in #164

New Contributors

Full Changelog: v0.7.6...v0.8.0rc-1