I’m planning to upgrade @apollo/client from 3.6.9 to 3.11.10 for my PROD to use variableMatcher and maxUsageCount. I read CHANGELOG and did not see anything that could affect my PROD.
Any advise about this? Thank you
I’m planning to upgrade @apollo/client from 3.6.9 to 3.11.10 for my PROD to use variableMatcher and maxUsageCount. I read CHANGELOG and did not see anything that could affect my PROD.
Any advise about this? Thank you
These are minor updates, so they should have no breaking changes.
Of course, some thing will be changed, but they are usually pointed out in the changelog.
We can’t give more advice - you’ll have to do the update and see if everything still works.
Generally, you should regularly do updates, not only when you want access to a new feature. Now you’re at a point where you are doing 2-3 years of updates worth in one go, so if anything problematic comes up, it will be very hard to pinpoint which exact version caused that. If you updated in smaller increments when versions come out, it will be much easier.