batch-loader 2.0.3 → 2.0.4

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: 275e001ad653f18baa10d3869939654094e5e57e4139b859e324def6c555f0fd
4
- data.tar.gz: 19e4077a85ffc3fc53bdc1faff69be79f377d49f81fc8bf3724517ff28347008
3
+ metadata.gz: 6588ee34dd3377b2bb7dece18ef3439ecf4b647fed24306e12ec0e02fd7fecd2
4
+ data.tar.gz: f5de36299a5a0d3a406894c433166b0a8747cb986274dc5b8a530ab33daaa1b3
5
5
  SHA512:
6
- metadata.gz: 742f9412aa389b2507122ceec3a19fb5e846ea6bffb6a9a87269946960d250b70fcb5c0cfaa2660ff73df8902f3abf38f16900f95e2781465dd8b0e199bce9fd
7
- data.tar.gz: 6a4ba810b7f326215920207811456ceb3aa506c17166566e7faa89a6611405d1094f9ce2b78caa56ccd125c6fedfb49fd448cbdaa08cce3f3e881930e946b4d9
6
+ metadata.gz: 1b12ec268fe3be3339e70bfc15188449f1a85014d3d2551d4a4a96f52af5e60b8cc7b2901d5c97b7cb6e17dec8ccf610006370a2a358267f039cf1fd28d3d9d5
7
+ data.tar.gz: 6e8aa6be385a373fb0e03b2d18fa0719ed3a51f6b896d3986d438a370053ea9fa77fa2b90877e43f3ddab297dbf5b3c601a17250947e248d015f3da65db253d2
data/CHANGELOG.md CHANGED
@@ -8,10 +8,14 @@ one of the following labels: `Added`, `Changed`, `Deprecated`,
8
8
  to manage the versions of this gem so
9
9
  that you can set version constraints properly.
10
10
 
11
- #### [Unreleased](https://github.com/exAspArk/batch-loader/compare/v2.0.3...HEAD)
11
+ #### [Unreleased](https://github.com/exAspArk/batch-loader/compare/v2.0.4...HEAD)
12
12
 
13
13
  * WIP
14
14
 
15
+ #### [v2.0.4](https://github.com/exAspArk/batch-loader/compare/v2.0.3...v2.0.4) - 2024-04-02
16
+
17
+ * `Fixed`: Chaining `#execute_field` trace calls. [#93](https://github.com/exAspArk/batch-loader/pull/93)
18
+
15
19
  #### [v2.0.3](https://github.com/exAspArk/batch-loader/compare/v2.0.2...v2.0.3) - 2024-03-25
16
20
 
17
21
  * `Fixed`: `Schema.tracer(...)` GraphQL deprecation warning by making it compatible with `.trace_with(...)`. [#91](https://github.com/exAspArk/batch-loader/pull/91)
@@ -4,7 +4,7 @@ class BatchLoader
4
4
  class GraphQL
5
5
  module Trace
6
6
  def execute_field(**_data)
7
- result = yield
7
+ result = super
8
8
  result.respond_to?(:__sync) ? BatchLoader::GraphQL.wrap_with_warning(result) : result
9
9
  end
10
10
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class BatchLoader
4
- VERSION = "2.0.3"
4
+ VERSION = "2.0.4"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: batch-loader
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.3
4
+ version: 2.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - exAspArk
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-03-25 00:00:00.000000000 Z
11
+ date: 2024-04-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler