| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| goreman_v0.3.18_darwin_arm64.zip | 2026-07-08 | 2.5 MB | |
| goreman_v0.3.18_windows_amd64.zip | 2026-07-08 | 2.8 MB | |
| goreman_v0.3.18_darwin_amd64.zip | 2026-07-08 | 2.7 MB | |
| goreman_v0.3.18_linux_amd64.tar.gz | 2026-07-08 | 2.7 MB | |
| goreman_v0.3.18_linux_arm64.tar.gz | 2026-07-08 | 2.4 MB | |
| goreman_v0.3.18_windows_arm64.zip | 2026-07-08 | 2.5 MB | |
| README.md | 2026-07-08 | 1.1 kB | |
| Release v0.3.18 source code.tar.gz | 2026-07-08 | 54.0 kB | |
| Release v0.3.18 source code.zip | 2026-07-08 | 59.2 kB | |
| Totals: 9 Items | 15.6 MB | 0 | |
What's Changed
- Fix shadowed dir variable in TestMain by @mattn in https://github.com/mattn/goreman/pull/152
- Fix env var substitution regex by @mattn in https://github.com/mattn/goreman/pull/154
- Validate GOREMAN_RPC_PORT by @mattn in https://github.com/mattn/goreman/pull/158
- Skip indented comment lines in Procfile by @mattn in https://github.com/mattn/goreman/pull/160
- Fix RPC recover re-panicking on non-error panic values by @mattn in https://github.com/mattn/goreman/pull/155
- Fix data race in Status RPC by @mattn in https://github.com/mattn/goreman/pull/156
- Fix exported upstart PORT values by @mattn in https://github.com/mattn/goreman/pull/153
- Error on unknown export format by @mattn in https://github.com/mattn/goreman/pull/161
- Close RPC listener on shutdown by @mattn in https://github.com/mattn/goreman/pull/157
- Parse .env with godotenv in export by @mattn in https://github.com/mattn/goreman/pull/162
- Fix logger goroutine leak on restart by @mattn in https://github.com/mattn/goreman/pull/159
Full Changelog: https://github.com/mattn/goreman/compare/v0.3.17...v0.3.18