Skip to content

Commit 4509019

Browse files

File tree

8 files changed

+26
-19
lines changed

8 files changed

+26
-19
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [3.1.0](https://github.com/Gusto/apollo-federation-ruby/compare/v3.0.0...v3.1.0) (2022-06-21)
2+
3+
4+
### Features
5+
6+
* Support Federation v2 ([#196](https://github.com/Gusto/apollo-federation-ruby/issues/196)) ([238736c](https://github.com/Gusto/apollo-federation-ruby/commit/238736cdb6f12121ce2a295c7a28fba3990012b9)), closes [/www.apollographql.com/docs/federation/federation-2/moving-to-federation-2/#opt-in-to-federation-2](https://github.com//www.apollographql.com/docs/federation/federation-2/moving-to-federation-2//issues/opt-in-to-federation-2)
7+
18
# [3.0.0](https://github.com/Gusto/apollo-federation-ruby/compare/v2.2.4...v3.0.0) (2022-04-05)
29

310

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
apollo-federation (3.0.0)
4+
apollo-federation (3.1.0)
55
google-protobuf (~> 3.19)
66
graphql (>= 1.10.14)
77

@@ -42,7 +42,7 @@ GEM
4242
debase-ruby_core_source (0.10.9)
4343
diff-lcs (1.3)
4444
erubi (1.9.0)
45-
google-protobuf (3.19.4)
45+
google-protobuf (3.20.0-x86_64-linux)
4646
graphql (1.10.14)
4747
i18n (1.8.5)
4848
concurrent-ruby (~> 1.0)
@@ -125,4 +125,4 @@ DEPENDENCIES
125125
ruby-debug-ide
126126

127127
BUNDLED WITH
128-
2.3.10
128+
2.3.16

gemfiles/graphql_1.10.gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
apollo-federation (3.0.0)
4+
apollo-federation (3.1.0)
55
google-protobuf (~> 3.19)
66
graphql (>= 1.10.14)
77

@@ -42,7 +42,7 @@ GEM
4242
debase-ruby_core_source (0.10.9)
4343
diff-lcs (1.3)
4444
erubi (1.9.0)
45-
google-protobuf (3.20.0)
45+
google-protobuf (3.21.1)
4646
graphql (1.10.14)
4747
i18n (1.8.5)
4848
concurrent-ruby (~> 1.0)
@@ -126,4 +126,4 @@ DEPENDENCIES
126126
ruby-debug-ide
127127

128128
BUNDLED WITH
129-
2.3.10
129+
2.3.16

gemfiles/graphql_1.11.gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
apollo-federation (3.0.0)
4+
apollo-federation (3.1.0)
55
google-protobuf (~> 3.19)
66
graphql (>= 1.10.14)
77

@@ -42,7 +42,7 @@ GEM
4242
debase-ruby_core_source (0.10.9)
4343
diff-lcs (1.4.4)
4444
erubi (1.9.0)
45-
google-protobuf (3.20.0)
45+
google-protobuf (3.21.1)
4646
graphql (1.11.2)
4747
i18n (1.8.5)
4848
concurrent-ruby (~> 1.0)
@@ -126,4 +126,4 @@ DEPENDENCIES
126126
ruby-debug-ide
127127

128128
BUNDLED WITH
129-
2.3.10
129+
2.3.16

gemfiles/graphql_1.12.gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
apollo-federation (3.0.0)
4+
apollo-federation (3.1.0)
55
google-protobuf (~> 3.19)
66
graphql (>= 1.10.14)
77

@@ -42,7 +42,7 @@ GEM
4242
debase-ruby_core_source (0.10.9)
4343
diff-lcs (1.4.4)
4444
erubi (1.9.0)
45-
google-protobuf (3.20.0)
45+
google-protobuf (3.21.1)
4646
graphql (1.12.5)
4747
i18n (1.8.5)
4848
concurrent-ruby (~> 1.0)
@@ -126,4 +126,4 @@ DEPENDENCIES
126126
ruby-debug-ide
127127

128128
BUNDLED WITH
129-
2.3.10
129+
2.3.16

gemfiles/graphql_1.13.gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
apollo-federation (3.0.0)
4+
apollo-federation (3.1.0)
55
google-protobuf (~> 3.19)
66
graphql (>= 1.10.14)
77

@@ -42,7 +42,7 @@ GEM
4242
debase-ruby_core_source (0.10.14)
4343
diff-lcs (1.5.0)
4444
erubi (1.10.0)
45-
google-protobuf (3.20.0)
45+
google-protobuf (3.21.1)
4646
graphql (1.13.6)
4747
i18n (1.9.1)
4848
concurrent-ruby (~> 1.0)
@@ -125,4 +125,4 @@ DEPENDENCIES
125125
ruby-debug-ide
126126

127127
BUNDLED WITH
128-
2.3.10
128+
2.3.16

gemfiles/graphql_2.0.gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
apollo-federation (3.0.0)
4+
apollo-federation (3.1.0)
55
google-protobuf (~> 3.19)
66
graphql (>= 1.10.14)
77

@@ -42,7 +42,7 @@ GEM
4242
debase-ruby_core_source (0.10.14)
4343
diff-lcs (1.5.0)
4444
erubi (1.10.0)
45-
google-protobuf (3.20.0)
45+
google-protobuf (3.21.1)
4646
graphql (2.0.1)
4747
i18n (1.9.1)
4848
concurrent-ruby (~> 1.0)
@@ -125,4 +125,4 @@ DEPENDENCIES
125125
ruby-debug-ide
126126

127127
BUNDLED WITH
128-
2.3.10
128+
2.3.16

lib/apollo-federation/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ApolloFederation
4-
VERSION = '3.0.0'
4+
VERSION = '3.1.0'
55
end

0 commit comments

Comments
 (0)