Skip to content

Releases: azdharsyahputra/pit

PIT v0.1 – Initial Public Release

Choose a tag to compare

@azdharsyahputra azdharsyahputra released this 06 Jan 03:23

PIT v0.1 (Alpha)

Initial public release focused on engine stability, CLI workflow, and safe runtime management for local development.

Added

  • Core engine commands: start, stop, setup
  • PHP multi-version workflow:
    • pit php use <version>
    • pit php versions
    • pit php current
  • Project management commands:
    • pit project list
    • pit project info <name>
    • pit project restart <name>
    • pit project set-port <name> <port>
  • Tools system (MVP):
    • Isolated Tools PHP-FPM runtime
    • Tool auto-sync via pit tools sync
  • Automatic /etc/hosts synchronization for *.test domains
  • Bundled Nginx + PHP runtime distribution for Linux

Fixed

  • Stale Unix socket cleanup for PHP-FPM
  • Safer shutdown behavior (PID, port, and socket cleanup)
  • Restart-safe engine startup (start behaves like clean restart)

Distribution

  • File: pit-runtime-linux-amd64.tar.gz
  • Contains:
    • Nginx binary and configuration
    • PHP-FPM runtime (multi-version ready)
  • Excludes (by design):
    • Runtime temp directories (*_temp)
    • Logs, PID files, and Unix sockets

Notes

  • Status: Alpha (breaking changes may occur)
  • Supported OS: Linux
  • macOS and Windows support are planned