04-11-2025 07:47 PM
I have a new version of smart home action, if I deploy the code to google cloud function, does it override the running version? I saw the log is showing for current runtime version, where can I check my new log?
Answered! Go to the Recommended Answer.
04-15-2025 09:42 AM
Yes, deploying new code to Google Cloud Functions will override the running version. Your new logs can be viewed in the Google Cloud Console under the "Logs Explorer" section - just select your function name and the latest deployment timestamp. You may need to wait a few minutes for logs to appear after deployment. The version transition should be seamless with no downtime.
04-23-2025 09:41 AM
Thank you Suc1, how can I release a new version without overriding existing one?
04-15-2025 09:42 AM
Yes, deploying new code to Google Cloud Functions will override the running version. Your new logs can be viewed in the Google Cloud Console under the "Logs Explorer" section - just select your function name and the latest deployment timestamp. You may need to wait a few minutes for logs to appear after deployment. The version transition should be seamless with no downtime.
04-22-2025 04:32 PM
New update
04-23-2025 09:41 AM
Thank you Suc1, how can I release a new version without overriding existing one?
04-23-2025 01:32 PM
to be clear, the alternative way to ask my question : do I need to publish again if I want to make a change for existing production code
a month ago
Publishing a new version of a product or application is an essential step in maintaining innovation, reliability, and user satisfaction. It typically involves integrating new features Visit page, fixing bugs, improving performance, and enhancing security to ensure a smoother user experience. Before release, developers test the updates thoroughly to avoid issues after deployment.