apollo-tracing 1.5.0 → 1.6.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: 5171bdac8a0d46dfdc045faa927383c098f65d510d92f51327c9dcf4a74e3a20
4
- data.tar.gz: 6aa9331609df986cc19ed96357e01397661234b6debd95dca7acbd5ab08ee816
3
+ metadata.gz: 220d37fbf8632d03322c37a5c6ed235f1ab910f254e8ab3d8485cf3760bea606
4
+ data.tar.gz: 0077f5a2c6158b73a5a651703a16981225c40c904c86a9401e6d72e55ee07879
5
5
  SHA512:
6
- metadata.gz: 8dce861b03485ccf93eceb19a7e0e5816aadae4d2ad187fccb86726844eaf389db509f28cff4d73168303b5b9ef494de3d64f3f6ffd032b092a85f9bd92e0dbf
7
- data.tar.gz: 270844d5c18139873b3dd4bb83db25030cf2a84aee46aba18b0c851eecbd8dc6c6ec904fff1549fbac22d0d6a3a5eb5135153b81de08e006b906115d4fd2bed3
6
+ metadata.gz: a6b3c733307c29d4d3c6b09482b9a905e756bd2ea628e49532da41b0684324b9201bd5b1aa9f3152206dcda97463f31406f02d8e4d1481c670491f89f5533df6
7
+ data.tar.gz: 7690774888f484565e8a5c0f511aa1866776844f2c7a8879d5f32b9d0318243076ec8be250664dac5732480f42763a3e5a84594bbe20f0adec75d48c34518cd6
@@ -8,10 +8,15 @@ 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/uniiverse/apollo-tracing-ruby/compare/v1.5.0...HEAD)
11
+ #### [Unreleased](https://github.com/uniiverse/apollo-tracing-ruby/compare/v1.6.0...HEAD)
12
12
 
13
13
  * WIP
14
14
 
15
+
16
+ #### [v1.6.0](https://github.com/uniiverse/apollo-tracing-ruby/compare/v1.5.0...v1.6.0)
17
+
18
+ * `Changed`: Engine Proxy version to 1.1.0. [#11](https://github.com/uniiverse/apollo-tracing-ruby/pull/11)
19
+
15
20
  #### [v1.5.0](https://github.com/uniiverse/apollo-tracing-ruby/compare/v1.4.0...v1.5.0) – 2018-03-12
16
21
 
17
22
  * `Fixed`: Avoid trying to instrument failed query results. [#7](https://github.com/uniiverse/apollo-tracing-ruby/pull/7)
data/Makefile CHANGED
@@ -1,4 +1,4 @@
1
- PROXY_VERSION := 2018.02-2-g0b77ff3e3
1
+ PROXY_VERSION := 2018.4-20-g7a8822c14
2
2
 
3
3
  download_binaries:
4
4
  curl -O https://registry.npmjs.org/apollo-engine-binary-darwin/-/apollo-engine-binary-darwin-0.$(PROXY_VERSION).tgz
data/README.md CHANGED
@@ -193,7 +193,7 @@ To configure the Proxy create a Proxy config file:
193
193
  "http": { "url": "http://localhost:3000/graphql" }
194
194
  }],
195
195
  "frontends": [{
196
- "host": "localhost", "port": 3001, "endpoint": "/graphql"
196
+ "host": "localhost", "port": 3001, "endpoints": ["/graphql"]
197
197
  }]
198
198
  }
199
199
  ```
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class ApolloTracing
4
- VERSION = "1.5.0"
4
+ VERSION = "1.6.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apollo-tracing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Reginald Suh
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2018-03-12 00:00:00.000000000 Z
12
+ date: 2018-04-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: graphql