Skip to content

Commit fc44144

Browse files
Prepare release v277 (#1750)
* Prepare release v277 * Update changelog --------- Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com> Co-authored-by: Ed Morley <[email protected]>
1 parent 4e8ae51 commit fc44144

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22

33
## [Unreleased]
44

5+
6+
## [v277] - 2025-02-17
7+
58
- Improved the warning message shown when the requested Python version is not the latest patch version. ([#1749](https://github.com/heroku/heroku-buildpack-python/pull/1749))
69
- Improved the error message shown when the requested Python patch version isn't available. ([#1749](https://github.com/heroku/heroku-buildpack-python/pull/1749))
710
- Improved the error message shown if there was a networking or server related error downloading Python. ([#1749](https://github.com/heroku/heroku-buildpack-python/pull/1749))
811
- Adjusted the curl options used when downloading Python to set a maximum download time of 120s to prevent hanging builds in the case of network issues. ([#1749](https://github.com/heroku/heroku-buildpack-python/pull/1749))
912
- Refactored the Python download step to avoid an unnecessary version check `HEAD` request to S3 prior to downloading Python or reusing a cached install. ([#1749](https://github.com/heroku/heroku-buildpack-python/pull/1749))
13+
- Updated the `runtime.txt` deprecation warning to include a link to the deprecation changelog post. ([#1747](https://github.com/heroku/heroku-buildpack-python/pull/1747))
1014
- Improved buildpack metrics for Python version selection. ([#1749](https://github.com/heroku/heroku-buildpack-python/pull/1749))
1115
- Improved buildpack metrics for builds that fail. ([#1746](https://github.com/heroku/heroku-buildpack-python/pull/1746) and [#1749](https://github.com/heroku/heroku-buildpack-python/pull/1749))
1216

@@ -1164,7 +1168,8 @@ Default Python is now latest 2.7.10. Updated pip and Distribute.
11641168
- Setuptools updated to v16.0
11651169
- pip updated to v7.0.1
11661170

1167-
[unreleased]: https://github.com/heroku/heroku-buildpack-python/compare/v276...main
1171+
[unreleased]: https://github.com/heroku/heroku-buildpack-python/compare/v277...main
1172+
[v277]: https://github.com/heroku/heroku-buildpack-python/compare/v276...v277
11681173
[v276]: https://github.com/heroku/heroku-buildpack-python/compare/v275...v276
11691174
[v275]: https://github.com/heroku/heroku-buildpack-python/compare/v274...v275
11701175
[v274]: https://github.com/heroku/heroku-buildpack-python/compare/v273...v274

0 commit comments

Comments
 (0)