Skip to content

Commit 3851561

Browse files
authored
Merge pull request #942 from ruby-concurrency/prep-release
Prep for v1.1.10 release
2 parents 5f59cbd + c97452b commit 3851561

File tree

201 files changed

+159000
-1203
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

201 files changed

+159000
-1203
lines changed

CHANGELOG.md

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

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

519
concurrent-ruby:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ best practice is to depend on `concurrent-ruby` and let users to decide if they
360360

361361
### Publishing the Gem
362362

363-
* Update`version.rb`
363+
* Update `version.rb`
364364
* Update the CHANGELOG
365365
* Update the Yard documentation
366366
- Add the new version to `docs-source/signpost.md`. Needs to be done only if there are visible changes in the

docs-source/signpost.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Pick a `concurrent-ruby` version:
44

55
* [master](./master/index.html)
6+
* [1.1.10 with edge 0.6.0](./1.1.10/index.html)
67
* [1.1.9 with edge 0.6.0](./1.1.9/index.html)
78
* [1.1.8 with edge 0.6.0](./1.1.8/index.html)
89
* [1.1.7 with edge 0.6.0](./1.1.7/index.html)

docs/1.1.10/Concurrent.html

Lines changed: 3150 additions & 0 deletions
Large diffs are not rendered by default.

docs/1.1.10/Concurrent/Actor.html

Lines changed: 1300 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)