Release 2025.1

January says farewell to v1 pipelines.

Deprecating V1 Pipelines

On January 15, we're deprecating v1 pipelines. This means the v1 pipelines stop running and are no longer supported. We encourage you to use our robust v2 pipelines which offer much greater flexibility, including loops and multiple branches. For more information, see Pipelines.

Haystack Experimental Features Available Through Custom Components

Haystack, deepset's open-source LLM framework which is the underlying technology for deepset Cloud offers experimental features available in the [haystack-experimental](https://github.com/deepset-ai/haystack-experimental) package. While these features are not available in Pipeline Builder by default, you can add them through custom components. For details, see Custom Components and deepset Cloud and Haystack. (to do: add links once these are published)

Environment Selection

When using API or the SDK, you can now choose the base URL (or the environment) for your deepset Cloud deployment.

If you're making calls using our interactive API documentation, simply switch the Base URL option to the desired value:

You can choose between Europe and US deployments. For details, see API Structure and Organization.

When using the SDK, you can pass the environment in the api_url parameter or choose us, eu, or custom when setting up the SDK with the deepset-cloud login command. For details, see Set Up the SDK CLI.