Skip to content

Commit 5866636

Browse files
committed
Change log
1 parent 5162d78 commit 5866636

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
## Current
22

3+
## Release v1.1.10
4+
5+
concurrent-ruby:
6+
7+
* (#939, #933) The `caller_runs` fallback policy no longer blocks reads from the job queue by worker threads
8+
* (#938, #761, #652) You can now explicitly `prune_pool` a thread pool (Sylvain Joyeux)
9+
* (#937, #757, #670) We switched the Yahoo stock API for demos to Alpha Vantage (Gustavo Caso)
10+
* (#932, #931) We changed how `SafeTaskExecutor` handles local jump errors (Aaron Jensen)
11+
* (#927) You can use keyword arguments in your initialize when using `Async` (Matt Larraz)
12+
* (#926, #639) We removed timeout from `TimerTask` because it wasn't sound, and now it's a no-op with a warning (Jacob Atzen)
13+
* (#919) If you double-lock a re-entrant read-write lock, we promote to locked for writing (zp yuan)
14+
* (#915) `monotonic_time` now accepts an optional unit parameter, as Ruby's `clock_gettime` (Jean Boussier)
15+
316
## Release v1.1.9 (5 Jun 2021)
417

518
concurrent-ruby:

0 commit comments

Comments
 (0)