Skip to content

Releases: ruby-concurrency/concurrent-ruby

v1.3.7

Choose a tag to compare

@eregon eregon released this 16 Jun 21:45

There are 3 security fixes in this release, so updating is recommended.
These security vulnerabilities are not very likely to be hit in practice and have a corresponding Low severity score.

What's Changed

New Contributors

Full Changelog: v1.3.6...v1.3.7

v1.3.6

Choose a tag to compare

@eregon eregon released this 13 Dec 12:31

What's Changed

New Contributors

Full Changelog: v1.3.5...v1.3.6

v1.3.5

Choose a tag to compare

@eregon eregon released this 15 Jan 21:37

What's Changed

New Contributors

Full Changelog: v1.3.4...v1.3.5

v1.3.4

Choose a tag to compare

@eregon eregon released this 10 Aug 11:51

What's Changed

  • Update comment for JRuby variant of processor_count to reality by @meineerde in #1054
  • Add Concurrent.cpu_requests that is cgroups aware. by @heka1024 in #1058
  • Fix the doc of Concurrent.available_processor_count by @y-yagi in #1059
  • Fix the return value of Concurrent.available_processor_count when cpu.cfs_quota_us is -1 by @y-yagi in #1060

New Contributors

Full Changelog: v1.3.3...v1.3.4

v1.3.3

Choose a tag to compare

@eregon eregon released this 09 Jun 14:53

What's Changed

Full Changelog: v1.3.2...v1.3.3

v1.3.2

Choose a tag to compare

@eregon eregon released this 07 Jun 20:16

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.3.2

Edge 0.7.1

Choose a tag to compare

@eregon eregon released this 07 Jun 19:59
  • (#1052) Fix dependency on concurrent-ruby to allow the latest release.

v1.3.1

Choose a tag to compare

@nirvdrum nirvdrum released this 29 May 15:59

This release is essentially v1.3.0, but with a properly packaged gem. There was an issue publishing v1.3.0 and that gem needed to be yanked to avoid breaking downstream projects. The v1.3.0 changelog is reproduced below.

What's Changed

  • Add Concurrent.usable_processor_count that is cgroups aware by @casperisfine in #1038
  • Align Java Executor Service behavior for shuttingdown?, shutdown? by @bensheldon in #1042

New Contributors

Full Changelog: v1.2.3...v1.3.1

v1.3.0

Choose a tag to compare

@nirvdrum nirvdrum released this 29 May 15:56

There was a packaging issue that resulted in a broken v1.3.0 gem having been pushed to RubyGems. The code corresponding to this tag is fine to use, but there is no corresponding v1.3.0 gem as we had to yank it. Please use v1.3.1 instead, which is nothing more than v1.3.0 packaged correctly.

What's Changed

  • Add Concurrent.usable_processor_count that is cgroups aware by @casperisfine in #1038
  • Align Java Executor Service behavior for shuttingdown?, shutdown? by @bensheldon in #1042

New Contributors

Full Changelog: v1.2.3...v1.3.0

v1.2.3

Choose a tag to compare

@eregon eregon released this 16 Jan 10:05

What's Changed

New Contributors

Full Changelog: v1.2.2...v1.2.3