1.12.1

langgenius/dify1.12.1Feb 4, 2026by QuantumGhost

AI Summary

Bug fix release addressing IRIS data persistence issues, base URL configuration in client, environment auto-summary, and delete draft variables batch cycle issue.

Key Highlights

  • IRIS data persistence fixes across container recreation
  • Base URL fix in client
  • Auto summary environment fix
  • Delete draft variables batch infinite loop fix

Full Release Notes

## What's Changed

* fix(docker): persist IRIS data across container recreation using Durable %SYS by @TomoOkuyama in https://github.com/langgenius/dify/pull/31899
* fix(docker): improve IRIS data persistence with proper Durable %SYS by @TomoOkuyama in https://github.com/langgenius/dify/pull/31901
* fix: base url in client by @hyoban in https://github.com/langgenius/dify/pull/31902
* fix: auto summary env by @zxhlyh in https://github.com/langgenius/dify/pull/31930
* fix: fix delete_draft_variables_batch cycle forever by @fatelei in https://github.com/langgenius/dify/pull/31934
* chore: bump version in docker-compose and package manager to 1.12.1 by @QuantumGhost in https://github.com/langgenius/dify/pull/31947