Hello,
We want to upgrade our Temporal versions but we won’t be able to upgrade the server (Postgres backend) and the Go SDK at the same pace. I didn’t manage to find documentation / statements about the kind of backward compatibility Temporal offers between upgrades?
For example:
- we have a temporal server running on
v1.10.0
and we wanted to upgrade the SDK tov1.12.0
. - we have a temporal server running on
v1.5.1
, the SDK version is already inv1.10.0
with no issues. We consider bumping it tov1.12.0
.
We are currently looking at upgrading our servers version but, in the meantime, we wanted to know what behaviour we should expect when we upgrade SDK if they don’t match the server version, if there are some limitations, etc…
Thanks for your help