Skip to content

1.57.0

Choose a tag to compare

@rogefm rogefm released this 16 Apr 15:04
· 100 commits to main since this release
4e463df

Changelog

4e463df feat(client): add batch connection creation via YAML file (#1362)

  • feat(client): add batch connection creation via YAML file

Add hoop admin create connections --from-file command that allows
creating multiple connections from a single YAML file. Supports
top-level defaults with per-connection overrides, same env value
formats (raw, base64://, file://), progress reporting, and error
summary. Client-side only — no gateway/API changes needed.

Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com

  • fix(client): require explicit connection type in batch creation

Remove default fallback to "custom" type when no type is specified.
Missing type now returns an error, preventing silent misconfiguration
(e.g. a database being created as custom type and not working).

Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com


Co-authored-by: Claude Opus 4.6 noreply@anthropic.com
a0fc852 feat: add minlength and maxlength support to runbook templates (#1360)

  • feat: add minlength and maxlength template functions and update related tests

  • fix: standardize minlength and maxlength attributes in forms and add validation function

Assets

Docker Images

Helm Chart

Bundles