Skip to content

chore: Bump version to 1.16.0-rc1#38600

Merged
QuantumGhost merged 1 commit into
langgenius:mainfrom
QuantumGhost:codex/bump-version-1-16-0-rc1
Jul 9, 2026
Merged

chore: Bump version to 1.16.0-rc1#38600
QuantumGhost merged 1 commit into
langgenius:mainfrom
QuantumGhost:codex/bump-version-1-16-0-rc1

Conversation

@QuantumGhost

@QuantumGhost QuantumGhost commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

AI disclosure: This PR was AI-assisted with Codex using GPT-5.4.
I have reviewed the final diff, and I am responsible for the content.

Summary

  • Bump the Dify API package version to 1.16.0-rc1.
  • Bump the Dify web package version to 1.16.0-rc1.
  • Bump the Dify Agent package version to 1.16.0-rc1.
  • Update Docker Compose API, web, and Dify Agent image tags to 1.16.0-rc1.
  • Sync the local dify-api and dify-agent package versions in uv lockfiles.

Fixes #38599

Validation:

  • uv lock --project dify-agent
  • uv lock --project api
  • uv lock --project dify-agent --check
  • uv lock --project api --check
  • node -e "JSON.parse(require('fs').readFileSync('web/package.json', 'utf8'))"
  • docker compose -f docker/docker-compose.yaml config --quiet --no-env-resolution
  • docker compose -f docker/docker-compose-template.yaml config --quiet --no-env-resolution
  • docker compose -f docker/docker-compose.yaml config --images --no-env-resolution | rg 'langgenius/dify-(api|web|agent-local-sandbox|agent-backend):'
  • docker compose -f docker/docker-compose-template.yaml config --images --no-env-resolution | rg 'langgenius/dify-(api|web|agent-local-sandbox|agent-backend):'
  • git diff --check

Screenshots

Before After
N/A N/A

Checklist

  • This change requires a documentation update, included: Dify Document
  • I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!)
  • I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • I've updated the documentation accordingly.
  • I ran make lint && make type-check (backend) and cd web && pnpm exec vp staged (frontend) to appease the lint gods

From Codex

@github-actions github-actions Bot added the web This relates to changes on the web. label Jul 9, 2026
@QuantumGhost QuantumGhost marked this pull request as ready for review July 9, 2026 08:26
@QuantumGhost QuantumGhost requested a review from a team July 9, 2026 08:26
@dosubot dosubot Bot added size:XS This PR changes 0-9 lines, ignoring generated files. dependencies Pull requests that update a dependency file labels Jul 9, 2026
@QuantumGhost QuantumGhost changed the title [codex] Bump version to 1.16.0-rc1 chore: Bump version to 1.16.0-rc1 Jul 9, 2026
@QuantumGhost QuantumGhost marked this pull request as draft July 9, 2026 08:27
@QuantumGhost QuantumGhost force-pushed the codex/bump-version-1-16-0-rc1 branch from 6e40d91 to f608192 Compare July 9, 2026 10:59
@QuantumGhost QuantumGhost added this to the 1.16.0-rc1 milestone Jul 9, 2026
Assisted-by: Codex:GPT-5.4
@QuantumGhost QuantumGhost force-pushed the codex/bump-version-1-16-0-rc1 branch from f608192 to 01dc56c Compare July 9, 2026 11:06
@QuantumGhost QuantumGhost marked this pull request as ready for review July 9, 2026 11:29
@QuantumGhost QuantumGhost requested a review from crazywoola as a code owner July 9, 2026 11:29
@QuantumGhost QuantumGhost marked this pull request as draft July 9, 2026 11:30
@QuantumGhost QuantumGhost marked this pull request as ready for review July 9, 2026 11:31
@dosubot dosubot Bot added the lgtm This PR has been approved by a maintainer label Jul 9, 2026
@QuantumGhost QuantumGhost added this pull request to the merge queue Jul 9, 2026
Merged via the queue into langgenius:main with commit d177998 Jul 9, 2026
38 of 40 checks passed
@QuantumGhost QuantumGhost deleted the codex/bump-version-1-16-0-rc1 branch July 9, 2026 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file lgtm This PR has been approved by a maintainer size:XS This PR changes 0-9 lines, ignoring generated files. web This relates to changes on the web.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bump version to v1.16.0-rc1

2 participants