Hexagon Pup Versions Save

Universal process manager built in Deno

1.0.0-rc.39

4 weeks ago

Changes

  • fix(core): Clustered processes were duplicated in API and pup status
  • fix(core): Fix regression with pup monitor
  • fix(core): Add API connection timeout
  • chore(deps): Full dependency update
  • fix(api): Log host and port when starting the Rest API Server
  • fix(api): Clarify error messages
  • fix(api): Remove unused (commented out) code
  • fix(cli): Require --expire-in when generating tokens on the CLI

Full Changelog: https://github.com/Hexagon/pup/compare/1.0.0-rc.38...1.0.0-rc.39

1.0.0-rc.38

1 month ago

Changes

  • chore(core): Dependency update
  • fix(core): Drop dependency on --unstable-net by replacing websocketstream with regular websockets
  • fix(core): Add /ipc endpoint to the Rest API
  • fix(deps): Remove unused dependency @std/uuid
  • fix(cli): Add flag -g for global install when installing/upgrading

Full Changelog: https://github.com/Hexagon/pup/compare/1.0.0-rc.37...1.0.0-rc.38

1.0.0-rc.37

1 month ago

Changes

fix(plugins): Automatically refresh plugin API tokens prior to expiry

1.0.0-rc.36

1 month ago
  • fix(docs): Fix broken links in documentation
  • remove(splunk): Remove documentation about deprecated splunk plugin
  • fix(plugins): Increase life-span of plugin jwts

1.0.0-rc.35

1 month ago
  • fix(api): Make sure websocket is open before sending
  • add(status): Add Restarts to pup status
  • chore(docs): Update developer guide for writing plugins

1.0.0-rc.34

1 month ago
  • Fix version numbers in release

1.0.0-rc.33

1 month ago

1.0.0-rc.32

1 month ago

Internal refactor, splitting selected parts of Pup into separate reusable libraries.

Breaking: Any plugins or packages importing telemetry from @pup/pup/telemetry.ts needs to be updated to import from @pup/telemetry instead.

Changes

1.0.0-rc.31

1 month ago

Changes

  • fix(telemetry): Tear down in correct order

Full Changelog: https://github.com/Hexagon/pup/compare/1.0.0-rc.30...1.0.0-rc.31

1.0.0-rc.30

1 month ago

Changes

  • fix(rest): Add /log to the rest api
  • chore(docs): Add Rest API docs.
  • fix(core): Reset restart count on any kind of manual start
  • fix(telemetry): Initialize in the correct order

Full Changelog: https://github.com/Hexagon/pup/compare/1.0.0-rc.29...1.0.0-rc.30