Skip to content

Releases: graphql/graphql-http

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)

v1.7.1

15 Nov 16:14
Compare
Choose a tag to compare

1.7.1 (2022-11-15)

Bug Fixes

  • audits/server: A server MAY support GET requests (#18) (9c5e8d2)
  • audits/server: Status code for mutations through GET should be between 400 and 499 (#19) (1021494)

v1.7.0

07 Nov 18:17
Compare
Choose a tag to compare

1.7.0 (2022-11-07)

Bug Fixes

  • audits/server: Server may accept other content-type encodings (42c26f7)

Features

  • handler: Headers can be native to fetch (d459991)
  • handler: Supply context to schema option and improve typings (01c45d8)
  • use: Built-in handlers for some environments and frameworks (#13) (750e600)