Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 3, 2025

Bumps appsignal from 4.6.0 to 4.7.0.

Changelog

Sourced from appsignal's changelog.

4.7.0

Published on 2025-08-29.

Added

  • Add Sidekiq worker-level job status metric: worker_job_count. This new counter metric's status tag will be processed for each job that's processed and reports another counter with the failure status if the job encountered an error. (minor fa9859af)

Fixed

  • Support streaming bodies. AppSignal's Rack instrumentation now supports streaming bodies in responses, such as those produced by Async::Cable. This fixes an issue where AppSignal's Rack instrumentation would cause requests with streaming bodies to crash.

    If you use our Rack instrumentation through a framework that is automatically instrumented by AppSignal, such as Rails, Hanami, Padrino or Sinatra, this fix is applied automatically.

    If your application instruments Rack manually, you must remove the following line from your application's initial setup:

    use Rack::Events, [Appsignal::Rack::EventHandler.new]

    And replace it with the following line:

    use Appsignal::Rack::EventMiddleware

    (minor c94315e3)

  • Avoid instrumenting Rails when AppSignal is not active. If AppSignal is configured to start when the Rails application loads, rather than after it has initialised, only add Rails' instrumentation middlewares if AppSignal was actually started. (patch 0239a2c3)

Commits
  • b4a15e8 Publish package v4.7.0
  • 2ef98de Merge pull request #1445 from appsignal/fix-streaming-responses-rack-middleware
  • c94315e Fix streaming responses with Rack middleware
  • 7958728 Merge pull request #1444 from appsignal/only-instrument-rails-if-appsignal-st...
  • 27a4aff Test if the AppSignal middleware isn't added
  • 7a2df39 Fix middleware assertion in Railtie spec
  • 0239a2c Only instrument Rails if AppSignal started
  • fb4cebb Merge pull request #1440 from shairyar/additionl-sidekiq-metrics
  • fa9859a Add Sidekiq worker-level metrics
  • 8153ba4 Add type signature information to CLAUDE.md file
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [appsignal](https://github.com/appsignal/appsignal-ruby) from 4.6.0 to 4.7.0.
- [Changelog](https://github.com/appsignal/appsignal-ruby/blob/main/CHANGELOG.md)
- [Commits](appsignal/appsignal-ruby@v4.6.0...v4.7.0)

---
updated-dependencies:
- dependency-name: appsignal
  dependency-version: 4.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Sep 3, 2025
@myabc myabc merged commit 96ca82d into dev Sep 3, 2025
15 checks passed
@myabc myabc deleted the dependabot/bundler/dev/appsignal-4.7.0 branch September 3, 2025 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Development

Successfully merging this pull request may close these issues.

1 participant