Skip to main content

0.8.0 (Pre-Release)

Important Configuration Changes

Updated Default Server Environment Variables

  1. The default value of S3_USE_PRE_SIGNED_URL has been changed to false.
    (Note: both Helm chart and Docker Compose deployments already used false as the default. This update only affects cases where the variable was not explicitly defined.)

  2. The default value of S3_REGION has been changed from us-east-1 to having no default value.

Docker Compose

The Docker Compose setup now includes an improvement:

  1. The NGINX configuration file must now be named default.conf (previously conf.d). Make sure to rename the file before upgrading to this version.

Features (2)

  1. Added support for creating repositories by pressing Enter, allowing quicker navigation through setup steps.

  2. Added checksum support for files in PyPI repositories, enabling full compatibility with tools like uv.

Bug Fixes (3)

  1. Fixed an issue where uploading PyPI packages via CLI tools such as Twine returned a 500 error when the user lacked sufficient permissions.

  2. Fixed an issue where the S3_REGION variable only took effect when S3_IS_AWS_S3 was set to true. It now applies whenever a value is defined.

  3. Fixed an incorrect URL in the PyPI repository upload tutorial when using uv. The example URL now points to the correct endpoint.