- 7882842: added container metrics
- 1c0ad0b: Add target container count to deployment type
- 9ca2fc1: Add entrypoint to deployment config
- a148382: fix types
- 8f8c907: Fix RolloutState enum
- 1fd1c1c: Add build state to Build type
- 0295c80: update build type
- 4919c95: Added build to rollout object for if the rollout was triggered by a build
- 4fb4b76: dep bump
- fe85c73: fix importing @onehop/js in Node in ESM environments (conditional exports)
- 202868e: Added type
DeploymentRollout
andDeploymentBuild
to types. Addedactive_build
andactive_rollout
to deployment type
- d10ca23: Add rollout ID to ID prefixes
- 38f7c55: add patching deployments
- a8a82bd: Added volume config to creating a deployment
- c53642c: Added stateful RuntimeType
- cd3d4c2: Updated container log level type (deprecating
stderr
in favor forerror
)
- dcd458c: Make await import('https') only run on node using conditional export
- 5a892c2: Rename hop-js to js (changed on GitHub)
- 9fee236: Added jsdoc to container metadata
- 8923323: bump to 1.6.1
- 93a72b7: Export zod utils using esm exports in package.json
- 5aff9ed: Added container.metadata.last_exit_code
- 8cffa3f: Added .restart_policy enum to DeploymentConfig
- e224d8f: Fix getting a deployment by name
- b13ce04: Getting a by name changed signature