govuk_app_config 7.1.0 → 7.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 55aadf4fdd96125cdacca3f50768c74005433fecadc2271248ec9d59973b5f80
4
- data.tar.gz: 577a4e8061b5458e912d1ab16236c7011f8695c53fd8427a3378529c482466cc
3
+ metadata.gz: ff17509787cf7ef0c402ec905d5769897a04a6b6baa79e0924956b71bbf0b372
4
+ data.tar.gz: a6f3ef4a3cb964f3c326717ed373678330fa190147414b2ecbdd1771a1af7a92
5
5
  SHA512:
6
- metadata.gz: 5736f71ea147e470900633ea0a46625b316703a38d636b18b30b5ad616af62b715f4c990953cc97c7950fdee3f5226629938d1e5f84c06a6373a36a194cda8ff
7
- data.tar.gz: af25d35eb1873b93b7848a12f406a4c83dcde832b9af598d2263815bc4be071bf6c20ca5300f23a86102e4afe99cd226687dc3673341960a91059ff75c400111
6
+ metadata.gz: a07f29e10a85c266b758a2841392de8e769c3d3bf612c3e639c58cffa445d49b4eac0cb1c0af403a6a26a4be26c811e29ba0eb46966dadd10b803134bd020848
7
+ data.tar.gz: 84cfb71180c318d40a7026ae81bc8bab265a938e896462e0b1912fb2703a1ea8b79066bd2944c13fe04766e07a598796569fac0cae8fdced9c70034fd521db19
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 7.2.0
2
+
3
+ * Suppress noisy Puma::HttpParserError errors ([#292](https://github.com/alphagov/govuk_app_config/pull/292))
4
+
1
5
  # 7.1.0
2
6
 
3
7
  * `GovukError` now allows specifying any name for the Sentry environment tag via the `SENTRY_CURRENT_ENV` environment variable. The environment name no longer has to match one of a fixed set of strings in order for `GovukError` to log events to Sentry.
@@ -41,6 +41,7 @@ module GovukError
41
41
  "GdsApi::HTTPIntermittentServerError",
42
42
  "GdsApi::TimedOutException",
43
43
  "Mongoid::Errors::DocumentNotFound",
44
+ "Puma::HttpParserError",
44
45
  "Sinatra::NotFound",
45
46
  "Slimmer::IntermittentRetrievalError",
46
47
  "Sidekiq::JobRetry::Skip",
@@ -1,3 +1,3 @@
1
1
  module GovukAppConfig
2
- VERSION = "7.1.0".freeze
2
+ VERSION = "7.2.0".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_app_config
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.1.0
4
+ version: 7.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - GOV.UK Dev
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-04-20 00:00:00.000000000 Z
11
+ date: 2023-05-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: logstasher
@@ -321,7 +321,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
321
321
  - !ruby/object:Gem::Version
322
322
  version: '0'
323
323
  requirements: []
324
- rubygems_version: 3.4.12
324
+ rubygems_version: 3.4.13
325
325
  signing_key:
326
326
  specification_version: 4
327
327
  summary: Base configuration for GOV.UK applications