Releases: bojanz/broom
Releases · bojanz/broom
v0.9.0
- Dropped OpenAPI 2.0 support, added OpenAPI 3.1 support
- Switched the underlying OpenAPI package from getkin/kin-openapi to pb33f/libopenapi.
- Added support for nested body parameters.
v0.8.0
v0.7.0
- Adds support for textareas in the body form (via
x-multiline: true
in the param definition). - Adds support for remote $refs in specs.
- Disables JSON coloring when piping output or NO_COLOR is true.
- Several fixes for better OpenAPI 2.0 support.
- Refactored operation request logic.
Now requires Go 1.18 or newer.
v0.6.1
v0.6.0
Reworked authentication.
- Renamed --token/--token-cmd to --auth/--auth-cmd.
- Added support for basic auth (--auth-type=basic).
- Added support for API key auth (--auth-type=api-key), with a configurable header (--api-key-header, defaults to "X-API-Key").
Auth type and api header name are auto-detected from the spec when possible.
Requires re-adding profiles (or manually updating the config file).