Do not log a warning for nil data being added as sample data, but silently ignore it because we don't support it. (patch 0a658e5e)
Fix Rails session data not being reported. (patch 1565c7f0)
4.0.1
Published on 2024-08-23.
Fixed
Do not report Sidekiq::JobRetry::Skip errors. These errors would be reported by our Rails error subscriber. This is an internal Sidekiq error we do not need to report. (patch 9ea2d3e8)
Do not report SystemExit errors from our at_exit error reporter. (patch e9c0cad3)
4.0.0
Published on 2024-08-23.
Changed
Release the final package version. See the pre-release changelog entries for the changes in this version. (major)
Removed
Remove the Transaction.new method Transaction ID argument. The Transaction ID will always be automatically generated. (major bb938a9f)
4.0.0.beta.2
Published on 2024-08-19.
Added
Add a helper for parameters sample data to be unset. This is a private method until we stabilize it. (patch e9336363)
4.0.0.beta.1
Published on 2024-08-19.
Added
Add an at_exit callback error reporter. By default, AppSignal will now report any unhandled errors that crash the process as long as Appsignal started beforehand.
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 ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the deps group with 10 updates in the / directory:
5.4.1
5.7.0
4.11.0
4.12.0
9.0.5
9.0.6
38.1.1.20240717
39.0.0.20240821
1.157.0
1.159.0
3.12.6
4.0.2
1.3.3
1.3.4
1.7.12
1.7.14
5.24.1
5.25.1
4.1.1
4.2.0
Updates
audited
from 5.4.1 to 5.7.0Changelog
Sourced from audited's changelog.
Commits
9aad4d4
Bump version to 5.7.00d18048
Merge pull request #723 from mattbrictson/ci-cleanup-rails-7.2a28a6a4
Add Rails 7.2 and Ruby 3.3 to the READMEc7a002c
Fix postgres migration issue in spec helper under Rails 7.283bab73
Fix incorrect YAML indentationaf1efc5
Increase uncovered baseline to get CI passing831215b
Add Ruby 3.3 to CI053ca2e
Fix problem where 3.0 in CI YAML is interpreted as "3"7b7a9de
Add Rails 7.2 to CI; remove 8.0 for now575c29b
Fix enum deprecation warning on Rails 7.2Updates
mjml-rails
from 4.11.0 to 4.12.0Changelog
Sourced from mjml-rails's changelog.
Commits
Updates
pagy
from 9.0.5 to 9.0.6Release notes
Sourced from pagy's releases.
Changelog
Sourced from pagy's changelog.
Commits
7263d23
Merge branch 'dev'dbf9663
Version 9.0.6851b74d
Fix docs (closes #732)b83f160
Update gems and javascript modulesdc24dfb
Replace pluck with pick835c65e
Update js packages7f520dc
Minor cleanup115b7d7
Restrict the playground docs addingbundle exec
to all the examplese4959c1
Capitalize the H of GitHub docs link (#730)Updates
square.rb
from 38.1.1.20240717 to 39.0.0.20240821Updates
aws-sdk-s3
from 1.157.0 to 1.159.0Changelog
Sourced from aws-sdk-s3's changelog.
Commits
Updates
appsignal
from 3.12.6 to 4.0.2Changelog
Sourced from appsignal's changelog.
... (truncated)
Commits
251d18f
Publish package v4.0.26088461
Merge pull request #1259 from appsignal/sample-data-fixes1565c7f
Fix Rails session data not being reported0a658e5
Do not warn about nil being set as SampleData9d39995
Split Resque tests per module (#1258)51368c2
Publish package v4.0.1e9c0cad
Do not report SystemExit errors in at_exit handler (#1257)9ea2d3e
Do not reportSidekiq::JobRetry::Skip
errors (#1256)0639452
Publish package v4.0.05bdf096
Fix benchmark transaction creationUpdates
stimulus-rails
from 1.3.3 to 1.3.4Release notes
Sourced from stimulus-rails's releases.
Commits
8e34f2e
Bump version for 1.3.49e5f386
Changed install template system call to account for spaces in path (#137)48e28f8
Stop suggesting lazy loading (#140)6b54a97
Fixed example in the readme (#115)Updates
lefthook
from 1.7.12 to 1.7.14Release notes
Sourced from lefthook's releases.
Changelog
Sourced from lefthook's changelog.
Commits
18e619a
1.7.14: fix for OpenBSD NPM packagea9ee42d
1.7.13: add OpenBSD support1aa06dc
feat: support openbsd (#808)Updates
minitest
from 5.24.1 to 5.25.1Changelog
Sourced from minitest's changelog.
Commits
6d83843
prepped for release0ccdc80
- Fix incompatibility caused by minitest-hooks & rails invading minitest inte...9e7c58d
- Revert change from =~ to match? to allow for nil if $TERM undefined.393e334
prepped for release8cd3b1c
+ Refactored siginfo handler to reduce runtime costs. Saved ~30%!bd96499
normalized all actual/expected var names for assert_equal tests4fe69b1
Accept colon style Hash#inspect in test. (tompng)296269c
- Improve description of test:slow task. (stomar)1156b6c
- Cleaning up ancient code checking for defined?(Encoding) and the like.2bd62c5
Minor fix to make deprecation tests pass when using rake testW0Updates
good_job
from 4.1.1 to 4.2.0Release notes
Sourced from good_job's releases.
Changelog
Sourced from good_job's changelog.
Commits
43ec2ad
Release good_job v4.2.02da97eb
respect perform_throttle even if perform_limit is provided (#1470)cc9784d
Update compatibility matrix, remove compatibility code (#1465)59c3300
Update cron documentation to remove confusion about multiple processes (#1467)a61fc09
Run tests with warnings enabled (#1462)72ba713
Fix a few method redefinition warnings (#1459)a19bd1d
Do not use advisory lock on heartbeat in production (#1451)4201534
Add appraisal for Rails 7.2; bracket lowest PG version instead of enumerating...b0c9707
Add retry functionality for batches (#1456)aebdb97
Bump rexml from 3.3.2 to 3.3.3 (#1455)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