Skip to content

0.12.35

Choose a tag to compare

@3m1n3nc3 3m1n3nc3 released this 20 Jun 01:13
· 262 commits to main since this release

What's Changed

Fixed: cloud deployments (Railway, Heroku, Render, …)

  • The server now binds to 0.0.0.0 by default instead of localhost, so platform healthcheck proxies can reach your app.
  • Port resolution prefers the platform-provided PORT variable over APP_PORT (PORTAPP_PORT3000).
  • A new APP_HOST variable (fallback HOST) lets you override the bind host. Set APP_HOST=localhost to restrict to local connections only.
  • No configuration changes are required for existing local development.

Full Changelog: 0.12.29...0.12.35