prathmesh-stripe
prathmesh-stripe
Seems like `jaro_winkler` is not used anywhere even in dependency tree. I can't seem to bundle install `jaro_winkler:v1.5.4`. Once I upgrade to `1.5.6` it install seamlessly. CI works with `1.5.6`...
Updated changelog to add missing line.
## Changelog * Singleton `retrieve` method now requires `params` to be passed as the first argument. Existing calls to singleton `retrieve` method with only `opts` argument will have to be...
It's been 2 years since a new version was released. Can you release a new version with right tags that can be downloaded from Docker hub.
### Why? We recommend using [StripeClient vs the legacy pattern](https://github.com/stripe/stripe-ruby?tab=readme-ov-file#stripeclient-vs-legacy-pattern). Our code snippets in readme should reflect the same ### What? - Updated all snippets to use StripeClient - Cleaned...
### Why? We are soon releasing v1 namespaces under StripeClient. ### What? Updated all snippets to include the new v1 namespace. ### See Also https://jira.corp.stripe.com/browse/DEVSDK-2506
### Why? In order to keep supporting new version of Python we need to test against them. ### What? Added Python version `3.13` in CI workflow. ### See Also