fully-forged / tune

A streamlined Spotify client and browser with a focus on performance and integrations.
https://tune.fullyforged.com
MIT License
216 stars 16 forks source link

Bump appsignal from 2.2.7 to 2.2.8 #293

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps appsignal from 2.2.7 to 2.2.8.

Changelog

Sourced from appsignal's changelog.

2.2.8

Added

  • 4a9bcca3 patch - Add "log_level" config option. This new option allows you to select the type of messages AppSignal's logger will log and up. The "debug" option will log all "debug", "info", "warning" and "error" log messages. The default value is: "info"

    The allowed values are:

    • error
    • warning
    • info
    • debug
  • 10078177 patch - Add send_environment_metadata config option to configure the environment metadata collection. For more information, see our environment metadata docs.

  • 10078177 patch - Add the Erlang scheduler utilization to the metrics reported by the minutely probes. The metric is reported as a percentage value with the name erlang_scheduler_utilization, with the tag type set to "normal" and the tag id set to the ID of the scheduler in the Erlang VM.

Changed

  • 10078177 patch - Bump agent to v-5b63505

    • Only filter parameters with the filter_parameters config option.
    • Only filter session data with the filter_session_data config option.
  • 10078177 patch - Remove the valid key from the diagnose output. It's not a configuration option that can be configured, but an internal state check if the configuration was considered valid.

  • 10078177 patch - Print the extension installation dependencies and flags in the diagnose report output.

  • 10078177 patch - Standardize diagnose validation failure message. Explain the diagnose request failed and why.

  • f3bb8546 patch - Bump agent to v-0db01c2

    • Add log_level config option in extension.
    • Deprecate debug and transaction_debug_mode option in extension.

Deprecated

  • 4a9bcca3 patch - Deprecate "debug" and "transaction_debug_mode" config options in favor of the new "log_level" config option.

Removed

  • f40ead99 patch - Remove the unused allocation tracking config option.

Fixed

  • 10078177 patch - Fix a bug where setting the :phoenix, :filter_parameters configuration key to an allow-list of the form {:keep, [keys]} would apply this filtering to all sample data maps. The filtering is now only applied to the params sample data map.
  • 10078177 patch - Fix the Push API key validator request query params encoding.
  • 10078177 patch - When the Push API key config option value is an empty string, or a string with only whitespace characters, it is not considered valid anymore.
  • 10078177 patch - Transmit the path file modes in the diagnose report as an octal number. Previously it send values like 33188 and now it transmits 100644, which is a bit more human readable.
  • 10078177 patch - Improve parameter and session data filtering options. Previously all filtering was done with one combined denylist of parameters and session data. Now filter_parameters only applies to parameters, and filter_session_data only applies to session data.
  • 10078177 patch - Fix the download of the agent during installation when Erlang is using an OpenSSL version that does not support TLS 1.3, such as versions below OpenSSL 1.1.1.

... (truncated)

Commits
  • f07a22a Publish packages
  • 35a94ad Merge pull request #733 from appsignal/add-log-level-config-opt
  • f3bb854 Bump agent to v-0db01c2
  • 1324c12 Fix typos in project (#739)
  • f40ead9 Update allocation config option changeset
  • 20975ce Merge pull request #737 from appsignal/fix-telemetry-local-function-warning
  • ad0b00f Fix Telemetry local function warning
  • ad63b94 Update mono to 0.6.0 (#736)
  • 9a55a7f Update Git linter (Lintje) to 0.6.1 (#735)
  • 1007817 Add changeset types to existing changesets (#734)
  • 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 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[bot] commented 2 years ago

Superseded by #295.