Skip to content

Commit c2d87e9

Browse files
committed
4.12.10
1 parent 55bff41 commit c2d87e9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ to you also.
88
Graphile Engine, so you should also reference [those
99
changes](https://github.com/graphile/graphile-engine/blob/master/CHANGELOG.md).
1010

11+
## [4.12.10](https://github.com/graphile/postgraphile/compare/v4.12.9...v4.12.10) (2022-04-13)
12+
13+
### Bug Fixes
14+
15+
- **ws:** getting context should be the very last thing ([#1615](https://github.com/graphile/postgraphile/issues/1615)) ([1b10ce6](https://github.com/graphile/postgraphile/commit/1b10ce65e748d1061280b15110dc37635509db1f))
16+
- **ws:** release all socket's contexts on close ([#1612](https://github.com/graphile/postgraphile/issues/1612)) ([8ef3e81](https://github.com/graphile/postgraphile/commit/8ef3e818ec6bd966f4ce0967a14ec709fdbd6fd3))
17+
1118
## [4.12.9](https://github.com/graphile/postgraphile/compare/v4.12.8...v4.12.9) (2022-02-28)
1219

1320
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postgraphile",
3-
"version": "4.12.9",
3+
"version": "4.12.10",
44
"description": "A GraphQL schema created by reflection over a PostgreSQL schema 🐘 (previously known as PostGraphQL)",
55
"author": "Benjie Gillam <[email protected]> (https://twitter.com/benjie)",
66
"license": "MIT",

0 commit comments

Comments
 (0)