Releases: starkbaknet/stark
Releases · starkbaknet/stark
Release list
v0.0.2
v0.0.1
Changelog
- 6ce4f04 app,cli: bring an individually-stopped service back via restart/up -d
- b012525 app: dependency-ordered stark up
- dc28473 cli: add stark stop
- f8851ad cli: add stark up , foreground and detached
- 05948cc cli: fix up -d on Windows, replace readiness pipe with a file
- 1feb4bd cli: pm2-style background mode — up -d, stop, ps, restart, logs
- d3308c5 config: fuzz the YAML parser
- 6df9de8 config: reject YAML anchors and aliases
- 039f270 config: strict YAML validation, depends_on graph, stark validate
- 066df12 daemon: don't close the control channel until shutdown finishes
- c5b4045 daemon: give stop/restart enough time to actually finish
- c98ba81 daemon: stark ps --all lists every running project
- 8594d16 docs: add stark docs, man-page-style reference documentation
- 31157ed docs: changelog the Windows up -d fixes
- dff8283 docs: cut v0.0.1, start semver at 0.0.x instead of 1.0.0
- de964a4 docs: document the release process and prebuilt binaries
- 719ae9f docs: fold everything since 0.0.1 into its own changelog entry
- 18b2f24 docs: fold the Windows fixes into the 0.0.1 changelog entry
- 3d1904f e2e: add black-box suite against examples/hello-server
- 7d1fe2e examples: add runnable multi-service, restart-policy, env/workdir, and daemon-lifecycle demos
- 6a32c58 examples: bind the listener before logging "listening on"
- 0857e99 exec: don't treat backslash as an escape character on Windows
- 5686609 exec: fuzz the argv tokenizer
- ed7016c exec: resolve a workdir-relative command the same way it runs
- 782d28c process/app: expose live status, on-demand restart, and startup readiness
- c1fa8a4 process: count manual restarts in Status, not just crash restarts
- 397ba20 process: inherit LocalAppData/AppData on Windows
- c2b90c1 process: restart policies with backoff and a restart budget
- 47e6744 process: safe start/stop with per-OS process groups
- adc2a6f scaffold: initial repo layout, CI, and stark version
- 2e7bccf term: colorize up/ps/logs output like pm2
- 7237991 watch: restart a service when its watched paths change