bugsnag 6.25.2 → 6.26.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: aaf03034e890d858ef861781182304c7d516010334bed5182b410458607fcf0d
4
- data.tar.gz: 23ada354b2793d02a1126b77275275c9a3f9b0341bf61d0d4d9ab11266f2b6e7
3
+ metadata.gz: b81b73938dd3c97a31351658997cdfb8aea702e1f6aefb7393c6da413889e39a
4
+ data.tar.gz: 8aa07e57b32cb7244d76f7070e67aa87e9155b8ed5ca368134873f4ac1a62505
5
5
  SHA512:
6
- metadata.gz: f024eb3c13ff33ecfb3427ffefa87c9fa8b6ad9093dddf9f92499059705632213b07c8754d450c5f22335b60e5bedbc4ced33706864e14b205cea86a73101d57
7
- data.tar.gz: 2957a235190a7fb6f22453d26d170bce1006dd800cb2731ae0865ca52b818740af62ace9a3ba53671cfe3c8643072ceb6a35b0f402ce21fb36efca4b405e8e59
6
+ metadata.gz: 7cd2ebb04673c7c7d53263fc13d25704ed4ace69648089cee43e320e00b895549857f2a585326f2150f2454e5144d8c9596284289038a69ff0a7767d175c1608
7
+ data.tar.gz: f5f8bcd366b34a1d375fe2dbe091e2e80202fb60af9ce06acb0eb0221c33700b0e09ac0dea84244b2b830542eb768320ceb188c1a68b0db4f35de93be63b48a0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,14 @@
1
1
  Changelog
2
2
  =========
3
3
 
4
+ ## v6.26.0 (19 July 2023)
5
+
6
+ ### Enhancements
7
+
8
+ * Support Sidekiq v7
9
+ | [#785](https://github.com/bugsnag/bugsnag-ruby/pull/785)
10
+ | [stevenharman](https://github.com/stevenharman)
11
+
4
12
  ## v6.25.2 (7 February 2023)
5
13
 
6
14
  ### Enhancements
data/VERSION CHANGED
@@ -1 +1 @@
1
- 6.25.2
1
+ 6.26.0
@@ -4,6 +4,7 @@ module Bugsnag
4
4
  ##
5
5
  # Extracts and attaches Sidekiq job and queue information to an error report
6
6
  class Sidekiq
7
+ include ::Sidekiq::ServerMiddleware if defined?(::Sidekiq::ServerMiddleware)
7
8
 
8
9
  unless const_defined?(:FRAMEWORK_ATTRIBUTES)
9
10
  FRAMEWORK_ATTRIBUTES = {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bugsnag
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.25.2
4
+ version: 6.26.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Smith
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-07 00:00:00.000000000 Z
11
+ date: 2023-07-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: concurrent-ruby