Skip to content

Releases: apollographql/apollo-server

@apollo/[email protected]

04 Oct 19:39
472bd2f
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • #6986 db5d715a3 Thanks @glasser! - The cache control plugin sets cache-control: no-store for uncacheable responses. Pass calculateHttpHeaders: 'if-cacheable' to the cache control plugin to restore AS3 behavior.

  • Updated dependencies [db5d715a3]:

@apollo/[email protected]

30 Sep 20:33
c06911d
Compare
Choose a tag to compare
Pre-release

Patch Changes

@apollo/[email protected]

30 Sep 20:33
c06911d
Compare
Choose a tag to compare
Pre-release

Patch Changes

@apollo/[email protected]

30 Sep 20:33
c06911d
Compare
Choose a tag to compare
Pre-release

Patch Changes

@apollo/[email protected]

27 Sep 21:18
d4620ce
Compare
Choose a tag to compare
Pre-release

Patch Changes

@apollo/[email protected]

27 Sep 21:18
d4620ce
Compare
Choose a tag to compare
Pre-release

Patch Changes

@apollo/[email protected]

27 Sep 21:18
d4620ce
Compare
Choose a tag to compare
Pre-release

Patch Changes

@apollo/[email protected]

26 Sep 17:28
0ddf04f
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • #6936 a404bf17e Thanks @trevor-scheer! - Update executeOperation second parameter to be an optional options object which includes an optional contextValue.

  • #6936 a404bf17e Thanks @trevor-scheer! - HTTPGraphQLRequest now uses a specific HeaderMap class which we export instead of allowing a standard Map. The HeaderMap downcases all incoming keys, as header names are not case-sensitive.

  • #6936 a404bf17e Thanks @trevor-scheer! - Update validationRules typing for correctness. This is sort of a breaking change for TS users in that the types were more permissive than they should have been. All validationRules list items should conform to the graphql-js ValidationRule type.

@apollo/[email protected]

26 Sep 17:28
0ddf04f
Compare
Choose a tag to compare
Pre-release

Patch Changes

@apollo/[email protected]

24 Sep 00:06
cbb142a
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • #6827 0c2909aa1 Thanks @glasser! - Experimental support for incremental delivery (@defer/@stream) when combined with a prerelease of graphql-js.

  • #6827 0c2909aa1 Thanks @glasser! - Support application/graphql-response+json content-type if requested via Accept header, as per graphql-over-http spec.
    Include charset=utf-8 in content-type headers.