Skip to content

Bump appsignal from 3.7.5 to 4.5.17 #324

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 2, 2025

Bumps appsignal from 3.7.5 to 4.5.17.

Changelog

Sourced from appsignal's changelog.

4.5.17

Published on 2025-07-01.

Fixed

  • When an Appsignal::Logger uses .broadcast_to to broadcast messages to other loggers, broadcast those messages even if the log level of those messages is lower than the logger's threshold. This allows other loggers to set their own logging thresholds.

    When the logger is silenced, messages below the silencing threshold are not broadcasted to other loggers.

    (patch bd3f2147)

  • When an Appsignal::Logger uses .broadcast_to to broadcast messages to other loggers, broadcast the original message received by the logger, without formatting it or converting it to a string. (patch bd3f2147)

  • Call the Appsignal::Logger formatter with the original message object given, rather than converting it to a string before calling the formatter. (patch bd3f2147)

  • When an error is passed to an Appsignal::Logger as the message, format it regardless of the logging level. Previously it would only be formatted when passed to #error. (patch bd3f2147)

  • Ignore Errno::ECONNRESET errors in the Rack wrapper. (patch 90b0b7a3)

4.5.16

Published on 2025-06-27.

Changed

  • Log the error's backtrace on extension download failure. This will help us debug issues related to downloading the extension. (patch 71b7b9fe)

Fixed

  • Fix non-canonical rendering event paths for Capistrano deployments (patch 84e3c5c5)

4.5.15

Published on 2025-06-06.

Added

  • Add nginx_port configuration option. This configuration option can be used to customize the port on which the AppSignal integration exposes the NGINX metrics server. (patch 16976de8)

4.5.14

Published on 2025-05-27.

Fixed

  • Resolve problems with transactions not being properly closed when using libraries that change Fibers during the transactions. Previously, completed transactions would be attempted to be reused when creating a transaction, when the Fiber would be switched during a transaction. (patch 32733b25)
  • Fix a config error log message when the config is not active and should not validate the config. (patch 0d114b43)

4.5.13

Published on 2025-05-12.

Fixed

... (truncated)

Commits
  • a138d06 Publish package v4.5.17
  • 9e285c9 Merge pull request #1421 from appsignal/ignore-econnreset-rack-wrapper
  • 90b0b7a Ignore Errno::ECONNRESET in Rack wrapper
  • bd3f214 Changesets for logger improvements
  • ed00887 Lock sidekiq version to 8.0.4 (#1427)
  • 4d4fe6d Merge pull request #1423 from appsignal/logger-improvements
  • 5ec7019 Include backtrace first line
  • 423eea3 Call formatter before #to_s call
  • 545261d Improve readability of logger method tests
  • a269868 Broadcast log messages regardless of level
  • 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 3.7.5 to 4.5.17.
- [Changelog](https://github.com/appsignal/appsignal-ruby/blob/main/CHANGELOG.md)
- [Commits](appsignal/appsignal-ruby@v3.7.5...v4.5.17)

---
updated-dependencies:
- dependency-name: appsignal
  dependency-version: 4.5.17
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Jul 2, 2025
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants