Skip to content

Bump appsignal from 1.13.4 to 2.1.12#66

Open
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/hex/appsignal-2.1.12
Open

Bump appsignal from 1.13.4 to 2.1.12#66
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/hex/appsignal-2.1.12

Conversation

@dependabot-preview

Copy link
Copy Markdown

Bumps appsignal from 1.13.4 to 2.1.12.

Release notes

Sourced from appsignal's releases.

2.1.7

https://github.com/appsignal/appsignal-elixir/blob/main/CHANGELOG.md#217

2.1.7-beta.1

https://github.com/appsignal/appsignal-elixir/blob/855053a7cf69a0bb838aecdd2fc58f20c1127c4d/CHANGELOG.md#217-beta1

2.1.6

https://github.com/appsignal/appsignal-elixir/blob/main/CHANGELOG.md#216

2.1.5

https://github.com/appsignal/appsignal-elixir/blob/main/CHANGELOG.md#215

2.1.4

https://github.com/appsignal/appsignal-elixir/blob/main/CHANGELOG.md#214

2.1.3

https://github.com/appsignal/appsignal-elixir/blob/main/CHANGELOG.md#213

2.1.2

https://github.com/appsignal/appsignal-elixir/blob/main/CHANGELOG.md#212

2.1.1

https://github.com/appsignal/appsignal-elixir/blob/main/CHANGELOG.md#211

2.1.0

https://github.com/appsignal/appsignal-elixir/blob/main/CHANGELOG.md#210

2.0.8

https://github.com/appsignal/appsignal-elixir/blob/main/CHANGELOG.md#208

2.0.7

https://github.com/appsignal/appsignal-elixir/blob/main/CHANGELOG.md#207

2.0.6

https://github.com/appsignal/appsignal-elixir/blob/main/CHANGELOG.md#206

2.0.6-beta.1

https://github.com/appsignal/appsignal-elixir/blob/2.0.6-beta.1/CHANGELOG.md#206-beta1

2.0.5

https://github.com/appsignal/appsignal-elixir/blob/main/CHANGELOG.md#205

2.0.4

https://github.com/appsignal/appsignal-elixir/blob/main/CHANGELOG.md#204

2.0.3

https://github.com/appsignal/appsignal-elixir/blob/main/CHANGELOG.md#203

2.0.2

https://github.com/appsignal/appsignal-elixir/blob/main/CHANGELOG.md#202

... (truncated)

Changelog

Sourced from appsignal's changelog.

2.1.12

  • 0e2cd629 patch - Only create root spans from transaction and channel action decorators, as they're meant to only be used when no span exists yet.

2.1.11

  • 4ba38f9 patch - Bump agent to v-891c6b0. Add experimental Apple Silicon M1 ARM64 build.

2.1.10

  • 523e229e patch - Bump agent to version that is compatible with different error grouping types.

2.1.9

  • 76a31400 patch - Add Linux ARM override value to diagnose report. This was omitted from the original implementation of the APPSIGNAL_BUILD_FOR_LINUX_ARM flag.
  • 07d1ea17 patch - Bump agent to c2024bf with appsignal-agent diagnose timing issue fix when reading the report and improved filtering for HTTP request transmission logs.

2.1.8

  • b2c888dc patch - Update APPSIGNAL_BUILD_FOR_MUSL behavior to only listen to the values 1 and true. This way APPSIGNAL_BUILD_FOR_MUSL=false is not interpreted to install the musl build.
  • f467daf9 patch - Add Linux ARM 64-bit experimental build, available behind a feature flag. To test this set the APPSIGNAL_BUILD_FOR_LINUX_ARM flag before compiling your apps: export APPSIGNAL_BUILD_FOR_LINUX_ARM=1 <command>. Please be aware this is an experimental build. Please report any issue you may encounter at our support email.
  • b8075176 patch - Use MapSets for Monitor's internal monitor list. As uniqueness is guaranteed (you can't monitor a particular pid more than once), MapSet is a better data structure to store this information, since all its operations are constant-time instead of linear-time.
  • Track erlang_atoms gauge in erlang probe. This reports the atom_limit and atom_count metrics. PR #651

2.1.7

  • Keep internal list of monitors in Appsignal.Monitor process. PR 648

2.1.6

  • Fix Appsignal.logger debug level issue on no config present. PR #644
  • Bump agent to d08ae6c. PR #645. Fix span API related issues with empty events for error samples and missing incidents.

2.1.5

  • Add Appsignal.Logger to only log debug messages when the :debug configuration is turned on. PR #642

2.1.4

  • Ensure the :request_headers config returns an empty list by default. PR #637

2.1.3

  • Use pid from conn in Error.Backend if available. PR #631

2.1.2

  • Make sure Appsignal.se(nd|t)_error is properly delegated. PR #629

2.1.1

  • Probes.handle_info/2 handles non-exception errors. PR #626

2.1.0

  • Pass functions to set error PR #622

... (truncated)

Commits

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 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:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Jul 29, 2021
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants