apollo-tracing 1.5.0 → 1.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -1
- data/Makefile +1 -1
- data/README.md +1 -1
- data/lib/apollo_tracing/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 220d37fbf8632d03322c37a5c6ed235f1ab910f254e8ab3d8485cf3760bea606
|
4
|
+
data.tar.gz: 0077f5a2c6158b73a5a651703a16981225c40c904c86a9401e6d72e55ee07879
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a6b3c733307c29d4d3c6b09482b9a905e756bd2ea628e49532da41b0684324b9201bd5b1aa9f3152206dcda97463f31406f02d8e4d1481c670491f89f5533df6
|
7
|
+
data.tar.gz: 7690774888f484565e8a5c0f511aa1866776844f2c7a8879d5f32b9d0318243076ec8be250664dac5732480f42763a3e5a84594bbe20f0adec75d48c34518cd6
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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
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, "
|
196
|
+
"host": "localhost", "port": 3001, "endpoints": ["/graphql"]
|
197
197
|
}]
|
198
198
|
}
|
199
199
|
```
|
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.
|
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-
|
12
|
+
date: 2018-04-24 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: graphql
|