| Configuration variable reading for Python script requirements and registry defaults (ENG-12496) | Fixed an issue where the system did not correctly read the GATEWAY_PYTHON_SCRIPT_REQUIREMENTS_FILE and GATEWAY_REGISTRY_DEFAULT_OVERRIDABLE configuration variables. The system now reads these variables as expected. |
| Configuration file loading via GATEWAY_CONFIG environment variable (ENG-12508) | Resolved an issue where configuration files were not correctly read when specified via the GATEWAY_CONFIG environment variable. Configuration files specified through this variable are now loaded properly. |
| Python virtual environment SHA hash generation with pyproject.toml (ENG-13281) | Fixed an issue where Python virtual environments generated incorrect SHA hashes when using GATEWAY_PYTHON_SCRIPT_REQUIREMENTS_FILE=pyproject.toml without specifying a --req-file parameter. SHA hashes are now computed correctly under this configuration. |
| DynamoDB store backend modification notifications (ENG-13304) | Resolved an issue where service and decorator modification notifications did not send when using a DynamoDB store backend. Notifications now trigger as expected. |