·
835 commits
to main
since this release
Patch Changes
-
#7073
e7f524eacThanks @glasser! - Never interpretGETrequests as batched. In previous versions of Apollo Server 4, aGETrequest whose body was a JSON array with N elements would be interpreted as a batch of the operation specified in the query string repeated N times. Now we just ignore the body forGETrequests (like in Apollo Server 3), and never treat them as batched. -
#7071
0ed389ce8Thanks @glasser! - Fix v4 regression: gateway implementations should be able to set HTTP response headers and the status code.