Skip to content

Releases: martinheidegger/egraphql-fetch

Release list

0.2.0

0.2.0 Pre-release
Pre-release

Choose a tag to compare

@martinheidegger martinheidegger released this 18 Jan 16:51

Minor Changes

  • Fixed request to be properly implementable within the graphql specification. (+1 squashed commit): 56b69de
  • Dropping support for broken Node 0.10: f7eb776

Patches

  • Session requests need to be POST requests: be246e6
  • Testing for headers in session requests as well.: 526eefb

0.1.0

0.1.0 Pre-release
Pre-release

Choose a tag to compare

@martinheidegger martinheidegger released this 18 Jan 03:47

Minor Changes

  • Servers may resolve in an error, in that case a decryption of the result would be making debugging efforts harder. If the server needs to send an error message the server can & should encrypt it.: de43e60
  • Disallowed content-type overriding and used ‘application/egraphql’ consistently: bc80ee9
  • Setting redirect to “error” by default.: 8ab90e0
  • Added session support: 5fcb75d
  • Using a request id that can be used to prevent the execution of the same request twice.: d56b2ea
  • Added messages for better debugging.: e01160e