exception_handling 2.8.1.pre.1 → 2.8.1

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: be4fce66c798d0d7a85180e3cb569c297f6fe5a0b6f84390f0f3122781bc066e
4
- data.tar.gz: f3987b0abb4d1af23c42e3d1799941b0fa438c7ac2cdf304cd5dd25e4c7d9b35
3
+ metadata.gz: 89460324d860cf57a63309d2a1b8b226c46fee136d795a17b326327a464c2fce
4
+ data.tar.gz: aabbbdd8a222ae751cb6e7355a77cd264c7f49a664afab898078316f1be67132
5
5
  SHA512:
6
- metadata.gz: b5aee756b91d0a12b5d7d37cabeee83e4a95481c2968c1c3919a28899bfe82345dc8af3da9608df23863ce341d6313f06948005141bc3d3e86775c8d910afc94
7
- data.tar.gz: 5c00b42b75288042226cde5f48e5d52d5e8c46381e1e114615f0fba64ff3c776c0e6b355976c79759a6ac6e48c87aee027abc743f610f5279ac9f533914b5361
6
+ metadata.gz: a2f0320faf44e19026a70aa112e5199907c21be3e5856706ed95d0459bee832c218fd37c8ab250f0ebba12886002301b18f966129fb265746f258140c827db80
7
+ data.tar.gz: 0acc4678afc2988d5c265dee7b9e6dc9bd15e0cffdcdecb95f5da8d3c8811dbc1387363674e715bd9ab4941038fb0290201bc1bc4a21cbc23760b42b87299086
@@ -4,6 +4,10 @@ Inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
4
4
 
5
5
  Note: this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [2.8.1] - Unreleased
8
+ ### Added
9
+ - If the `log_context` key `honeybadger_grouping:` is set, pass that value to the `controller:` keyword argument of `HoneyBadger.notify`.
10
+
7
11
  ## [2.8.0] - Unreleased
8
12
  ### Deprecated
9
13
  - Deprecated Email Escalation Methods: `escalate_to_production_support`, `escalate_error`, `escalate_warning`, `ensure_escalation`
@@ -56,6 +60,7 @@ Note: this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0
56
60
  ### Changed
57
61
  - No longer depends on hobo_support. Uses invoca-utils 0.3 instead.
58
62
 
63
+ [2.8.1]: https://github.com/Invoca/exception_handling/compare/v2.8.0...v2.8.1
59
64
  [2.8.0]: https://github.com/Invoca/exception_handling/compare/v2.7.0...v2.8.0
60
65
  [2.7.0]: https://github.com/Invoca/exception_handling/compare/v2.6.1...v2.7.0
61
66
  [2.6.1]: https://github.com/Invoca/exception_handling/compare/v2.6.0...v2.6.1
@@ -8,7 +8,7 @@ GIT
8
8
  PATH
9
9
  remote: .
10
10
  specs:
11
- exception_handling (2.8.1.pre.1)
11
+ exception_handling (2.8.1)
12
12
  actionmailer (>= 4.2, < 7.0)
13
13
  actionpack (>= 4.2, < 7.0)
14
14
  activesupport (>= 4.2, < 7.0)
@@ -131,7 +131,7 @@ GEM
131
131
  tzinfo (1.2.8)
132
132
  thread_safe (~> 0.1)
133
133
  unicode-display_width (1.6.0)
134
- zeitwerk (2.4.1)
134
+ zeitwerk (2.4.2)
135
135
 
136
136
  PLATFORMS
137
137
  ruby
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ExceptionHandling
4
- VERSION = '2.8.1.pre.1'
4
+ VERSION = '2.8.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: exception_handling
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.8.1.pre.1
4
+ version: 2.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Invoca
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-11-25 00:00:00.000000000 Z
11
+ date: 2020-12-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actionmailer
@@ -183,9 +183,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
183
183
  version: '0'
184
184
  required_rubygems_version: !ruby/object:Gem::Requirement
185
185
  requirements:
186
- - - ">"
186
+ - - ">="
187
187
  - !ruby/object:Gem::Version
188
- version: 1.3.1
188
+ version: '0'
189
189
  requirements: []
190
190
  rubygems_version: 3.0.3
191
191
  signing_key: