[Yandex Cloud documentation](../index.md) > [Yandex Cloud Functions](index.md) > Release notes

# Yandex Cloud Functions release notes

## April 2026 {#april-2026}

### Fixes and improvements {#fixes-improvements}

* Fixed the `Too many files to list` error due to too many files in the function, which made it impossible to change the function version or open the editor in the management console.
* The `batch_cutoff` parameter for triggers in Terraform is now optional. `terraform plan` does not suggest null values for grouping settings anymore.

## March 2026 {#march-2026}

### Updates {#updates}

* Added transferring the function metadata service parameters to Audit Trails audit logs.

### Fixes and improvements {#fixes-improvements}

* Fixed an error where a function call could be processed by an instance with an obsolete runtime version after a new runtime version release.

* Fixed the Container Registry trigger set off by changes in Docker image tags: now the trigger’s message communicates the name of the tag you are adding or deleting.
* Updated the Audit Trails audit logs of Object Storage and Data Streams triggers: fixed proto-validation errors in the `request_parameters.rule` and `details.trigger_rule` fields.

## February 2026 {#february-2026}

### Updates {#updates}

* Added support for Cloud Functions in the [price calculator](https://yandex.cloud/ru/prices).

### Fixes and improvements {#fixes-improvements}

* Fixed the asynchronous handler in Python 3.14.
* Fixed the Monitoring [metric](metrics.md) calculation.

## November 2025 {#november-2025}

### Updates {#updates}

* Enabled adding the function folder ID to the invocation context.

## October 2025 {#october-2025}

### Updates {#updates}

* [The number of network packets per second per function instance](concepts/limits.md#functions-limits) is now a limit, not a quota.

## July 2025 {#july-2025}

### Updates {#updates}

* Increased the default number of [user networks](concepts/networking.md#user-network) per cloud from 1 to 10. This is no longer a limit but a [quota](concepts/limits.md#functions-quotas), which can be changed through a request to support.

## June 2025 {#june-2025}

### Updates {#updates}

* Added support for Node.js 22 and Go 1.23.

## February 2025 {#february-2025}

### Updates {#updates}

* Added support for [setting up the function metadata service](operations/function/metadata-options.md).

## September – October 2024 {#sept-oct-2024}

### Updates {#updates}

* Added support for [long-lived functions](concepts/long-lived-functions.md).
* Added support for sending [function termination notifications](concepts/termination-notifications.md).
* Added support for [mounting ephemeral disks](concepts/mounting.md#mount-ephemeral-storage).
* Added support for [concurrent calls to a single function instance](concepts/function.md#concurrency).

## August 2024 {#august-2024}

### Updates {#updates}

* Added support for the [Kotlin](lang/kotlin/index.md) runtime.

## May – June 2024 {#may-june-2024}

### Updates {#updates}

* Added support for the `concurrency` parameter in the CLI, API, and Terraform.

### Fixes and improvements {#fixes-improvements}

* Fixed the error that occurred when creating function versions with the `golang` runtime that use the [opentracing-go](https://github.com/opentracing/opentracing-go) package.

## April 2024 {#april-2024}

### Updates {#updates}

* Added support for [allocating RAM for the `/tmp` directory](operations/function/allocate-memory-tmp.md) for the function version with at least 1 GB of memory.

### Fixes and improvements {#fixes-improvements}

* Fixed the `yandex_function_scaling_policy` import error in Terraform.
* Removed the [user network](concepts/networking.md#user-network) requirement to have a subnet in the `ru-central1-c` availability zone since [this zone is discontinued](../overview/concepts/region.md).

## March 2024 {#march-2024}

### Updates {#updates}

* Added support for editing all trigger settings in Terraform.
* [Yandex Object Storage bucket mounting](concepts/mounting.md) in functions is now at the [General Availability](../overview/concepts/launch-stages.md) stage.

### Fixes and improvements {#fixes-improvements}

* Increased the maximum batch size in a [Yandex Message Queue trigger](concepts/trigger/ymq-trigger.md) to 1,000 messages.

## January – February 2024 {#jan-feb-2024}

### Updates {#updates}

* Added support for [mounting Yandex Object Storage buckets](concepts/mounting.md) in functions via the CLI and Terraform.
* Added support for function logging settings in Terraform.

### Fixes and improvements {#fixes-improvements}

* Fixed the error encountered when displaying the quota for the number of function tags.