Skip to content

Commit 0d774f0

Browse files
Prepare release v322 (heroku#1646)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 9ad875a commit 0d774f0

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

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

33
## [Unreleased]
44

5+
6+
## [v322] - 2025-09-29
7+
58
- Set `export PUMA_PERSISTENT_TIMEOUT=95` to match recommended router 2.0 settings for Rails applications (https://github.com/heroku/heroku-buildpack-ruby/pull/1645)
69
- Warn when using Puma prior to 7.0.0 for Router 2.0 compatibility (https://github.com/heroku/heroku-buildpack-ruby/pull/1645)
710
- Error when using Puma 7.0.0 to 7.0.2 (inclusive) to prevent runtime error with `PUMA_PERSISTENT_TIMEOUT` (https://github.com/heroku/heroku-buildpack-ruby/pull/1645)
@@ -1767,7 +1770,8 @@ Bugfixes:
17671770
* Change gem detection to use lockfile parser
17681771
* use `$RACK_ENV` when thin is detected for rack apps
17691772

1770-
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v321...main
1773+
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v322...main
1774+
[v322]: https://github.com/heroku/heroku-buildpack-ruby/compare/v321...v322
17711775
[v321]: https://github.com/heroku/heroku-buildpack-ruby/compare/v320...v321
17721776
[v320]: https://github.com/heroku/heroku-buildpack-ruby/compare/v319...v320
17731777
[v319]: https://github.com/heroku/heroku-buildpack-ruby/compare/v318...v319
File renamed without changes.

lib/language_pack/version.rb

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

33
module LanguagePack
44
class LanguagePack::Base
5-
BUILDPACK_VERSION = "v321"
5+
BUILDPACK_VERSION = "v322"
66
end
77
end

0 commit comments

Comments
 (0)