Skip to content

Commit e6cc76d

Browse files
committed
2.5.8
1 parent a53bc8e commit e6cc76d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

1111
### Bug fixes
1212

13+
# 2.5.8
14+
15+
### New features
16+
17+
- Timeout: support disabling during a query #5361
18+
- Query::Partial: support running a fragment in isolation #5362
19+
20+
### Bug fixes
21+
22+
- Visibility: improve performance for `loadable?` #5355
23+
- RequiredValidator: Fix typo #5359
24+
- Scalar validation: remove redundant infinity handling #5358
25+
- Directives: fix validation of schema definition directives #5368
26+
1327
# 2.5.7
1428

1529
### Bug fixes

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.7"
3+
VERSION = "2.5.8"
44
end

0 commit comments

Comments
 (0)