Skip to content

Commit 89e65c9

Browse files
committed
4.10.0-alpha.0
1 parent 9920dae commit 89e65c9

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,23 @@ 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.10.0-alpha.0](https://github.com/graphile/postgraphile/compare/v4.9.2...v4.10.0-alpha.0) (2020-11-18)
12+
13+
### Bug Fixes
14+
15+
- **types:** replace explicit framework types with stubs ([#1391](https://github.com/graphile/postgraphile/issues/1391)) ([219a318](https://github.com/graphile/postgraphile/commit/219a31891ee07a3c2a112291060328a19b230c4d))
16+
- don't compress event stream in Fastify ([#1374](https://github.com/graphile/postgraphile/issues/1374)) ([1f3919f](https://github.com/graphile/postgraphile/commit/1f3919fa94e5f23d68a1971e495de7bf8974f7b7))
17+
- remove optional chaining ([#1376](https://github.com/graphile/postgraphile/issues/1376)) ([7dde41d](https://github.com/graphile/postgraphile/commit/7dde41da9204bbd381c20e5783439118650fccd2))
18+
19+
### Features
20+
21+
- **deps:** GraphQL 15 support; upgrade engine ([#1393](https://github.com/graphile/postgraphile/issues/1393)) ([eb1d1a6](https://github.com/graphile/postgraphile/commit/eb1d1a61de6f4fcae3032eeebe484a9ecf28e4d0))
22+
- hooks for route handlers ([#1389](https://github.com/graphile/postgraphile/issues/1389)) ([aeb41de](https://github.com/graphile/postgraphile/commit/aeb41de19037e2cc44a0ce7b15a41cd1e957983f))
23+
- **graphiql:** add configurable credentials behavior ([#1388](https://github.com/graphile/postgraphile/issues/1388)) ([61da7e3](https://github.com/graphile/postgraphile/commit/61da7e3ee25479aae769c5d524d7878bab1f1505))
24+
- allow access to Fastify request from Node request ([#1385](https://github.com/graphile/postgraphile/issues/1385)) ([a3cd8b8](https://github.com/graphile/postgraphile/commit/a3cd8b8f3a8d91401b47832c1f202b43f1f5aa57))
25+
- HTTP server overhaul, improved framework support ([#1361](https://github.com/graphile/postgraphile/issues/1361)) ([317aa40](https://github.com/graphile/postgraphile/commit/317aa40db1ffff7304110e6d377ef6462cb48215))
26+
- upgrade GraphiQL/GraphiQL Explorer ([#1377](https://github.com/graphile/postgraphile/issues/1377)) ([0152244](https://github.com/graphile/postgraphile/commit/01522447342ff01f33c1c604c7b5d9b1b161eb2b))
27+
1128
## [4.9.2](https://github.com/graphile/postgraphile/compare/v4.9.1...v4.9.2) (2020-10-23)
1229

1330
### 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.9.2",
3+
"version": "4.10.0-alpha.0",
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)