Skip to content

Releases: stripe/stripe-cli

v0.4.1

13 Aug 22:10
812dbe6
Compare
Choose a tag to compare

Changelog

43c6832 Add log tailing to table of contents (#91)
90a2f62 Create and publish Docker images (#94)
812dbe6 Fix Docker publish pipeline (#95)
29ab2ce README updates for log tailing command (#77)

Docker images

  • docker pull stripe/stripe-cli:latest
  • docker pull stripe/stripe-cli:v0.4.1
  • docker pull stripe/stripe-cli:latest
  • docker pull stripe/stripe-cli:v0.4.1

v0.4.0

12 Aug 21:56
c6630f4
Compare
Choose a tag to compare

Changelog

c6630f4 Introduce Log Tailing command (#57)

v0.3.0

12 Aug 18:25
d7ed39d
Compare
Choose a tag to compare

Changelog

ebab26f Create config command that lets users modify their configs (#81)
d7ed39d Fix loading webhook endpoints from API and forwarding (#89)

v0.2.7

08 Aug 21:22
b489043
Compare
Choose a tag to compare

Changelog

b489043 Correctly read device name and profile for listen and http requests (#86)

v0.2.6

07 Aug 23:06
2ffb75c
Compare
Choose a tag to compare

Changelog

0e8c9d4 Add -v flag for version (#73)
e61c6cb Add code for parsing the OpenAPI spec (#68)
a073802 Add support for forwarding Connect events to separate route (#82)
e7e6a83 Call resp.Body.Close everywhere (#69)
2ffb75c Convert syscall.Handle to int for Windows builds (#83)
f0887ec Lint fixes (#70)
c8ac25c Make the status icons more suble (#74)
ef36972 Merge endpoint package into proxy package (#78)
bc857f4 Replace endpoints map with list of endpoint routes (#79)
5e8ad17 Tweak OpenAPI spec embedding (again) (#67)
3661887 Update installation instructions (#66)
d2c89f3 Use golangci-lint for linting (#71)

v0.2.5

31 Jul 01:49
fcf0b48
Compare
Choose a tag to compare

Changelog

fcf0b48 Publish deb and rpm packages to Bintray (#65)

v0.2.4

29 Jul 18:36
c66cc36
Compare
Choose a tag to compare

Changelog

1a8e9e9 Add pre-install commands for travis (#59)
e2d8a5a Add status command (#53)
00283b1 Add tools package (#58)
7f2afb8 Add warning message for keys that'll expire (#55)
115c877 Don't require vfsgen to be installed (#62)
8fd6b47 Embed OpenAPI spec in the CLI (#49)
80e7c6d Fix VSCode settings (#61)
d83fa9b Generalize websocket event type (#52)
ed3d5b7 Move request parameters inside Base struct (#48)
bb9cede Refactor Profile and CLI Configuration (#19)
c66cc36 Remove go generate from goreleaser/travis build (#64)
443809b Run go generate (#63)
a8afb5f Set GOBIN and PATH env vars (#60)
68128d5 Websocket generalization for feature specification (#54)

v0.2.3

17 Jul 18:08
f1da8e9
Compare
Choose a tag to compare

Changelog

346fa95 Add beta byline in the readme file (#41)
9c80439 Add more feedback templates (#42)
d63c1bd Add verbose transport (#35)
9f8271e Fix expand support (#33)
e263566 Fix missing word
81e1797 Revert "Add more feedback templates (#42)" (#45)
c0f0c14 Truncate body and headers in webhook responses (#34)
de09c01 Update issue templates (#44)
f1da8e9 Update issue templates (#46)

v0.2.2

16 Jul 00:11
Compare
Choose a tag to compare

Changelog

db90b82 Add customized login completion messages with user's display name (#25)
8bf15f6 Fix the scoop installation command (#32)
a2b18c8 Prepare cli installation for public release (#30)
24fbee3 Remove homebrew formula folder (#31)

v0.2.1

15 Jul 19:33
5244cae
Compare
Choose a tag to compare

Changelog

5244cae A few fixes to README.md (#29)
bd0c791 Add feedback command (#20)
20bda9c Add terminal restoration on ctrl-c during interactive login to prevent hidden text (#26)
26f2889 Convert request data to use user provided ordering (#22)
1d7307f Create deb and rpm packages and publish scoop bucket (#28)
3011ad2 Improve documentation inside the CLI (#21)
1c93e79 New client for Stripe requests (#18)
4795764 Prefers http package consts instead of raw strings for HTTP methods (#24)
8abbda4 Refactor requests package code to be a little cleaner (#14)
2eaa253 Update .goreleaser.yml (#16)
a029628 Update table of contents for login command (#17)
cd17d0f [README] Makes a few small small changes to the README (#23)