|
![](/images/spacer.gif) |
![](/images/spacer.gif) |
![](/images/spacer.gif) |
Changelog for ruby2.7-rubygem-concurrent-ruby-ext-1.3.3-lp153.1.2.x86_64.rpm :
* Fri Jun 21 2024 Dan Čermák - ## Release v1.3.3 (9 June 2024) * (#1053) Improve the speed of `Concurrent.physical_processor_count` on Windows. [#]# Release v1.3.2, edge v0.7.1 (7 June 2024) concurrent-ruby: * (#1051) Remove dependency on `win32ole`. concurrent-ruby-edge: * (#1052) Fix dependency on `concurrent-ruby` to allow the latest release. [#]# Release v1.3.1 (29 May 2024) * Release 1.3.0 was broken when pushed to RubyGems. 1.3.1 is a packaging fix. [#]# Release v1.3.0 (28 May 2024) * (#1042) Align Java Executor Service behavior for `shuttingdown?`, `shutdown?` * (#1038) Add `Concurrent.available_processor_count` that is cgroups aware. * Mon Jan 29 2024 Dan Čermák - ## Release v1.2.3 (16 Jan 2024) * See [the GitHub release](https://github.com/ruby-concurrency/concurrent-ruby/releases/tag/v1.2.3) for details. * Tue Nov 28 2023 Dan Čermák - New upstream release 1.2.2, see bundled CHANGELOG.md * Thu Aug 04 2022 Stephan Kulow updated to version 1.1.10 see installed CHANGELOG.md [#]# Release v1.1.10 concurrent-ruby: * (#951) Set the Ruby compatibility version at 2.2 * (#939, #933) The `caller_runs` fallback policy no longer blocks reads from the job queue by worker threads * (#938, #761, #652) You can now explicitly `prune_pool` a thread pool (Sylvain Joyeux) * (#937, #757, #670) We switched the Yahoo stock API for demos to Alpha Vantage (Gustavo Caso) * (#932, #931) We changed how `SafeTaskExecutor` handles local jump errors (Aaron Jensen) * (#927) You can use keyword arguments in your initialize when using `Async` (Matt Larraz) * (#926, #639) We removed timeout from `TimerTask` because it wasn\'t sound, and now it\'s a no-op with a warning (Jacob Atzen) * (#919) If you double-lock a re-entrant read-write lock, we promote to locked for writing (zp yuan) * (#915) `monotonic_time` now accepts an optional unit parameter, as Ruby\'s `clock_gettime` (Jean Boussier) * Thu Jun 24 2021 Stephan Kulow updated to version 1.1.9 see installed CHANGELOG.md [#]# Release v1.1.9 (5 Jun 2021) concurrent-ruby: * (#866) Child promise state not set to :pending immediately after #execute when parent has completed * (#905, #872) Fix RubyNonConcurrentPriorityQueue#delete method * (2df0337d) Make sure locks are not shared on shared when objects are dup/cloned * (#900, #906, #796, #847, #911) Fix Concurrent::Set tread-safety issues on CRuby * (#907) Add new ConcurrentMap backend for TruffleRuby * Wed Jan 20 2021 Stephan Kulow updated to version 1.1.8 see installed CHANGELOG.md [#]# Release v1.1.8 (20 January 2021) * (#885) Fix race condition in TVar for stale reads * (#884) RubyThreadLocalVar: Do not iterate over hash which might conflict with new pair addition * Mon Aug 10 2020 Matthew Trescott - updated to version 1.1.7. No code changes in the MRI extension (this package). See installed CHANGELOG.md for changes to the main package. * Thu May 07 2020 Stephan Kulow - updated to version 1.1.6 see installed CHANGELOG.md * Thu Mar 14 2019 Stephan Kulow - updated to version 1.1.5 see installed CHANGELOG.md [#]# Release v1.1.5, edge v0.5.0 (10 mar 2019) concurrent-ruby: * fix potential leak of context on JRuby and Java 7 concurrent-ruby-edge: * Add finalized Concurrent::Cancellation * Add finalized Concurrent::Throttle * Add finalized Concurrent::Promises::Channel * Add new Concurrent::ErlangActor * Wed Dec 19 2018 Stephan Kulow - updated to version 1.1.4 see installed CHANGELOG.md [#]# Release v1.1.4 (14 Dec 2018) * (#780) Remove java_alias of \'submit\' method of Runnable to let executor service work on java 11 * (#776) Fix NameError on defining a struct with a name which is already taken in an ancestor * Thu Nov 22 2018 Stephan Kulow - updated to version 1.1.3 see installed CHANGELOG.md [#]# Current [#]# Release v1.1.3 (7 Nov 2018) * (#775) fix partial require of the gem (although not officially supported) [#]# Release v1.1.2 (6 Nov 2018) * (#773) more defensive 1.9.3 support [#]# Release v1.1.1, edge v0.4.1 (1 Nov 2018) * (#768) add support for 1.9.3 back [#]# Release v1.1.0, edge v0.4.0 (31 OCt 2018) (yanked) * (#768) yanked because of issues with removed 1.9.3 support [#]# Release v1.1.0.pre2, edge v0.4.0.pre2 (18 Sep 2018) concurrent-ruby: * fixed documentation and README links * fix Set for TruffleRuby and Rubinius * use properly supported TruffleRuby APIs concurrent-ruby-edge: * add Promises.zip_futures_over_on [#]# Release v1.1.0.pre1, edge v0.4.0.pre1 (15 Aug 2018) concurrent-ruby: * requires at least Ruby 2.0 * [Promises](http://ruby-concurrency.github.io/concurrent-ruby/1.1.0/Concurrent/Promises.html) are moved from `concurrent-ruby-edge` to `concurrent-ruby` * Add support for TruffleRuby * (#734) Fix Array/Hash/Set construction broken on TruffleRuby * AtomicReference fixed * CI stabilization * remove sharp dependency edge -> core * remove warnings * documentation updates * Exchanger is no longer documented as edge since it was already available in `concurrent-ruby` * (#644) Fix Map#each and #each_pair not returning enumerator outside of MRI * (#659) Edge promises fail during error handling * (#741) Raise on recursive Delay#value call * (#727) #717 fix global IO executor on JRuby * (#740) Drop support for CRuby 1.9, JRuby 1.7, Rubinius. * (#737) Move AtomicMarkableReference out of Edge * (#708) Prefer platform specific memory barriers * (#735) Fix wrong expected exception in channel spec assertion * (#729) Allow executor option in `Promise#then` * (#725) fix timeout check to use timeout_interval * (#719) update engine detection * (#660) Add specs for Promise#zip/Promise.zip ordering * (#654) Promise.zip execution changes * (#666) Add thread safe set implementation * (#651) #699 #to_s, #inspect should not output negative object IDs. * (#685) Avoid RSpec warnings about raise_error * (#680) Avoid RSpec monkey patching, persist spec results locally, use RSpec v3.7.0 * (#665) Initialize the monitor for new subarrays on Rubinius * (#661) Fix error handling in edge promises concurrent-ruby-edge: * (#659) Edge promises fail during error handling * Edge files clearly separated in `lib-edge` * added ReInclude * Tue Apr 04 2017 cbruckmayerAATTsuse.com- Initial Package
|
|
|