Skip to content

Releases: rest-sh/restish

v0.9.0

28 Oct 20:55
ee5960d
Compare
Choose a tag to compare

Changelog

9d7a16f Merge pull request #52 from exoscale/fix-rsh-no-cache
2e2744a Merge pull request #55 from afh/afh-expand-env
72bac8a Merge pull request #56 from danielgtaylor/fix-builds
526fa58 Merge pull request #57 from lllibailll/windows-fix
079d10c Merge pull request #58 from danielgtaylor/shorthand
909fc97 Merge pull request #59 from danielgtaylor/shorthand2
9394c33 Obtain cache and api configs from viper config-directory
6eccf52 Panic when api file read fails
797f969 chore: move off deprecated action runner
29d543c feat: Expand environment variables in api spec_files and profile headers
ee5960d feat: dependency updates
e18c7c7 feat: switch to new shorthand package
00ddc79 feat: update missed use of shorthand
b18d7db fix: rsh-no-cache was not being honored

v0.8.0

07 Jun 13:59
v0.8.0
f1e5dff
Compare
Choose a tag to compare

Changelog

3ee8474 (feat): allow rettrieving spec file from a specified url instead of a file
7b1d277 Add simple table formatting support for collection of objects
8e092e9 Merge pull request #39 from LabShare/kp-api-spec-file-from-url
47de8a5 Merge pull request #42 from cgardens/cgardens/fix_kin_open_api
50bdce3 Merge pull request #50 from manther/tables
e6f8ddd Upgrade to kin-openapi v0.61.0
441898f feat: Add simple table formatting support for collection of objects
d38fa37 feat: allow retrieving spec file from a specified url instead of a file
ee9811c fix: links parse error crash; adds extra debug logs
f1e5dff fix: openapi tests
dd8581d fix: prevent auth prompt when header is manually passed, fixes #35

v0.7.0

09 Mar 04:49
bfd0906
Compare
Choose a tag to compare

Changelog

bfd0906 Merge pull request #32 from exoscale/mtls
08459a3 feat(cli): Add support for mTLS
34162f7 feat(params): Support variables in server URLs when determining basePath

v0.6.0

30 Jan 21:53
9376569
Compare
Choose a tag to compare

Changelog

6b84875 Merge pull request #28 from rburte-isp/docs-typoe
9376569 feat: add insecure mode, fixes #22
069c761 feat: auth code error handling
e1d9b7d fix(auth-code): more robust URI generation
4aa30c3 fix: better kebab casing of operation IDs, fixes #29

v0.5.1

04 Jan 18:57
64590b9
Compare
Choose a tag to compare

Changelog

64590b9 Merge pull request #24 from h0x91b-wix/main
062646c Merge pull request #27 from danielgtaylor/autoconfig-exclude
f094e0e feat: Supporting of oauth auth_code with client_secret
08b98cb feat: ability to exclude autoconfig prompt vars

v0.5.0

22 Dec 21:20
a60171e
Compare
Choose a tag to compare

Changelog

ba45f05 Merge pull request #26 from danielgtaylor/autoconfig
a60171e chore: dependency updates
e27ed19 feat: Autoconfiguration via x-cli-config

v0.4.5

20 Nov 19:00
eec1617
Compare
Choose a tag to compare

Changelog

eec1617 Merge pull request #23 from danielgtaylor/generic-body-stdin
fff23db chore: fix deprecated goreleaser naming
6a8adbe fix: read body from stdin for generic calls

v0.4.4

15 Oct 05:40
ea71b1c
Compare
Choose a tag to compare

Changelog

a8687b3 Merge pull request #13 from danielgtaylor/dont-send-default
001964d Merge pull request #14 from danielgtaylor/auth-hook-failure
ac39753 Merge pull request #15 from danielgtaylor/fix-indentation
d51854a chore: rename master -> main
ea71b1c fix: CI cleanup
3d5eb30 fix: add test for implicit default params
5a6fe0b fix: bad indentation for short list with newlines, fixes #3
8cb5d6d fix: do not send implied default param values, fixes #9
d2de5f4 fix: show error on auth hook failure

v0.4.3

02 Sep 05:00
5a6424d
Compare
Choose a tag to compare

Changelog

d895bf9 fix(auth): Cache as authorize_url and respect relative server urls

v0.4.2

12 Jul 05:29
f254e92
Compare
Choose a tag to compare

Changelog

f254e92 fix: understand application/x-yaml