Releases: apollographql/apollo-server
@apollo/[email protected]
Patch Changes
-
#6986
db5d715a3
Thanks @glasser! - The cache control plugin setscache-control: no-store
for uncacheable responses. PasscalculateHttpHeaders: 'if-cacheable'
to the cache control plugin to restore AS3 behavior. -
Updated dependencies [
db5d715a3
]:- @apollo/[email protected]
@apollo/[email protected]
@apollo/[email protected]
Patch Changes
-
#6897
e1455d583
Thanks @bonnici! - Usage reporting: always send traces over 10MB as stats. -
Updated dependencies [
d20842824
]:- @apollo/[email protected]
@apollo/[email protected]
Patch Changes
- Updated dependencies [
d20842824
,e1455d583
]:- @apollo/[email protected]
- @apollo/[email protected]
@apollo/[email protected]
@apollo/[email protected]
Patch Changes
-
#6961
a782c791f
Thanks @glasser! - Require [email protected] as a peer dependency. -
Updated dependencies [
a782c791f
,d3ea2d4ef
]:- @apollo/[email protected]
@apollo/[email protected]
Patch Changes
-
#6961
a782c791f
Thanks @glasser! - Require [email protected] as a peer dependency. -
Updated dependencies [
a782c791f
,d3ea2d4ef
]:- @apollo/[email protected]
@apollo/[email protected]
Patch Changes
-
#6936
a404bf17e
Thanks @trevor-scheer! - Update executeOperation second parameter to be an optional options object which includes an optionalcontextValue
. -
#6936
a404bf17e
Thanks @trevor-scheer! -HTTPGraphQLRequest
now uses a specificHeaderMap
class which we export instead of allowing a standardMap
. TheHeaderMap
downcases all incoming keys, as header names are not case-sensitive. -
#6936
a404bf17e
Thanks @trevor-scheer! - UpdatevalidationRules
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. AllvalidationRules
list items should conform to thegraphql-js
ValidationRule
type.
@apollo/[email protected]
Patch Changes
-
#6936
a404bf17e
Thanks @trevor-scheer! - Add test for batch requests with no elements -
Updated dependencies [
a404bf17e
,a404bf17e
,a404bf17e
]:- @apollo/[email protected]
@apollo/[email protected]
Patch Changes
-
#6827
0c2909aa1
Thanks @glasser! - Experimental support for incremental delivery (@defer
/@stream
) when combined with a prerelease ofgraphql-js
. -
#6827
0c2909aa1
Thanks @glasser! - Support application/graphql-response+json content-type if requested via Accept header, as per graphql-over-http spec.
Includecharset=utf-8
in content-type headers.