honeybadger 5.15.1 → 5.15.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 53470c49dca6dd18cc027497e441431f1b6871d47ddeb17ee00656dfefe49d18
4
- data.tar.gz: e100a3d9279cd5986b16de62c25cf5d2b40f5bafad03bf0dc6560af1ebf966b3
3
+ metadata.gz: 8ac45268b7d8a33ffb3207ca09c86002e4f686f4cf0f55b6c91b8f7d523b3864
4
+ data.tar.gz: f75f1a7477188fab3a5c26ac691559b6620cf3daaf7835ca3f59b358538880de
5
5
  SHA512:
6
- metadata.gz: adef30d0aa32a2933cec0513cbb64e0b0a024d2e8b486b8c3f8da662996337f60537f0d228a28ef2b4a36449cb8ac986588ee1d7b7e737716fa44767e23c9961
7
- data.tar.gz: dbc9fd40eb13d435365cad321d604aaa0403ccc88184ae11087f11c3fdfb834da02a96a7c3281fc340956f9dcde38bcfeec097fe2d62be960291e6a545e371b2
6
+ metadata.gz: 0b6f957090b49ac73d2faabdbf1c5e38eed45a67ef85d6e2521da3f3ea932e2405cd99f7d4d37d60d5af593ff07bb5a3980b31738141ca1a2a233bd5424d3045
7
+ data.tar.gz: f61234debf9be09726a09ac7b95ca981cbef6747ceaeb74ca5389b74406c0d699c08aab689ec9ba5bc3c0c13c778a8c23fb8fa581fa7fe0fdc1cb4588855dd7d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Change Log
2
2
 
3
3
 
4
+ ## [5.15.2](https://github.com/honeybadger-io/honeybadger-ruby/compare/v5.15.1...v5.15.2) (2024-07-25)
5
+
6
+
7
+ ### Bug Fixes
8
+
9
+ * don't send "key" in cache event payloads ([#596](https://github.com/honeybadger-io/honeybadger-ruby/issues/596)) ([b05ba2d](https://github.com/honeybadger-io/honeybadger-ruby/commit/b05ba2da4c76f31bf4f51761542fa0211148ace5))
10
+
4
11
  ## [5.15.1](https://github.com/honeybadger-io/honeybadger-ruby/compare/v5.15.0...v5.15.1) (2024-07-23)
5
12
 
6
13
 
@@ -40,9 +40,15 @@ module Honeybadger
40
40
  end
41
41
 
42
42
  class ActionControllerCacheSubscriber < NotificationSubscriber
43
+ def format_payload(payload)
44
+ payload.except(:key)
45
+ end
43
46
  end
44
47
 
45
48
  class ActiveSupportCacheSubscriber < NotificationSubscriber
49
+ def format_payload(payload)
50
+ payload.except(:key)
51
+ end
46
52
  end
47
53
 
48
54
  class ActionViewSubscriber < NotificationSubscriber
@@ -1,4 +1,4 @@
1
1
  module Honeybadger
2
2
  # The current String Honeybadger version.
3
- VERSION = '5.15.1'.freeze
3
+ VERSION = '5.15.2'.freeze
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: honeybadger
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.15.1
4
+ version: 5.15.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Honeybadger Industries LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-23 00:00:00.000000000 Z
11
+ date: 2024-07-25 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Make managing application errors a more pleasant experience.
14
14
  email: