Version compatibility between Server and SDK

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 to v1.12.0.
  • we have a temporal server running on v1.5.1, the SDK version is already in v1.10.0 with no issues. We consider bumping it to v1.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

There should be no need to bump server and SDK releases together. SDKs are expected to be backwards compatible (unless some major issue has been found during testing, which would be reported in the release notes).

That’s awesome! Thank you for the quick reply 🙇‍♂️