Skip to content

Commit da5209d

Browse files
committed
2.6.0, add pro-1.30.0 checksum
1 parent 19a6a93 commit da5209d

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@
1010

1111
### Bug fixes
1212

13+
# 2.6.0
14+
15+
### Breaking changes
16+
17+
- SDL: previously, GraphQL-Ruby didn't require object types and interfaces to explicitly name all transitively implemented interfaces. For example if Interface A implements Interface B, and Object O implements Interface A, GraphQL-Ruby didn't require the SDL to include `implements ... & B`, But it should have, according to the spec. This misbehavior has been corrected, but may cause some previously-accepted SDL strings to be rejected with errors. #5602
18+
19+
### Bug fixes
20+
21+
- SDL: require types to name _all_ implemented interfaces #5602
22+
- Execution::Next: call Resolver `#ready?` methods #5611
23+
1324
# 2.5.25
1425

1526
### Bug fixes
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3775d4c2465db911755bb980afcd04755a2903707c69b9b544b053cdbd9cabb62ff582ae1d8faaf3883c11deae051b96dd205510296dc61650092f2334fa8697

lib/graphql/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module GraphQL
3-
VERSION = "2.5.25"
3+
VERSION = "2.6.0"
44
end

0 commit comments

Comments
 (0)