Release Notes

v4.0.0

March 26, 2026

Breaking Changes

  • Drop Python 3.9 Support (#114)

Bug Fixes

  • Provision fails when python.venv exists and is empty (#118)

  • aws_auth + uv_provisioner: Malformed uv.toml after key_duration expired (#121)

v3.2.0

January 14, 2026

Enhancements

  • Provide a convenient way to update all Python packages in the provisioned environment (#73)

Bug Fixes

  • spin provision does not update devpackages properly (#72)

  • Provision with new packages for existing environments results in installation of wrong versions (#109)

Chores

  • Add repository URL information to Wheel metadata (#112)

  • Update release process documentation and contribution guideline (#113)

v3.1.1

December 12, 2025

Bug Fixes

  • python: uv_provisioner fails during uv.toml update (#108)

Chores

  • Configure AWS secret handling via configuration tree instead of relying on environment variables (#98)

  • Document host system requirements properly (#104)

  • Add release notes to the documentation structure (#100)