Changelog
*Sourced from [rack-timeout's changelog](https://github.com/sharpstone/rack-timeout/blob/master/CHANGELOG.md).*
> ## 0.6.0
>
> - Allow sending SIGTERM to workers on timeout (https://github-redirect.dependabot.com/sharpstone/rack-timeout/pull/157)
Commits
- [`d1c0898`](https://github.com/sharpstone/rack-timeout/commit/d1c08988d2ed54bafc6d8963e9d598d49415f343) v0.6.0
- [`7bc2c81`](https://github.com/sharpstone/rack-timeout/commit/7bc2c8177c9d744afb207657988aa0dd77b5ff1b) Use default values in timeout examples
- [`3fbc469`](https://github.com/sharpstone/rack-timeout/commit/3fbc469640a93512e43ab534221dea174e8c2c4a) Whitespace
- [`c328e41`](https://github.com/sharpstone/rack-timeout/commit/c328e4185e325d819822d4d01d16e04226f8525a) Merge pull request [#157](https://github-redirect.dependabot.com/sharpstone/rack-timeout/issues/157) from schneems/schneems/stop-process
- [`4aa4af5`](https://github.com/sharpstone/rack-timeout/commit/4aa4af5b04d1fa222511228cfb1fd8cf363b9efa) Update docs
- [`6f32baa`](https://github.com/sharpstone/rack-timeout/commit/6f32baaaf842371b46a15a13cb85f4a9ef86787d) Allow sending SIGTERM to workers on timeout
- [`6d39bbf`](https://github.com/sharpstone/rack-timeout/commit/6d39bbf779e6b60111a3d2a5352e9e72337d5179) Remove multiple assignment
- [`9aa53ba`](https://github.com/sharpstone/rack-timeout/commit/9aa53ba9d92b1c9d5a45b748d16e223abfbd5f88) Whitespace
- [`28a65c7`](https://github.com/sharpstone/rack-timeout/commit/28a65c7f2735f2ef98516185bd1d350b6029e391) Merge pull request [#156](https://github-redirect.dependabot.com/sharpstone/rack-timeout/issues/156) from olleolleolle/patch-1
- [`84e8d69`](https://github.com/sharpstone/rack-timeout/commit/84e8d696cfcfbb83683073f14de2dc75c89d7824) README: Format code example, whitespace [ci skip]
- See full diff in [compare view](https://github.com/sharpstone/rack-timeout/compare/v0.5.2...v0.6.0)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot will not automatically merge this PR because this dependency is pre-1.0.0.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps rack-timeout from 0.5.2 to 0.6.0.
Changelog
*Sourced from [rack-timeout's changelog](https://github.com/sharpstone/rack-timeout/blob/master/CHANGELOG.md).* > ## 0.6.0 > > - Allow sending SIGTERM to workers on timeout (https://github-redirect.dependabot.com/sharpstone/rack-timeout/pull/157)Commits
- [`d1c0898`](https://github.com/sharpstone/rack-timeout/commit/d1c08988d2ed54bafc6d8963e9d598d49415f343) v0.6.0 - [`7bc2c81`](https://github.com/sharpstone/rack-timeout/commit/7bc2c8177c9d744afb207657988aa0dd77b5ff1b) Use default values in timeout examples - [`3fbc469`](https://github.com/sharpstone/rack-timeout/commit/3fbc469640a93512e43ab534221dea174e8c2c4a) Whitespace - [`c328e41`](https://github.com/sharpstone/rack-timeout/commit/c328e4185e325d819822d4d01d16e04226f8525a) Merge pull request [#157](https://github-redirect.dependabot.com/sharpstone/rack-timeout/issues/157) from schneems/schneems/stop-process - [`4aa4af5`](https://github.com/sharpstone/rack-timeout/commit/4aa4af5b04d1fa222511228cfb1fd8cf363b9efa) Update docs - [`6f32baa`](https://github.com/sharpstone/rack-timeout/commit/6f32baaaf842371b46a15a13cb85f4a9ef86787d) Allow sending SIGTERM to workers on timeout - [`6d39bbf`](https://github.com/sharpstone/rack-timeout/commit/6d39bbf779e6b60111a3d2a5352e9e72337d5179) Remove multiple assignment - [`9aa53ba`](https://github.com/sharpstone/rack-timeout/commit/9aa53ba9d92b1c9d5a45b748d16e223abfbd5f88) Whitespace - [`28a65c7`](https://github.com/sharpstone/rack-timeout/commit/28a65c7f2735f2ef98516185bd1d350b6029e391) Merge pull request [#156](https://github-redirect.dependabot.com/sharpstone/rack-timeout/issues/156) from olleolleolle/patch-1 - [`84e8d69`](https://github.com/sharpstone/rack-timeout/commit/84e8d696cfcfbb83683073f14de2dc75c89d7824) README: Format code example, whitespace [ci skip] - See full diff in [compare view](https://github.com/sharpstone/rack-timeout/compare/v0.5.2...v0.6.0)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot will not automatically merge this PR because this dependency is pre-1.0.0.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)