apollo-federation 3.8.1 → 3.8.3
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 +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/apollo-federation/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: cc41b31cedcb5c6ff21f9b4513655f351e2d43af7a35c71739cff7593e33c026
|
|
4
|
+
data.tar.gz: 80217655249c1c1a1be18f803d787b39721543f527da1bacb356a91fbed59f22
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3096e7cd3674000f1efafbfb14220d5d3e64e5a7dca3cf00df8eba118c06e779455bd923ba2bb7ebfabe7e256303d59910d5eaf0590751c0edc722b8ef2deb2c
|
|
7
|
+
data.tar.gz: a5771e57c3f44651cfa1777321f80fe4ec0de18f4b583bff4daf99a52cbb14e32589db4767e42449a30337a8547031ce5e51245cc5513286422f43f343ac0c5d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## [3.8.3](https://github.com/Gusto/apollo-federation-ruby/compare/v3.8.2...v3.8.3) (2023-07-20)
|
|
2
|
+
|
|
3
|
+
## [3.8.2](https://github.com/Gusto/apollo-federation-ruby/compare/v3.8.1...v3.8.2) (2023-07-11)
|
|
4
|
+
|
|
1
5
|
## [3.8.1](https://github.com/Gusto/apollo-federation-ruby/compare/v3.8.0...v3.8.1) (2023-06-20)
|
|
2
6
|
|
|
3
7
|
# [3.8.0](https://github.com/Gusto/apollo-federation-ruby/compare/v3.7.1...v3.8.0) (2023-06-02)
|
|
@@ -146,6 +150,11 @@
|
|
|
146
150
|
|
|
147
151
|
* add support for the [@interface](https://github.com/interface)Object directive ([#218](https://github.com/Gusto/apollo-federation-ruby/issues/218)) ([c7b987d](https://github.com/Gusto/apollo-federation-ruby/commit/c7b987de1d2b32a4a77ceb09718373ffa5a60abb))
|
|
148
152
|
|
|
153
|
+
|
|
154
|
+
### NOTES
|
|
155
|
+
|
|
156
|
+
* Schemas which are opted into federation 2.0 will now extend the federation v2.3 spec. This is not compatible with graphs which are configured to be built using federation version 2.0 or 2.1. If using Apollo GraphOS, follow the guide for [updating your graph safely](https://www.apollographql.com/docs/graphos/graphs/updating/) before upgrading to this version.
|
|
157
|
+
|
|
149
158
|
## [3.3.1](https://github.com/Gusto/apollo-federation-ruby/compare/v3.3.0...v3.3.1) (2023-01-05)
|
|
150
159
|
|
|
151
160
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: apollo-federation
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.8.
|
|
4
|
+
version: 3.8.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Noa Elad
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2023-
|
|
12
|
+
date: 2023-07-20 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: graphql
|