Skip to content

Commit ec143fb

Browse files
author
Robert Mosolgo
committed
1.12.16
1 parent 088ecc7 commit ec143fb

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
@@ -8,6 +8,20 @@
88

99
### Bug fixes
1010

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+
1125
# 1.12.15 (23 August 2021)
1226

1327
### New Features

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 = "1.12.15"
3+
VERSION = "1.12.16"
44
end

0 commit comments

Comments
 (0)