> ## Documentation Index
> Fetch the complete documentation index at: https://docs.prefect.io/llms.txt
> Use this file to discover all available pages before exploring further.

# prefect-gcp

## 0.6.20

*Released on June 05, 2026*

**Bug Fixes**

* Retry transient errors on all Cloud Run V2 worker reads [#22207](https://github.com/PrefectHQ/prefect/pull/22207) by [@yukiyan](https://github.com/yukiyan)

***

## 0.6.19

*Released on May 28, 2026*

**Features**

* Make Cloud Run V2 worker job-submission retry settings configurable [#21998](https://github.com/PrefectHQ/prefect/pull/21998) by [@yukiyan](https://github.com/yukiyan)

**Bug Fixes**

* Retry transient errors during Cloud Run V2 execution polling [#22113](https://github.com/PrefectHQ/prefect/pull/22113) by [@app/devin-ai-integration](https://github.com/app/devin-ai-integration)
* Retry transient errors during Cloud Run V2 readiness poll [#22087](https://github.com/PrefectHQ/prefect/pull/22087) by [@app/devin-ai-integration](https://github.com/app/devin-ai-integration)

***

## 0.6.18

*Released on May 06, 2026*

**Features**

* Graduate infrastructure decorators to GA [#21784](https://github.com/PrefectHQ/prefect/pull/21784) by [@desertaxle](https://github.com/desertaxle)
* Add configurable bundle launchers [#21478](https://github.com/PrefectHQ/prefect/pull/21478) by [@desertaxle](https://github.com/desertaxle)
* Make Cloud Run V2 worker job-creation retry settings configurable [#21722](https://github.com/PrefectHQ/prefect/pull/21722) by [@yukiyan](https://github.com/yukiyan)
* Add `include_files` support to remaining infrastructure decorators [#21178](https://github.com/PrefectHQ/prefect/pull/21178) by [@app/devin-ai-integration](https://github.com/app/devin-ai-integration)

**Enhancements**

* Inject Prefect labels onto Cloud Run jobs as GCP resource labels [#21133](https://github.com/PrefectHQ/prefect/pull/21133) by [@desertaxle](https://github.com/desertaxle)

**Bug Fixes**

* Fix `CONTAINER_MISSING` detection using current Cloud Run V2 enums [#21712](https://github.com/PrefectHQ/prefect/pull/21712) by [@yukiyan](https://github.com/yukiyan)

**Documentation**

* Update maximum documented timeout for Cloud Run V2 workers [#21140](https://github.com/PrefectHQ/prefect/pull/21140) by [@bryanterichardson](https://github.com/bryanterichardson)
* Set up automatic API reference docs via `mdxify` [#20704](https://github.com/PrefectHQ/prefect/pull/20704) by [@app/devin-ai-integration](https://github.com/app/devin-ai-integration)

**Maintenance**

* Remove internal `Runner` usage from bundle execution paths [#21252](https://github.com/PrefectHQ/prefect/pull/21252) by [@desertaxle](https://github.com/desertaxle)
* Add Docker image build and publish workflows [#20771](https://github.com/PrefectHQ/prefect/pull/20771) by [@app/devin-ai-integration](https://github.com/app/devin-ai-integration)
* Fix integration API reference generation [#20789](https://github.com/PrefectHQ/prefect/pull/20789) by [@desertaxle](https://github.com/desertaxle)
* Fix double backtick usage in source files [#21211](https://github.com/PrefectHQ/prefect/pull/21211) by [@desertaxle](https://github.com/desertaxle)
* Bump `prefect` lower bound to `>=3.7.0`

***

## 0.6.17

*Released on February 12, 2026*

**Features**

* Add attribution headers to SDK API requests [#20508](https://github.com/PrefectHQ/prefect/pull/20508) by [@zangell44](https://github.com/zangell44)
* Add `include_files` support to `@ecs` decorator for bundling non-Python files [#20551](https://github.com/PrefectHQ/prefect/pull/20551) by [@desertaxle](https://github.com/desertaxle)

**Maintenance**

* Bump `prefect` lower bound to `>=3.6.17` [#20659](https://github.com/PrefectHQ/prefect/pull/20659) by [@desertaxle](https://github.com/desertaxle)
* chore(deps-dev): bump ruff from 0.14.14 to 0.15.0 [#20540](https://github.com/PrefectHQ/prefect/pull/20540) by [@app/dependabot](https://github.com/app/dependabot)

***

## 0.6.16

*Released on February 03, 2026*

**Features**

* feat(cloud-run-v2): Add configurable UUID length for job names [#20468](https://github.com/PrefectHQ/prefect/pull/20468) by [@yukiyan](https://github.com/yukiyan)
* feat: retry Cloud Run V2 job creation on transient errors [#20387](https://github.com/PrefectHQ/prefect/pull/20387) by [@Rodrigorm33](https://github.com/Rodrigorm33)

**Other**

* migrate prefect-gcp cloud\_storage from [@sync](https://github.com/sync)\_compatible to [@async](https://github.com/async)\_dispatch [#20522](https://github.com/PrefectHQ/prefect/pull/20522) by [@zzstoatzz](https://github.com/zzstoatzz)
* migrate prefect-gcp bigquery from [@sync](https://github.com/sync)\_compatible to [@async](https://github.com/async)\_dispatch [#20521](https://github.com/PrefectHQ/prefect/pull/20521) by [@zzstoatzz](https://github.com/zzstoatzz)
* migrate prefect-gcp secret\_manager from [@sync](https://github.com/sync)\_compatible to [@async](https://github.com/async)\_dispatch [#20513](https://github.com/PrefectHQ/prefect/pull/20513) by [@zzstoatzz](https://github.com/zzstoatzz)

***

## 0.6.15

*Released on January 15, 2026*

**Features**

* Add `kill_infrastructure` method to worker integrations [#20075](https://github.com/PrefectHQ/prefect/pull/20075) by [@joshuastagner](https://github.com/joshuastagner)

***

## 0.6.12

*Released on November 19, 2025*

* Fix missing logs in GCS storage by removing disable\_run\_logger and refactoring task design by [@zzstoatzz](https://github.com/zzstoatzz) in [#19481](https://github.com/PrefectHQ/prefect/pull/19481)

## 0.6.11

*Released on October 20, 2025*

**Features**

* Fix GCS bundle upload/download to use filename methods [#19224](https://github.com/PrefectHQ/prefect/pull/19202) by [@desertaxle](https://github.com/desertaxle)
