Skip to content

Prep for v1.1.10 release #942

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Mar 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
## Current

## 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)

## Release v1.1.9 (5 Jun 2021)

concurrent-ruby:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ best practice is to depend on `concurrent-ruby` and let users to decide if they

### Publishing the Gem

* Update`version.rb`
* Update `version.rb`
* Update the CHANGELOG
* Update the Yard documentation
- Add the new version to `docs-source/signpost.md`. Needs to be done only if there are visible changes in the
Expand Down
1 change: 1 addition & 0 deletions docs-source/signpost.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Pick a `concurrent-ruby` version:

* [master](./master/index.html)
* [1.1.10 with edge 0.6.0](./1.1.10/index.html)
* [1.1.9 with edge 0.6.0](./1.1.9/index.html)
* [1.1.8 with edge 0.6.0](./1.1.8/index.html)
* [1.1.7 with edge 0.6.0](./1.1.7/index.html)
Expand Down
3,150 changes: 3,150 additions & 0 deletions docs/1.1.10/Concurrent.html

Large diffs are not rendered by default.

1,300 changes: 1,300 additions & 0 deletions docs/1.1.10/Concurrent/Actor.html

Large diffs are not rendered by default.

Loading