# Upgrade from 3.6.9 to 3.11.10

**URL:** https://community.apollographql.com/t/upgrade-from-3-6-9-to-3-11-10/7944
**Category:** Client SDKs
**Tags:** client, web
**Created:** [November 13, 2024, 7:09am UTC](https://community.apollographql.com/t/upgrade-from-3-6-9-to-3-11-10/7944 "2024-11-13T07:09:21Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Van\_Dao\_Vo](https://sea1.discourse-cdn.com/flex019/user_avatar/community.apollographql.com/van_dao_vo/32/5366_2.png) [@Van\_Dao\_Vo](https://community.apollographql.com/u/Van_Dao_Vo)
#### Post date: [November 13, 2024, 7:09am UTC](https://community.apollographql.com/t/upgrade-from-3-6-9-to-3-11-10/7944/1 "2024-11-13T07:09:21Z")

</div>

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

---

<div class="post-metadata">

### Author: ![lenz](https://sea1.discourse-cdn.com/flex019/user_avatar/community.apollographql.com/lenz/32/4007_2.png) [@lenz](https://community.apollographql.com/u/lenz)
#### Post date: [November 13, 2024, 9:24am UTC](https://community.apollographql.com/t/upgrade-from-3-6-9-to-3-11-10/7944/2 "2024-11-13T09:24:02Z")

</div>

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.
