Skip to content

Releases: graphql/graphql-http

v1.16.0

13 Feb 14:26
Compare
Choose a tag to compare

1.16.0 (2023-02-13)

Bug Fixes

  • audits/render: Clone response to allow re-reading the body (#55) (dd4f5f1)

Features

  • use: Deprecate node adapter in favor of http and http2 adapters (f5b0305)
  • use: Each adapter has an adapted HandlerOptions interface (f14a821)

v1.15.0

12 Feb 22:06
Compare
Choose a tag to compare

1.15.0 (2023-02-12)

Features

  • audits/render: Render audit results to HTML with renderAuditResultsToHTML (#53) (da32059)
  • Bundle the audits into UMD for browser usage (a402823)
  • Server compliance audit through a website (#54) (f23a689), closes #8, visit graphql-http.com

v1.14.0

09 Feb 13:03
Compare
Choose a tag to compare

1.14.0 (2023-02-09)

Features

  • handler: Add validationRules option for extending or replacing the GraphQL validation rule set (#51) (46c5309)

v1.13.0

26 Jan 13:37
Compare
Choose a tag to compare

1.13.0 (2023-01-26)

Bug Fixes

  • audits/server: JSON parsing errors format shouldnt be audited (#47) (fae7e59)

Features

  • audits: Every audit should have a globally unique ID (#49) (8f6d4f1)

v1.12.0

20 Jan 13:39
Compare
Choose a tag to compare

1.12.0 (2023-01-20)

Bug Fixes

  • audits/server: Check the actual content encoding instead of the indication (#41) (67778a8)
  • handler: Response maker handles errors correctly (#45) (5a10e0b)

Features

  • audits/server: Server response in failing audits (#39) (4385ecb)

v1.11.0

04 Jan 13:52
Compare
Choose a tag to compare

1.11.0 (2023-01-04)

Features

v1.10.0

24 Dec 11:49
Compare
Choose a tag to compare

1.10.0 (2022-12-24)

Features

  • handler: Accept a GraphQL execution rootValue (0f04fa2), closes #30

v1.9.0

28 Nov 18:25
Compare
Choose a tag to compare

1.9.0 (2022-11-28)

Bug Fixes

  • audits/server: url option can also just be a Promise (8844aea)

Features

  • audits/server: Test that null is allowed for body parameters (#28) (2dee4ff)

v1.8.0

21 Nov 18:49
Compare
Choose a tag to compare

1.8.0 (2022-11-21)

Features

  • audits/server: Support functions for the url option (f4d20a9), closes #24

v1.7.2

18 Nov 09:17
Compare
Choose a tag to compare

1.7.2 (2022-11-18)

Bug Fixes

  • handler,audits/server: application/json is the default when accept is missing until watershed (#23) (050fdfe)