0.8.0 (Pre-Release)
Important Configuration Changes
Updated Default Server Environment Variables
-
The default value of
S3_USE_PRE_SIGNED_URLhas been changed tofalse.
(Note: both Helm chart and Docker Compose deployments already usedfalseas the default. This update only affects cases where the variable was not explicitly defined.) -
The default value of
S3_REGIONhas been changed fromus-east-1to having no default value.
Docker Compose
The Docker Compose setup now includes an improvement:
- The NGINX configuration file must now be named
default.conf(previouslyconf.d). Make sure to rename the file before upgrading to this version.
Features (2)
-
Added support for creating repositories by pressing Enter, allowing quicker navigation through setup steps.
-
Added checksum support for files in PyPI repositories, enabling full compatibility with tools like
uv.
Bug Fixes (3)
-
Fixed an issue where uploading PyPI packages via CLI tools such as Twine returned a 500 error when the user lacked sufficient permissions.
-
Fixed an issue where the
S3_REGIONvariable only took effect whenS3_IS_AWS_S3was set totrue. It now applies whenever a value is defined. -
Fixed an incorrect URL in the PyPI repository upload tutorial when using uv. The example URL now points to the correct endpoint.