Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-09 | 2.6 kB | |
v0.21.0 source code.tar.gz | 2025-06-09 | 316.1 kB | |
v0.21.0 source code.zip | 2025-06-09 | 355.2 kB | |
Totals: 3 Items | 673.9 kB | 0 |
In addition to the many changes (see the notes, below), this is the first release at the new package location.
Go forth, and update your go.mod
s!
What's Changed
- docs: improve link accuracy by @eitamal in https://github.com/rest-sh/restish/pull/258
- chore(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in https://github.com/rest-sh/restish/pull/251
- chore(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0 by @dependabot in https://github.com/rest-sh/restish/pull/242
- Make it possible to use a client certificate stored in hardware by @jeffallen in https://github.com/rest-sh/restish/pull/246
- Expand documentation on external-tool auth by @fflores97 in https://github.com/rest-sh/restish/pull/256
- Escape '&' for Windows command line oAuth flow by @MatthiasScholzTW in https://github.com/rest-sh/restish/pull/253
- Do not output colorized config when environment does not support it by @cfunkhouser in https://github.com/rest-sh/restish/pull/270
- chore(deps): bump golang.org/x/image from 0.10.0 to 0.18.0 by @dependabot in https://github.com/rest-sh/restish/pull/260
- docs: include command for fish completion help by @kbakk in https://github.com/rest-sh/restish/pull/271
- feat: upgrade to Go 1.24 by @danielgtaylor in https://github.com/rest-sh/restish/pull/277
- chore(deps): bump golang.org/x/net from 0.23.0 to 0.38.0 by @dependabot in https://github.com/rest-sh/restish/pull/276
- fix: send scopes on refresh token requests by @danielgtaylor in https://github.com/rest-sh/restish/pull/278
- feat: rename danielgtaylor/restish -> rest-sh/restish by @danielgtaylor in https://github.com/rest-sh/restish/pull/281
- docs: fix build status by @danielgtaylor in https://github.com/rest-sh/restish/pull/282
- Upgrade libopenapi by @terev in https://github.com/rest-sh/restish/pull/283
New Contributors
- @eitamal made their first contribution in https://github.com/rest-sh/restish/pull/258
- @jeffallen made their first contribution in https://github.com/rest-sh/restish/pull/246
- @fflores97 made their first contribution in https://github.com/rest-sh/restish/pull/256
- @MatthiasScholzTW made their first contribution in https://github.com/rest-sh/restish/pull/253
- @cfunkhouser made their first contribution in https://github.com/rest-sh/restish/pull/270
- @kbakk made their first contribution in https://github.com/rest-sh/restish/pull/271
- @terev made their first contribution in https://github.com/rest-sh/restish/pull/283
Full Changelog: https://github.com/rest-sh/restish/compare/v0.20.0...v0.21.0