Update stripe to the latest version 🚀
Version 5.0.0 of stripe just got published.
| Dependency | stripe |
|---|---|
| Current Version | 4.25.0 |
| Type | dependency |
The version 5.0.0 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of stripe. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Commits
The new version differs by 5 commits.
2e00905Bump version to 5.0.00ef7215Merge pull request #382 from stripe/ob-drop-node-0.x5e9727dDrop support for Node < 46bf3a76Merge pull request #380 from stripe/ob-npmrcbf7f2d9Prevent package-lock.json files from being created
See the full diff
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot :palm_tree:
Version 5.1.0 just got published.
Update to this version instead 🚀
Commits
The new version differs by 20 commits.
20f4a1eBump version to 5.1.0708efe3Merge pull request #306 from stripe/jlomas-options-in-data4ec6955Switch from throwing to console.warn()ing on options in argsf1a65efThrow an error if options are provided inside the data argumenta5d4f12Merge pull request #392 from mantoni/patch-1fca14dfMinimum requirement is Node 4a738222Merge pull request #389 from stripe/ob-use-safe-buffer483cce9Use safe-buffer package4a71243Merge pull request #387 from stripe/ob-test-node-4.0.07abdb89Merge pull request #388 from stripe/ob-minor-fixes6cd70d3Start testing Node 4.0.010f6d73Remove unary ++ operators47e5b6bRemove unnecessary semicolons37ae6fbRemove unused variables467f05dMerge pull request #384 from stripe/ob-bump-deps
There are 20 commits in total.
See the full diff
Version 5.1.1 just got published.
Version 5.2.0 just got published.
Update to this version instead 🚀
Release Notes
stripe-node v5.2.0- #404 Support for listing source transactions
Commits
The new version differs by 13 commits.
9e1d36aBump version to 5.2.0f6a7f15Merge pull request #404 from stripe/ob-source-transactions7553899Add support for listing source_transactions9c3f320Merge pull request #400 from stripe/brandur-reformat-changelog9ea8035Reformat the changelog for uniformitya22a89cMerge pull request #383 from stripe/ob-eslint4024c76Use ESLint instead of jscs620fcdcMerge pull request #398 from stripe/jlomas-linkify-changelogd17dfc4Linkify changelog0aab73dMerge pull request #397 from stripe/brandur-remove-old-changelog4381acfRemove old CHANGELOGd977572Merge pull request #395 from stripe/jlomas-signature-warningab7968dMore explicitly call out thatconstructEventneeds the raw body
See the full diff
Version 5.3.0 just got published.
Update to this version instead 🚀
Release Notes
stripe-node v5.3.0- #405 Support for exchange rates APIs
Version 5.4.0 just got published.
Update to this version instead 🚀
Release Notes
stripe-node v5.4.0- #412 Add
StripeIdempotencyErrortype for new kind of stripe error
Version 5.5.0 just got published.
Update to this version instead 🚀
Commits
The new version differs by 13 commits.
33632e6Bump version to 5.5.096f6dd6Merge pull request #425 from stripe/jkakar/topup-client60368f8Merge pull request #428 from stripe/remi-remove-3ds-test9825266Remove old 3DS test to ensure test suite keep working4d8b9cbAdd support for topup resource.dc667cfMerge pull request #426 from stripe/brandur-fix-plans0c1973dUpdate subscriptions tests to pass with new API changesab9fbfbMerge pull request #417 from stripe/ob-coverallsaed1355Merge pull request #416 from stripe/ob-travis-node-9f1e4170Add support for coveralls.iod46ad92Start testing Node 9a845439Merge pull request #415 from mikermcneil/patch-1afb90f2Update docs to take advantage of Node 8'sawait
See the full diff
Version 5.6.0 just got published.
Update to this version instead 🚀
Release Notes
stripe-node v5.6.0- #439 Drop Bluebird dependency and use native ES6 promises
Version 5.6.1 just got published.
Update to this version instead 🚀
Release Notes
stripe-node v5.6.1- #437 Fix error message when passing invalid parameters to some API methods
Version 5.7.0 just got published.
Update to this version instead 🚀
Release Notes
stripe-node v5.7.0- #441 Write directly to a connection that's known to be still open
Version 5.8.0 just got published.
Update to this version instead 🚀
Release Notes
stripe-node v5.8.0- #444 Introduce flexible billing primitives for subscriptions
Commits
The new version differs by 7 commits.
f12c3d6Bump version to 5.8.00fc17d3Merge pull request #444 from stripe/alexander/flexible-billings60296d4flexible and metered billing3c07d85Merge pull request #443 from stripe/ob-eslint-indent835e5edEnable indent linting rulea4f4dbfMerge pull request #442 from kesla/patch-11f8b910Fix indentation in StripeResource.js
See the full diff
Version 5.10.0 just got published.
Update to this version instead 🚀
Release Notes
stripe-node v5.10.0- #459 Export error types on
stripe.errorsso that errors can be matched withinstanceofinstead of comparing the strings generated bytype
Commits
The new version differs by 11 commits.
8b787b8Bump version to 5.10.0edea141Merge pull request #459 from stripe/brandur-typed-error-accessa220f18Export errors to allow typed access to them5b3318aBump version to 5.9.03ef4d6cMerge pull request #456 from stripe/fay/issfrd4068a4Edit tests750a8edPut charge retrieve in listacb67e4Get the list from charge working475a42bEdits0b76b0btypoc53f19eAdd support for v1/issuer_fraud_records endpoint
See the full diff
Version 6.0.0 just got published.
Update to this version instead 🚀
Release Notes
stripe-node v6.0.0- #453 Re-implement usage record's
createso that it correctly passes all arguments (this is a very minor breaking change)
Version 6.1.0 just got published.
Update to this version instead 🚀
Release Notes
stripe-node v6.1.0- #465 Warn when unknown options are passed to functions
Commits
The new version differs by 9 commits.
b24098eBump version to 6.1.0906f781Merge pull request #465 from stripe/jlomas-warn-on-unknown-options7269a3dFix more eslint stuff9477bcbFix eslint stuff, rename function86892eeconsole.warn on unknown optionsa3bb389Merge pull request #463 from stripe/ob-travis-node-10662a829Start testing Node 10 on Travis CIca46b70Merge pull request #462 from stripe/ob-fix-tests4f63d1bUse valid characters when creating plans
See the full diff
Version 6.1.1 just got published.
Update to this version instead 🚀
Release Notes
stripe-node v6.1.1- #469 Add
.npmignoreto create a lighter package (minus examples and tests)
Version 6.2.0 just got published.
Update to this version instead 🚀
Release Notes
stripe-node v6.2.0- #473 Add support for payment intents
Version 6.2.1 just got published.
Update to this version instead 🚀
Release Notes
stripe-node v6.2.1- #475 Fixes array encoding of subscription items for the upcoming invoices endpoint.
Version 6.3.0 just got published.
Update to this version instead 🚀
Release Notes
stripe-node v6.3.0- #471 Add support for streams in file uploads
Commits
The new version differs by 17 commits.
20f714bBump version to 6.3.0d597f14Merge pull request #471 from jjsquillante/masterd963055Tests for synchronous file upload and stream error.a1ebeccHandle and generate stream error within fileUpload.js.aa90cecFlow to callback if method is not a POST.c039eebMerge remote-tracking branch 'upstream/master'5acf777Simplify _request and requestDataProcessor for stream with additional callback.05a84c4Remove unnecessary callback.183d644Add error handler for stream processing.8764b7dUpdate async mocha tests to prevent false positive.f109d07Update promise chain indentation to match Stripe patterns.87328ddAdd back safe-buffer module to utils.27c0121Add safe-buffer module to FileUploads.54a79a6Merge remote-tracking branch 'upstream/master'd99d077Stream support for FileUploads.js. + test.
There are 17 commits in total.
See the full diff
Version 6.4.0 just got published.
Update to this version instead 🚀
Release Notes
stripe-node v6.4.0- #481 Add support for Stripe Issuing
Version 6.5.0 just got published.
Version 6.6.0 just got published.
Update to this version instead 🚀
Release Notes
stripe-node v6.6.0- #483 Add support for file links
Version 6.7.0 just got published.
Update to this version instead 🚀
Release Notes
stripe-node v6.7.0- #485 Add support for
cancelon topups
Version 6.8.0 just got published.
Update to this version instead 🚀
Release Notes
stripe-node v6.8.0- #488 Remove support for
BitcoinReceiverswrite-actions
Commits
The new version differs by 5 commits.
d1c9ea8Bump version to 6.8.0da09a80Merge pull request #488 from stripe/tomer-remove-editable-bitcoin-receiver-actions2c02be6Merge pull request #492 from stripe/ob-fix-testsa71f6c8Fix test suite for latest API version77f3429Remove editable bitcoin receiver actions
See the full diff
Version 6.9.0 just got published.
Update to this version instead 🚀
Release Notes
stripe-node v6.9.0- #493 Add support for reporting resources
Version 6.10.0 just got published.
Update to this version instead 🚀
Release Notes
stripe-node v6.10.0- #491 Add support for usage record summaries
- The
dependencystripe was updated from4.25.0to6.11.0.
Update to this version instead 🚀
Commits
The new version differs by 15 commits.
d1166f9Bump version to 6.11.00e10d1cMerge pull request #496 from stripe/ralex/auto-pagination48c172dAuto-pagination docs wording cleanup7a933e2Remove a const8bcf145callbackifyPromise => callbackifyPromiseWithTimeout533239aAdd docs for Auto-pagination5014a77Put async iterator on the list call itself rather than autoPagingEachf977f6cPR Feedback327fde4Tests check that iteration does not occur after you break3cf98f5Edge cases & tests1dc01d5Improve tests and other cleanupe348088Add autoPagingToArray073a5b7Preliminary implementation of autoPagingEach6ce31cfMove testUtils into a sibling dir434add9Refactor request-making out of StripeMethod
See the full diff
- The
dependencystripe was updated from4.25.0to6.12.1.
Update to this version instead 🚀
Commits
The new version differs by 11 commits.
278b07dBump version to 6.12.1a4e0adeMerge pull request #502 from stripe/ob-fix-tests25b2e5fFix tests5051672Bump version to 6.12.0dada2edMerge pull request #500 from stripe/ob-file-resource372e8e1Merge pull request #498 from stripe/daz-terminal-bindingse74e1dcRenameFileUploadstoFilesc1c917eMerge pull request #499 from stripe/ob-override-host-per-methodd819bbbOverride host per method instead of per resourcecf45626Linting fixes6cc3f2fTerminal Bindings
See the full diff
- The
dependencystripe was updated from4.25.0to6.13.0.
Update to this version instead 🚀
Release Notes for stripe-node v6.13.0
Commits
The new version differs by 11 commits.
a80088dBump version to 6.13.04394309Merge pull request #510 from stripe/remi-add-webhook-endpoint771511fAdd support for the Webhook Endpoint resource50d7feaMerge pull request #507 from stripe/remi-add-person0c491a2Add support for the Person resource9e4ec16Merge pull request #513 from stripe/ralex/typescript-dt-readmee8f4e01Stripe, not StripeNode, for TypeScript8a95ea0Clarify TypeScript usage0ad2de9Merge pull request #512 from stripe/ralex/clarify-autoPagingEach-async-usage029d083Modernize the examples in the README a little bit.7d94079Clarify autoPagingEach async usage
See the full diff
- The
dependencystripe was updated from4.25.0to6.14.0.
Update to this version instead 🚀
Release Notes for stripe-node v6.14.0
- #509 Add support for new
Invoicemethods
Commits
The new version differs by 5 commits.
ed076a2Bump version to 6.14.0bb0d7d5Merge pull request #509 from stripe/remi-add-invoice-methodse521c7aAdd new methods for the Invoice resourcee82286eMerge pull request #516 from stripe/ob-5143e5d414Fix stripeMethod documentation, remove required parameter
See the full diff
- The
dependencystripe was updated from4.25.0to6.15.0.
Update to this version instead 🚀
Release Notes for stripe-node v6.15.0
- #474 Add support for
partner_idinsetAppInfo
- The
dependencystripe was updated from4.25.0to6.15.1.
Update to this version instead 🚀
Release Notes for stripe-node v6.15.1
- #523 Handle
Bufferinstances inWebhook.constructEvent
Commits
The new version differs by 9 commits.
314b17bBump version to 6.15.155ebb45Merge pull request #523 from stripe/ob-webhook-convert-buffere226be5Handle Buffer instances in Webhook.constructEvent324b972Merge pull request #520 from stripe/ob-fix-lgtm-alertseb0e9f4Add missing semicolonse89f296Remove superfluous argumenteca5cf3Merge pull request #519 from avimar/patch-132e4f7echangelog: note as deprecated97b6b93mark change as non-breaking
See the full diff