Skip to content

0.8.0

Compare
Choose a tag to compare
@jdantonio jdantonio released this 25 Jan 17:51
· 1827 commits to master since this release

This is the first release to use the new model for C and Java native extensions. Java native extensions are built into the core gem and published as a pre-compiled Java build (in addition to the pure-Ruby core gem). C native extensions for MRI are published as a separate extension gem. The main extension gem must be compiled on installation, but pre-compiled Windows binaries (x32 and x64) are published as well. Specific features in this build include:

  • C extension for MRI have been extracted into the concurrent-ruby-ext companion gem.
    Please see the README for more detail.
  • Better variable isolation in Promise and Future via an :args option
  • Continued to update intermittently failing tests