Losing support for API versions 1.0, 1.1, and 2.0 along with certain 3.0 modules

My company receive an e-mail from aspose indicating that Aspose is retiring support for API versions 1.0, 1.1 and 2.0 along with the v3.0 modules Aspose.Words Cloud, Aspose.PDF Cloud, Aspose.HTML cloud, and Aspose.Storage Cloud, along with the token generation endpoint oauth2/token.

I am wanting to confirm that my suspicions are correct about which API calls and which modules will need to be updated.

My company is using the following API calls:

http://api.aspose.com/v3.0/html/convert/pdf?outPath=

http://api.aspose.com/v3.0/storage/file/" + fileName

http://api.aspose.com/v1.1/words/convert?format=pdf

Of these three, only the v1.1 will need to be updated, correct?

We are also using aspose-cloud-cells version 1.0.0. Although we do not need to update this it would be the best idea to update to the latest stable version, correct?

Finally, we are using a module simply called “aspose-cloud-sdk.” This module does not seem to correspond to anything I can find documentation for. I am assuming that this module has not been supported for a long time and needs to be gotten rid of?

@sjonesi

Can you please clarify which specific API calls you are uncertain about regarding the need for updates, and provide more details about the ‘aspose-cloud-sdk’ module you are using?

I want to confirm that the v3.0 calls will continue to work for the foreseeable future but that I will need to update the v1.1 call before Aspose stops supporting it in six months.

The only additional information I can give on aspose-cloud-sdk is that has a Utils class in this package import com.aspose.cloud.common.Utils that we use for the functions “sign” and “processCommand.”

I’m assuming it is a common cloud sdk jar that is no longer supported.