File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
### Bug fixes
10
10
11
+ # 1.12.16 (31 August 2021)
12
+
13
+ ### New features
14
+
15
+ - Connections: automatically support Mongoid 7.3 #3599
16
+ - Support ` def self.topic_for ` in Subscription classes for server-filtered streams #3597
17
+ - When a list item or object field has an invalid null, stop executing that list or
18
+
19
+ ### Bug fixes
20
+
21
+ - Perf: don't refine String when unnecessary #3593
22
+ - BigInt: always parse as base 10 #3586
23
+ - Errors: only return one error when a node in a non-null connection has an invalid null #3601
24
+
11
25
# 1.12.15 (23 August 2021)
12
26
13
27
### New Features
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
module GraphQL
3
- VERSION = "1.12.15 "
3
+ VERSION = "1.12.16 "
4
4
end
You can’t perform that action at this time.
0 commit comments