Skip to content

Commit

Permalink
Prepare release v244 (#1549)
Browse files Browse the repository at this point in the history
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] committed Mar 13, 2024
1 parent 36db3fe commit a25962a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## [Unreleased]


## [v244] - 2024-03-13

- Improved the automatic `WEB_CONCURRENCY` feature: ([#1547](https://github.com/heroku/heroku-buildpack-python/pull/1547))
- Switched to a dynamic calculation based on dyno CPU cores and memory instead of a hardcoded mapping.
- Decreased default concurrency on `performance-m` / `private-m` / `shield-m` dynos from `8` to `5`.
Expand Down Expand Up @@ -963,7 +966,8 @@ Default Python is now latest 2.7.10. Updated Pip and Distribute.
- Setuptools updated to v16.0
- Pip updated to v7.0.1

[unreleased]: https://github.com/heroku/heroku-buildpack-python/compare/v243...main
[unreleased]: https://github.com/heroku/heroku-buildpack-python/compare/v244...main
[v244]: https://github.com/heroku/heroku-buildpack-python/compare/v243...v244
[v243]: https://github.com/heroku/heroku-buildpack-python/compare/v242...v243
[v242]: https://github.com/heroku/heroku-buildpack-python/compare/v241...v242
[v241]: https://github.com/heroku/heroku-buildpack-python/compare/v240...v241
Expand Down

0 comments on commit a25962a

Please sign in to comment.