Skip to main content

Changelog

v3.7.0

v3.6.0

  • Added a cloud application service version traffic adjustment API

v3.5.0

  • Added a Get CloudBase User List API
  • Added a Disable CloudBase User API
  • Added a Batch Delete CloudBase Users API

v3.4.0

  • Added cloud access service
  • Creating a function supports simultaneous creation of cloud access
  • Optimized the request error stack

v3.3.2

  • Fixed the function polling status time 30s => 300s

v3.3.0

  • Static hosting supports configuring redirect rules
  • Added a Delete Static Hosting Custom Domain API
  • Added a Get Static Website Configuration API
  • Added a Get Domain Configuration API
  • Added a Domain Configuration API

v3.2.0

  • Added a Static Hosting API for file querying, document configuration, and custom domain binding

v3.1.1

  • Optimized the folder deletion API
  • Added a batch file upload API
  • Fixed the issue where no callback was triggered when uploading a single file to static hosting

v3.1.0

  • Optimized the file upload operation
  • Added a Static Website Operations API
  • Removed the field restrictions for retrieving function details, returning more information

v3.0.0

  • [breakchange] common interface refactoring
  • Added support for database CRUD

v2.4.1

  • [fix] Fixed the issue where errors occurred during concurrent calls to the createFunction API
  • [add] Added support for creating functions by specifying the function path

v2.4.0

  • [add] Added the security origin API
  • [fix] Fixed a bug in the cloud function environment where retrieving environment variables failed (when called outside the entry function, it failed to retrieve and threw an error)

v2.3.4

  • [fix] Fixed the issue with function configuration updates

v2.3.2

  • [fix] Fixed the issue where updating the function's VPC configuration caused failure to access the public network

v2.3.1

  • [fix] Fixed the issue of missing code protection parameters when creating functions and updating function code

v2.3.0

  • [add] Added support for file layers
  • [add] Added support for querying the status of asynchronous tasks for modifying storage security rules
  • [fix] Documentation corrections

v2.2.1

  • [fix] Fixed the issue where the API for querying all collection information threw an error when the collection was empty
  • [fix] updateFunctionCode supports automatic dependency installation

v2.2.0

  • [fix] Fixed incorrect TS definition for the onFileFinish parameter in interfaces such as folder upload
  • [add] Added returning RequestId in the response for cloud function creation
  • [add] Added support for the L5 option

v2.1.0

  • [add] Added support for waiting for dependency installation to complete when uploading or updating functions
  • [add] Added support for incremental function code upload
  • [add] Added creation of custom login private keys
  • [add] Added HTTP Service API
  • [add] Added security rules API

v2.0.0

  • [refactor] Refactored storage and function interfaces (breaking change)
  • [add] Added support for closed-loop environment creation
  • [add] Added support for function operation code protection
  • [fix] Fixed the file path upload bug on windows

v1.3.0

  • [add] Added support for obtaining cloud function code download links

v1.2.0

  • [deprecated] The env environment creation feature is temporarily disabled
  • [add] Added support for automatic dependency installation during cloud function creation