File tree Expand file tree Collapse file tree 5 files changed +15
-4
lines changed
Expand file tree Collapse file tree 5 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @apollo/composition " : patch
3+ " @apollo/federation-internals " : patch
4+ ---
5+
6+ Preparing new preview release 2.12.0-preview.3 (patch).
Original file line number Diff line number Diff line change 11version : 2.1
22
33orbs :
4- node : circleci/node@5.1 .0
4+ node : circleci/node@7.2 .0
55
66jobs :
77 # Unfortunately cimg/node doesn't tag its images with major only, you have to specify a minor version.
@@ -43,6 +43,7 @@ workflows:
4343 - " 16"
4444 - " 18"
4545 - " 20"
46+ - " 22"
4647 - node/run :
4748 name : Check Error Code Doc
4849 npm-run : error-code-doc:check
Original file line number Diff line number Diff line change 44
55### Minor Changes
66
7- - Added isSuccess argument to @connect and @source ([ #3294 ] ( https://github.com/apollographql/federation/pull/3294 ) )
7+ - Added ` isSuccess ` argument to ` @connect ` and ` @source ` ([ #3294 ] ( https://github.com/apollographql/federation/pull/3294 ) )
8+
9+ - Added preview ` @cacheTag ` directive support ([ #3274 ] ( https://github.com/apollographql/federation/pull/3274 ) )
810
911### Patch Changes
1012
Original file line number Diff line number Diff line change 44
55### Minor Changes
66
7- - Added isSuccess argument to @connect and @source ([ #3294 ] ( https://github.com/apollographql/federation/pull/3294 ) )
7+ - Added ` isSuccess ` argument to ` @connect ` and ` @source ` ([ #3294 ] ( https://github.com/apollographql/federation/pull/3294 ) )
8+
9+ - Added preview ` @cacheTag ` directive support ([ #3274 ] ( https://github.com/apollographql/federation/pull/3274 ) )
810
911## 2.12.0-preview.1
1012
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ export const CONNECT_VERSIONS = new FeatureDefinitions<ConnectSpecDefinition>(
232232 . add (
233233 new ConnectSpecDefinition (
234234 new FeatureVersion ( 0 , 3 ) ,
235- new FeatureVersion ( 2 , 11 ) ,
235+ new FeatureVersion ( 2 , 12 ) ,
236236 ) ,
237237 ) ;
238238
You can’t perform that action at this time.
0 commit comments