Skip to content

Commit

Permalink
Merge pull request #402 from alphagov/2938-silently-handle-invalid-by…
Browse files Browse the repository at this point in the history
…te-sequence-in-utf-8-errors-l

Add Sanitiser::Strategy::SanitisingError to the list of excluded errors
  • Loading branch information
unoduetre authored Nov 1, 2024
2 parents c3c0ab7 + 702d38c commit 71007be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 9.15.0

* Add Sanitiser::Strategy::SanitisingError to excluded exceptions list ([#402](/~https://github.com/alphagov/govuk_app_config/pull/402))

# 9.14.6

* Update dependencies
Expand Down
1 change: 1 addition & 0 deletions lib/govuk_app_config/govuk_error/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def set_up_defaults
"Slimmer::IntermittentRetrievalError",
"Slimmer::SourceWrapperNotFoundError",
"Sidekiq::JobRetry::Skip",
"Sanitiser::Strategy::SanitisingError",
"SignalException",
]

Expand Down
2 changes: 1 addition & 1 deletion lib/govuk_app_config/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GovukAppConfig
VERSION = "9.14.6".freeze
VERSION = "9.15.0".freeze
end

0 comments on commit 71007be

Please sign in to comment.