Improved pip-pop compatibility with latest pip releases.
Compatibility improvements with heroku-apt-buildpack.
Added automatic configuration of Gunicorn's FORWARDED_ALLOW_IPS
setting.
Improved detection of libffi dependency when using bcrypt via Django[bcrypt]
.
Improved GDAL support.
- GDAL dependency detection now checks for pygdal and is case-insensitive.
- The vendored GDAL library has been updated to 1.11.1.
- GDAL bootstrapping now also installs the GEOS and Proj.4 libraries.
Updated pip to 8.1.1 and setuptools to 20.3.
Improvements to warnings and minor bugfix.
Improved Django collectstatic support.
$ python manage.py collectstatic
will only be run ifDjango
is present inrequirements.txt
.- If collectstatic fails, the build fails. Full traceback is provided.
$DISABLE_COLLECTSTATIC
: skip collectstatic step completely (not new).$DEBUG_COLLECTSTATIC
: echo environment variables upon collectstatic failure.- Updated build output style.
- New warning for outdated Python (via pip
InsecurePlatform
warning).
Updated pip and Setuptools.
Added warnings for lack of Procfile.
Updated default Python to 2.7.11.
Added friendly warnings for common build failures.
Improved compatibility with multi and node.js buildpacks.
Revert to v66.
Fixed .heroku/venv error with modern apps.
Further improved cache compatibility with multi and node.js buildpacks.
Improved compatibility with multi and node.js buildpacks.
Reverted v64.
Improved compatibility with multi and node.js buildpacks.
Updated Pip and Setuptools.
- Setuptools updated to v18.3.2
- Pip updated to v7.1.2
Updated Pip and Setuptools.
- Setuptools updated to v18.1
- Pip updated to v7.1.0
Updated Pip and Setuptools.
- Setuptools updated to v18.0.1
- Pip updated to v7.0.3
Default Python is now latest 2.7.10. Updated Pip and Distribute.
- Default Python version is v2.7.10
- Setuptools updated to v16.0
- Pip updated to v7.0.1