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?