Skip to content

Commit

Permalink
Add a .changeset/ file.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn committed Feb 16, 2023
1 parent dd45307 commit 1e82a21
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/small-tomatoes-explode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@apollo/client': minor
---

Allow `ApolloCache` implementations to specify default value for `assumeImmutableResults` client option, improving performance for applications currently using `InMemoryCache` without configuring `new ApolloClient({ assumeImmutableResults: true })`

0 comments on commit 1e82a21

Please sign in to comment.