apollo-federation 3.5.3 → 3.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 97086cad340406643d155dd88a41eb47961b98c8c3681153a1845b36c18d4eb6
4
- data.tar.gz: 9d9eea749974ca35aade23e0091c655973bf7e3a4315c28f2094530e634a4c8e
3
+ metadata.gz: b48438a1b967fedac245550c5e46d887f7c4978d54736d90ba14aef61be5d4b7
4
+ data.tar.gz: 982dd4cc577d286793e57aef3ba63cab338a48e7034bd3c65aaacd1367b64b40
5
5
  SHA512:
6
- metadata.gz: b5c4ddc7850e680bc751a3ca02eaca4a351e6a32eb8d5abe57b5a0fe596f1fd4627c1370345037bc152c7a24ab22e9360b358e2ed95859336895136315103466
7
- data.tar.gz: 30fa2aa83ec1fc4f701347e8c6157042d31283e81756117392a6988a79b95a9397079a36159b30348c678eb0c2d99e73ab163ce6f697a204780e9c489e82e71c
6
+ metadata.gz: 18c9bd5dbdce6fa9b526fbc1df531a6a435c00d42ea8ac097ad008d32c748b910e2145a0832a03b630190cfaad0a2a9a7121a47f45eacee253132d46255f9a89
7
+ data.tar.gz: 415f518015e14e6a833643796748edd3ae1835678d6d1cf3f13920b903061193ae8caec3ef7975fc3ab63c9df4cc1e9853211c5e5374c2466df367515ca29d20
data/CHANGELOG.md CHANGED
@@ -1,6 +1,17 @@
1
+ # [3.6.0](https://github.com/Gusto/apollo-federation-ruby/compare/v3.5.3...v3.6.0) (2023-03-17)
2
+
3
+
4
+ ### Features
5
+
6
+ * attempt to fix missing CHANGELOG entries ([07170d3](https://github.com/Gusto/apollo-federation-ruby/commit/07170d39738bec59952b0b952431ee2aecbf8f89))
7
+
1
8
  ## [3.5.3](https://github.com/Gusto/apollo-federation-ruby/compare/v3.5.2...v3.5.3) (2023-03-17)
2
9
 
3
10
 
11
+ ### Features
12
+
13
+ * Support @inaccessible on remaining types ([#230](https://github.com/Gusto/apollo-federation-ruby/pull/230)) ([b62e6d9](https://github.com/Gusto/apollo-federation-ruby/commit/b62e6d9fc5ad0acae00746a80a622ac22dfa0c1f))
14
+
4
15
  ### Bug Fixes
5
16
 
6
17
  * Inherit federation directives ([#94](https://github.com/Gusto/apollo-federation-ruby/issues/94)) ([822f92b](https://github.com/Gusto/apollo-federation-ruby/commit/822f92b229f3437c474721082033b74c8cc63553))
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ApolloFederation
4
- VERSION = '3.5.3'
4
+ VERSION = '3.6.0'
5
5
  end
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.5.3
4
+ version: 3.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Noa Elad