Compute > Cloud Functions > Release Notes

November 25, 2025

Added Features

  • Added API Gateway trigger
    • Added the feature to create API Gateway triggers by utilizing the API Gateway service in the same project

Feature Updates

  • Added the latest runtime environment and deprecated some versions
    • Added Go 1.24, 1.25
      • Go 1.22, 1.23 scheduled for deprecation
    • Added Python 3.12, 3.13
    • Deprecated Ruby 2.6.1, added Ruby 3.4.5
    • Deprecated .NET 7, added .NET 8

July 29. 2025

Launch Cloud Function service

  • Users can write codes by function unit. Functions defined on a specific event are automatically executed, processing the required tasks. Without server management or infrastructure configuration, you can focus only on application logic.
TOP