Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: tenantsee/stripe-cli

Tags

v1.7.4

Toggle v1.7.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding telemetry to gPRC calls (stripe#759)

v1.7.3

Toggle v1.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update goreleaser (stripe#743)

v1.7.2

Toggle v1.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix lint (stripe#741)

* fix lint

* Revert "fix lint"

This reverts commit 889a8f4.

* fix lint without updating packages

v1.7.1

Toggle v1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add subscription_schedules to idsMap for stripe get <id> (stripe#738)

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
dynamically deserialize request log event payload `request` field (st…

…ripe#705)

* dynamically deserialize event payload request data

* rewind redundant rpc proto autogens

* address feedback

v1.6.4

Toggle v1.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Change references in a test that refers to a Stripe Sample that will …

…be archived soon

This commit changes references in the samples_test.go from https://github.com/stripe-samples/adding-sales-tax to https://github.com/stripe-samples/accept-a-payment as the prior repo will be archived soon.

v1.6.3

Toggle v1.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Send ack messages for RequestLog messages (stripe#688)

* send ack messages for request log too

* tests

* use event id instead of event token

v1.6.2

Toggle v1.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
create WebhookEventAck message type and send it when receiving a webh… (

stripe#680)

* create WebhookEventAck message type and send it when receiving a webhook event

* field name

v1.6.1

Toggle v1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update openapi spec to pick up Identity resources and events (stripe#682

)

* update openapi spec

* run go mod tidy

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implement `stripe daemon` and gRPC server with initial subset of comm…

…ands (stripe#646)

stripe#638 add stripe daemon command, auth, docs generation, CI, and Version method
stripe#647 implement SamplesList method
stripe#648 implement SampleConfigs method
stripe#658 implement SampleCreate method
stripe#655 implement Login and LoginStatus methods
stripe#659 implement TriggersList method
stripe#663 implement Trigger method
stripe#667 implement LogsTail method
stripe#669 implement EventsResend method
stripe#676 implement Listen method
stripe#677 return UNAUTHENTICATED error code for some commands
stripe#678 write debug logs when methods are invoked