Hi, is it safe to update apollo client to the latest version or anything close to it? We have 3.8.4 in our app and I’ve read through the changelog and I am not completely sure if there are any breaking changes between 3.8.4 and the latest version.
I am not familiar with graphql in general so this is completely foggy territory for me, like what I’d have to check to make sure the app still works correctly.
If you are using Apollo Client JS the CHANGELOG identifies 2 pontential things from 3.8.4 to 3.12.9. I found these by searching the word “breaking”. We always try to avoid any breaking changes in a non-major version but some may be needed when fixing critical bugs on low use or deprecated surface area.
To validate I would jump to 3.10.4 and run your client tests and integration validation, then do the same to 3.11.0 then finally to 3.12.9
1 Like