Upgrade from Cloud SDK version 0.4 to 0.5
Version:
Cloud SDK version 0.5 removes the old SDK initialization logic that was deprecated in version 0.4. To use version 0.5 of the SDK, you have to upgrade to the new initialization logic.
Version 0.5 also introduces the search package. This is a non-breaking change.
The majority of your upgrade work involves installing the latest Cloud SDK packages. If you haven't upgraded to the new initialization logic, you also have to replace old init function calls with new CloudSDK ones.
To upgrade from version 0.4 to 0.5:
-
In your code editor, in the root folder of your application, run the following commands:
-
To upgrade to the new initialization logic, complete the following procedures in the upgrade to v0.4 walkthrough: