Releases: rest-sh/restish
Releases · rest-sh/restish
v0.13.2
What's Changed
- docs: add anatomy of an openapi-powered cli command info by @danielgtaylor in #100
- docs: add comparison page by @danielgtaylor in #101
- Docs updates by @danielgtaylor in #102
- fix: detect text/yaml response content type by @danielgtaylor in #103
- fix: add basic build time to dev --version by @danielgtaylor in #104
- fix: do not use scientific notation for large integers by @danielgtaylor in #105
- fix: do not panic on empty image by @danielgtaylor in #106
- fix: prevent escaping JSON for browsers by @danielgtaylor in #107
- fix: find HAL links in array responses by @danielgtaylor in #108
Full Changelog: v0.13.1...v0.13.2
v0.13.1
What's Changed
- fix: improved shell completion for URLs by @danielgtaylor in #95
- fix: simplify option handling, send explicitly passed defaults by @danielgtaylor in #96
Full Changelog: v0.13.0...v0.13.1
v0.13.0
What's Changed
- feat: cache parsed/loaded APIs for faster access by @danielgtaylor in #83
- fix: sending non-structured-object input via stdin, fixes #81 by @danielgtaylor in #84
- fix: better handling of params with unknown types, fixes #63 by @danielgtaylor in #85
- fix: trim trailing slashes from OpenAPI servers by @danielgtaylor in #86
- fix: custom server usage, fixes #54 by @danielgtaylor in #87
- feat: enabled & document raw mode for saving files by @danielgtaylor in #88
- fix: parameter serialization for style: form, fixes #47 by @danielgtaylor in #89
- fix: handle recursive schemas without crashing, fixes #21 by @danielgtaylor in #90
- feat: add api sync command by @danielgtaylor in #91
- feat: update dependencies by @danielgtaylor in #92
- fix: simplify edit resource command code by @danielgtaylor in #93
- fix: panic when multiple configured APIs have the same base URL by @danielgtaylor in #94
Full Changelog: v0.12.0...v0.13.0
v0.12.0
v0.11.0
What's Changed
- feat: add edit convenience command by @danielgtaylor in #80
Full Changelog: v0.10.0...v0.11.0
v0.10.0
v0.9.4
v0.9.3
Changelog
- 7e85980 Merge pull request #72 from exo-cedric/oauth-to-stderr
- c8c2248 Merge pull request #73 from danielgtaylor/fix-send-headers
- 6e13db8 Merge pull request #74 from danielgtaylor/empty-array-header
- ce0c9b5 fix: oauth output corrupting JSON payload
- 5a1f4ba fix: prevent sending empty array header params
- 1537fce fix: send header params in request
v0.9.2
v0.9.1
Changelog
- 817166b Merge pull request #62 from exoscale/load-with-authentication
- 0b4a77f Merge pull request #65 from danielgtaylor/normalize-numbers
- 3cdf6b3 Merge pull request #66 from danielgtaylor/decode-fix
- cfdc3e0 Merge pull request #67 from danielgtaylor/external-refs
- 66d87ff fix: Use API profile when loading definition
- f6d6c3d fix: allow external refs in OpenAPI loader
- 31fbbde fix: decode after MakeRequest
- 4d98487 fix: dependency updates
- 0cca88c fix: normalize numbers when filtering with JMESPath