Update async-container 0.18.3 → 0.25.0 (major)#814
Closed
depfu[bot] wants to merge 1 commit intomasterfrom
Closed
Conversation
Contributor
Author
|
Closed in favor of #822. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
Release Notes
0.25.0 (from changelog)
0.24.0 (from changelog)
0.23.0 (from changelog)
0.21.0 (from changelog)
0.20.1 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 63 commits:
Bump minor version.Remove non-existant docker link.Better Kubernetes readiness check. (#42)Modernize code.Update release notes.Bump minor version.100% documentation coverage.Initial metrics for health check failure. (#41)Bump patch version.Make `#stop` less noisy.Bump patch version.Remove "Waiting for children..." debug log as it's quite noisy.Add `size` (running children) to controller `ready!` notification.Release notes.Bump minor version.`NOTIFY_LOG` readiness notification for Kubernetes probes. (#39)Whitespace.Bump minor version.Tidy up instance name handling.Add instance `#to_json` and `#as_json` for serialization.Bump minor version.Improve reliability of keyed child test.Use `SIGKILL`/`Thread#kill` when the health check fails.Bump patch version.Add release notes.Remove gems.locked from example.Relax timing.Fix Hybrid health check handling.Pass through options to `Group`.Bump minor version.Add `health_check_timeout` for detecting hung processes.Fix signal handling in child threads.Bump minor version.Add `async-service` to external tests.RuboCop.More container tests.Fix broken size test.More code coverage for notify.Add coverage for `Async::Container::Statistics`.Add test for `.best` returning threaded container.Move test controllers into fixtures directory.Fix test.More coverage for notify server / client.Add code coverage for `Async::Container::Channel`.Move implementation of `Thread` and `Process` into `Threaded::Child` and `Process::Child` respectively.Modernize code.Reduce sleep overhead in tests.Remove unnecessary `--keep-file-descriptors` option from notify pipe test.Explicit support for `Restart`.Expose `Process#spawn`.Updated puma example using shared socket.Fix puma example on_boot notify ready.Documentation.Improved signal handling.Updated puma example.Add default HUP signal handling for child process.Improved error logging (backtrace).Add puma example.More robust signal handling.Improved logging when child process fails.Update copyrights.Update usage of `Console` logger.Modernize code.Release Notes
2.27.0 (from changelog)
2.26.0 (from changelog)
2.25.0 (from changelog)
2.24.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 47 commits:
Bump minor version.Add release notes.Add support for `stop(cause:)`. (#388)Revert breaking change of minimum required ruby version introduced due to the latest io-event gemAdd thread safety context (#403)Modernize code + RuboCop.Remove `.context`.Bump minor version.Minor fixes to logo.Add link to `agent-context` gem.Fix formatting of release notes.Minor formatting improvements to `context/usage.md`.Update release notes.Don't emit unhandled exception log.Fix test failure with fiber profiler. (#398)Fix warning output for deprecated code path.Move expectations (that can perform `IO#write`) out of non-blocking fibers.Fix missing documentation coverage.Set minimum version of `io-event` gem.Fix test.Add deprecation warnings.Fix release notes.Don't report on `IO.select` failure since it will be re-raised.Relax idler assertions.Fix missing documentation.Fix borked test.Add usage context.Add agent context.Modernize code.Barrier wait in completion order + `Queue#close`.Remove final usage of `task.sleep`.Bump minor version.Add `io_select` hook. (#394)Modernize code.Remove debug logs.Fix handling of `IO#close` interruption across threads/fibers. (#369)Add support for `IO::Event::WorkerPool`. (#393)Bump minor version.Add more flexible timeout. (#386)Remove `Async::Wrapper`.Drop support for Ruby v3.1 and related compatibility shims.Add Ruby v3.4 to the test matrix.Correct comment about when blocking_operation_wait() was released (#380)Bump patch version.Remove GitS from readme.Remove unused variable `error`Fixed a tiny typo in the debugging docs (#377)Release Notes
1.32.0 (from changelog)
1.31.0 (from changelog)
1.30.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 27 commits:
Bump minor version.Explicit support for GitHub actions.Bump minor version.100% documentation coverage.Limit Ractor support to 3.4+.Modernize code.Log fiber_id in serialized output.Bump minor version.Fix Ractor compatibility by freezing default configurationRuboCop.Fix symbol log level handling in Filter initialization.Prefer text output when MAILTO is set for cron job email readability.`Terminal::Text` print style reset before newline (#76)Modernize code.Fix #78: Add missing to_hash method to Console::Event::GenericBump patch version.Add missing require.Bump patch version.Update copyrights.Remove circular requireFix test.Bump minor version.Updated guides.More test coverage.Introduce `Console::Config` for better control over log setup. (#70)100% documentation coverage. (#71)Add missing `logger` gem for tests on Ruby head.Sorry, we couldn't find anything useful about this release.
Release Notes
1.11.2 (from changelog)
1.11.1 (from changelog)
1.11.0 (from changelog)
1.10.2 (from changelog)
1.10.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 37 commits:
Bump patch version.Forward `**options` in `raise`.Bump minor version.Set minimum Ruby version appropriately.Reduce permutation size for test.Fix Windows non-block IO.Fix Ruby version support + more tests.Remove deprecated code.100% documentation coverage.Add agent context.Modernize code.Ensure work can be cancelled while still in the queue.Bump patch version.Fix usage of `errno`.Add release notes.Remove unused header file include due to fix build error (#142)Bump patch version.Add documentation to `blocked`.Fix handling of `read_nonblock`. (#143)Extract build task into separate step.Add worker pool external tests.Bump minor version.Introduce `IO::Event::WorkerPool` for `blocking_operation_wait`. (#139)Bump patch version.Handle closed IO while invoking `#select`. (#138)Bump patch version.Modernize code.Use append_cflags instead of modifying CFLAGS directly (#137)Drop Ruby v3.1 external tests.Whitespace.Cleanup benchmark code.Updated benchmark servers.Bump minor version.Validate selector support at run time. (#131)Fix readme title.`IO::Event::Profiler` is moved to dedicated `fiber-profiler` gem.Remove unused `<complex.h>` header.Release Notes
2.13.2
2.13.1
2.13.0
2.12.2
2.12.1
2.12.0 (from changelog)
2.11.3 (from changelog)
2.11.2 (from changelog)
2.11.1
2.11.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Commits
See the full diff on Github. The new version differs by 6 commits:
Bump minor version.Add `bake metrics:provider:list` command.Modernize code.Bump patch version.Modernize code.Fix warn log test.Release Notes
0.16.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 8 commits:
Bump patch version.Restore missing documentation.Bump patch version.Add missing bake files.Bump minor version.Modernize code.Add `traces:provider:list` bake command.Remove unused sus-fixtures-console test dependency.Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase.All Depfu comment commands
Go to the Depfu Dashboard to see the state of your dependencies and to customize how Depfu works.