Skip to content

v7.16.2

Choose a tag to compare

@cpl-automation cpl-automation released this 19 Feb 02:42
· 485 commits to main since this release
d16a529

Release Notes

This update provides important bug fixes and improvements.

Internal

New Features

  • Migrate from poetry to uv for Python dependency management.

Updates & Improvements

  • Update create release workflow to update uv.lock after bumping server version.

Deployment Information

Schema Upgrade Migration Script Permissions Update Task Definition Update Configuration Update
No No No YES No

Deployment Details

  • Task Definition Update: Change any poetry workflows to uv. Note that uv sync is equivalent to poetry install --with dev, so use uv sync --no-dev for the equivalent of poetry install.

Related PRs

What's Changed

  • feat: migrate to uv for py dependency management by @ekassos in #1414
  • chore: update create release to update uv.lock by @ekassos in #1417

Full Changelog: v1043+srv540.web356...v1046+srv542.web356