kano icon indicating copy to clipboard operation
kano copied to clipboard

Update stripe to the latest version 🚀

Open greenkeeper[bot] opened this issue 8 years ago • 132 comments

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.

  • 2e00905 Bump version to 5.0.0
  • 0ef7215 Merge pull request #382 from stripe/ob-drop-node-0.x
  • 5e9727d Drop support for Node < 4
  • 6bf3a76 Merge pull request #380 from stripe/ob-npmrc
  • bf7f2d9 Prevent 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:

greenkeeper[bot] avatar Sep 12 '17 11:09 greenkeeper[bot]

Version 5.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 20 commits.

  • 20f4a1e Bump version to 5.1.0
  • 708efe3 Merge pull request #306 from stripe/jlomas-options-in-data
  • 4ec6955 Switch from throwing to console.warn()ing on options in args
  • f1a65ef Throw an error if options are provided inside the data argument
  • a5d4f12 Merge pull request #392 from mantoni/patch-1
  • fca14df Minimum requirement is Node 4
  • a738222 Merge pull request #389 from stripe/ob-use-safe-buffer
  • 483cce9 Use safe-buffer package
  • 4a71243 Merge pull request #387 from stripe/ob-test-node-4.0.0
  • 7abdb89 Merge pull request #388 from stripe/ob-minor-fixes
  • 6cd70d3 Start testing Node 4.0.0
  • 10f6d73 Remove unary ++ operators
  • 47e5b6b Remove unnecessary semicolons
  • 37ae6fb Remove unused variables
  • 467f05d Merge pull request #384 from stripe/ob-bump-deps

There are 20 commits in total.

See the full diff

greenkeeper[bot] avatar Sep 25 '17 18:09 greenkeeper[bot]

Version 5.1.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 1b32f3b Bump version to 5.1.1
  • 586ed1f Merge pull request #394 from stripe/jlomas-fix-options-warning
  • 26a93b1 Make condition more explicit and update comment
  • 308f29c Fix the comparison for the args/options warnings

See the full diff

greenkeeper[bot] avatar Oct 04 '17 20:10 greenkeeper[bot]

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

See the changelog for more details.

Commits

The new version differs by 13 commits.

  • 9e1d36a Bump version to 5.2.0
  • f6a7f15 Merge pull request #404 from stripe/ob-source-transactions
  • 7553899 Add support for listing source_transactions
  • 9c3f320 Merge pull request #400 from stripe/brandur-reformat-changelog
  • 9ea8035 Reformat the changelog for uniformity
  • a22a89c Merge pull request #383 from stripe/ob-eslint
  • 4024c76 Use ESLint instead of jscs
  • 620fcdc Merge pull request #398 from stripe/jlomas-linkify-changelog
  • d17dfc4 Linkify changelog
  • 0aab73d Merge pull request #397 from stripe/brandur-remove-old-changelog
  • 4381acf Remove old CHANGELOG
  • d977572 Merge pull request #395 from stripe/jlomas-signature-warning
  • ab7968d More explicitly call out that constructEvent needs the raw body

See the full diff

greenkeeper[bot] avatar Oct 26 '17 15:10 greenkeeper[bot]

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

See the changelog for more details.

Commits

The new version differs by 3 commits.

  • a963412 Bump version to 5.3.0
  • a294d87 Merge pull request #405 from stripe/ob-exchange-rates
  • 22490e0 Add ExchangeRates API methods

See the full diff

greenkeeper[bot] avatar Oct 31 '17 16:10 greenkeeper[bot]

Version 5.4.0 just got published.

Update to this version instead 🚀

Release Notes stripe-node v5.4.0
  • #412 Add StripeIdempotencyError type for new kind of stripe error

See the changelog for more details.

Commits

The new version differs by 3 commits.

  • f9b827f Bump version to 5.4.0
  • aa4e13e Merge pull request #412 from embroker/master
  • d107228 added error type StripeIdempotencyError

See the full diff

greenkeeper[bot] avatar Dec 05 '17 19:12 greenkeeper[bot]

Version 5.5.0 just got published.

Update to this version instead 🚀

Release Notes stripe-node v5.5.0
  • #425 Add support for topups

See the changelog for more details.

Commits

The new version differs by 13 commits.

  • 33632e6 Bump version to 5.5.0
  • 96f6dd6 Merge pull request #425 from stripe/jkakar/topup-client
  • 60368f8 Merge pull request #428 from stripe/remi-remove-3ds-test
  • 9825266 Remove old 3DS test to ensure test suite keep working
  • 4d8b9cb Add support for topup resource.
  • dc667cf Merge pull request #426 from stripe/brandur-fix-plans
  • 0c1973d Update subscriptions tests to pass with new API changes
  • ab9fbfb Merge pull request #417 from stripe/ob-coveralls
  • aed1355 Merge pull request #416 from stripe/ob-travis-node-9
  • f1e4170 Add support for coveralls.io
  • d46ad92 Start testing Node 9
  • a845439 Merge pull request #415 from mikermcneil/patch-1
  • afb90f2 Update docs to take advantage of Node 8's await

See the full diff

greenkeeper[bot] avatar Feb 21 '18 19:02 greenkeeper[bot]

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

See the changelog for more details.

Commits

The new version differs by 5 commits.

  • 8e7271b Bump version to 5.6.0
  • c4867cd Merge pull request #439 from stripe/ob-use-native-promises
  • 722a12f Use native promises
  • 7ad2965 Merge pull request #433 from elliotaplant/master
  • 1dc18e9 Add TypeScript usage to README

See the full diff

greenkeeper[bot] avatar Mar 24 '18 15:03 greenkeeper[bot]

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

See the changelog for more details.

Commits

The new version differs by 3 commits.

  • bc8d7be Bump version to 5.6.1
  • 52a896a Merge pull request #437 from reisel/patch-1
  • d90b8ab fix invalid path join

See the full diff

greenkeeper[bot] avatar Mar 25 '18 18:03 greenkeeper[bot]

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

See the changelog for more details.

Commits

The new version differs by 3 commits.

  • 7e87360 Bump version to 5.7.0
  • 38be93a Merge pull request #441 from hygglo/agent-keep-alive-max-sockets-bugfix
  • 3bbffa1 Support custom agent with keepAlive: true & maxSockets set

See the full diff

greenkeeper[bot] avatar Apr 02 '18 19:04 greenkeeper[bot]

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

See the changelog for more details.

Commits

The new version differs by 7 commits.

  • f12c3d6 Bump version to 5.8.0
  • 0fc17d3 Merge pull request #444 from stripe/alexander/flexible-billings
  • 60296d4 flexible and metered billing
  • 3c07d85 Merge pull request #443 from stripe/ob-eslint-indent
  • 835e5ed Enable indent linting rule
  • a4f4dbf Merge pull request #442 from kesla/patch-1
  • 1f8b910 Fix indentation in StripeResource.js

See the full diff

greenkeeper[bot] avatar Apr 05 '18 13:04 greenkeeper[bot]

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.errors so that errors can be matched with instanceof instead of comparing the strings generated by type

See the changelog for more details.

Commits

The new version differs by 11 commits.

  • 8b787b8 Bump version to 5.10.0
  • edea141 Merge pull request #459 from stripe/brandur-typed-error-access
  • a220f18 Export errors to allow typed access to them
  • 5b3318a Bump version to 5.9.0
  • 3ef4d6c Merge pull request #456 from stripe/fay/issfr
  • d4068a4 Edit tests
  • 750a8ed Put charge retrieve in list
  • acb67e4 Get the list from charge working
  • 475a42b Edits
  • 0b76b0b typo
  • c53f19e Add support for v1/issuer_fraud_records endpoint

See the full diff

greenkeeper[bot] avatar May 14 '18 17:05 greenkeeper[bot]

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 create so that it correctly passes all arguments (this is a very minor breaking change)

See the changelog for more details.

Commits

The new version differs by 4 commits.

  • 0a5fcda Bump version to 6.0.0
  • e48b9f7 Merge pull request #453 from stripe/jlomas-fix-usage-records
  • f6abc86 Switch to approach similar to Application Fee Refunds
  • 654c723 Fix UsageRecords so it passes through the rest of the arguments

See the full diff

greenkeeper[bot] avatar May 14 '18 18:05 greenkeeper[bot]

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

See the changelog for more details.

Commits

The new version differs by 9 commits.

  • b24098e Bump version to 6.1.0
  • 906f781 Merge pull request #465 from stripe/jlomas-warn-on-unknown-options
  • 7269a3d Fix more eslint stuff
  • 9477bcb Fix eslint stuff, rename function
  • 86892ee console.warn on unknown options
  • a3bb389 Merge pull request #463 from stripe/ob-travis-node-10
  • 662a829 Start testing Node 10 on Travis CI
  • ca46b70 Merge pull request #462 from stripe/ob-fix-tests
  • 4f63d1b Use valid characters when creating plans

See the full diff

greenkeeper[bot] avatar Jun 02 '18 09:06 greenkeeper[bot]

Version 6.1.1 just got published.

Update to this version instead 🚀

Release Notes stripe-node v6.1.1
  • #469 Add .npmignore to create a lighter package (minus examples and tests)

See the changelog for more details.

Commits

The new version differs by 3 commits.

  • 88055df Bump version to 6.1.1
  • 4225807 Merge pull request #469 from stripe/brandur-npmignore
  • a365fab Add .npmignore to create a leaner package

See the full diff

greenkeeper[bot] avatar Jun 08 '18 00:06 greenkeeper[bot]

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

See the changelog for more details.

Commits

The new version differs by 3 commits.

  • 674a1c9 Bump version to 6.2.0
  • 34113d2 Merge pull request #473 from stripe/remi-add-payment-intent
  • bb96be7 Add support for the PaymentIntent resource

See the full diff

greenkeeper[bot] avatar Jun 28 '18 12:06 greenkeeper[bot]

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.

See the changelog for more details.

Commits

The new version differs by 2 commits.

  • 6d3f58e Bump version to 6.2.1
  • ae049ad Upcoming invoices now have proper integer-index-encoded params when sent in the request body

See the full diff

greenkeeper[bot] avatar Jul 03 '18 20:07 greenkeeper[bot]

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

See the changelog for more details.

Commits

The new version differs by 17 commits.

  • 20f714b Bump version to 6.3.0
  • d597f14 Merge pull request #471 from jjsquillante/master
  • d963055 Tests for synchronous file upload and stream error.
  • a1ebecc Handle and generate stream error within fileUpload.js.
  • aa90cec Flow to callback if method is not a POST.
  • c039eeb Merge remote-tracking branch 'upstream/master'
  • 5acf777 Simplify _request and requestDataProcessor for stream with additional callback.
  • 05a84c4 Remove unnecessary callback.
  • 183d644 Add error handler for stream processing.
  • 8764b7d Update async mocha tests to prevent false positive.
  • f109d07 Update promise chain indentation to match Stripe patterns.
  • 87328dd Add back safe-buffer module to utils.
  • 27c0121 Add safe-buffer module to FileUploads.
  • 54a79a6 Merge remote-tracking branch 'upstream/master'
  • d99d077 Stream support for FileUploads.js. + test.

There are 17 commits in total.

See the full diff

greenkeeper[bot] avatar Jul 18 '18 11:07 greenkeeper[bot]

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

See the changelog for more details.

Commits

The new version differs by 3 commits.

  • e7d6091 Bump version to 6.4.0
  • 2de05a7 Merge pull request #481 from stripe/jlomas-add-issuing-resources
  • 36deea9 Add Issuing API calls, create a 'StripeNamespace' to accommmodate the structure

See the full diff

greenkeeper[bot] avatar Jul 26 '18 18:07 greenkeeper[bot]

Version 6.5.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 3f1efd7 Bump version to 6.5.0
  • 0849875 Merge pull request #482 from stripe/remi-add-sigma-scheduled-query-run
  • d28a1ca Add ScheduledQueryRun resource

See the full diff

greenkeeper[bot] avatar Jul 30 '18 15:07 greenkeeper[bot]

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

See the changelog for more details.

Commits

The new version differs by 3 commits.

  • 3cc6a11 Bump version to 6.6.0
  • 43bfe34 Merge pull request #483 from stripe/remi-add-file-link
  • df44192 Add support for the File Link resource

See the full diff

greenkeeper[bot] avatar Aug 02 '18 23:08 greenkeeper[bot]

Version 6.7.0 just got published.

Update to this version instead 🚀

Release Notes stripe-node v6.7.0
  • #485 Add support for cancel on topups

See the changelog for more details.

Commits

The new version differs by 3 commits.

  • d98587a Bump version to 6.7.0
  • fb1576f Merge pull request #485 from stripe/foresthu-topup-add-cancel-support
  • 4201224 Add cancel support for topups

See the full diff

greenkeeper[bot] avatar Aug 03 '18 17:08 greenkeeper[bot]

Version 6.8.0 just got published.

Update to this version instead 🚀

Release Notes stripe-node v6.8.0
  • #488 Remove support for BitcoinReceivers write-actions

See the changelog for more details.

Commits

The new version differs by 5 commits.

  • d1c9ea8 Bump version to 6.8.0
  • da09a80 Merge pull request #488 from stripe/tomer-remove-editable-bitcoin-receiver-actions
  • 2c02be6 Merge pull request #492 from stripe/ob-fix-tests
  • a71f6c8 Fix test suite for latest API version
  • 77f3429 Remove editable bitcoin receiver actions

See the full diff

greenkeeper[bot] avatar Aug 28 '18 22:08 greenkeeper[bot]

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

See the changelog for more details.

Commits

The new version differs by 3 commits.

  • 935505d Bump version to 6.9.0
  • e34b138 Merge pull request #493 from stripe/remi-add-reporting-resources
  • 2897f0c Add support for the Reporting resources

See the full diff

greenkeeper[bot] avatar Sep 06 '18 00:09 greenkeeper[bot]

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

See the changelog for more details.

Commits

The new version differs by commits.

See the full diff

greenkeeper[bot] avatar Sep 06 '18 00:09 greenkeeper[bot]

  • The dependency stripe was updated from 4.25.0 to 6.11.0.

Update to this version instead 🚀

Release Notes for stripe-node v6.11.0
  • #496 Add auto-pagination

See the changelog for more details.

Commits

The new version differs by 15 commits.

  • d1166f9 Bump version to 6.11.0
  • 0e10d1c Merge pull request #496 from stripe/ralex/auto-pagination
  • 48c172d Auto-pagination docs wording cleanup
  • 7a933e2 Remove a const
  • 8bcf145 callbackifyPromise => callbackifyPromiseWithTimeout
  • 533239a Add docs for Auto-pagination
  • 5014a77 Put async iterator on the list call itself rather than autoPagingEach
  • f977f6c PR Feedback
  • 327fde4 Tests check that iteration does not occur after you break
  • 3cf98f5 Edge cases & tests
  • 1dc01d5 Improve tests and other cleanup
  • e348088 Add autoPagingToArray
  • 073a5b7 Preliminary implementation of autoPagingEach
  • 6ce31cf Move testUtils into a sibling dir
  • 434add9 Refactor request-making out of StripeMethod

See the full diff

greenkeeper[bot] avatar Sep 19 '18 07:09 greenkeeper[bot]

  • The dependency stripe was updated from 4.25.0 to 6.12.1.

Update to this version instead 🚀

Release Notes for stripe-node v6.12.1
  • #502 Fix test suite

See the changelog for more details.

Commits

The new version differs by 11 commits.

  • 278b07d Bump version to 6.12.1
  • a4e0ade Merge pull request #502 from stripe/ob-fix-tests
  • 25b2e5f Fix tests
  • 5051672 Bump version to 6.12.0
  • dada2ed Merge pull request #500 from stripe/ob-file-resource
  • 372e8e1 Merge pull request #498 from stripe/daz-terminal-bindings
  • e74e1dc Rename FileUploads to Files
  • c1c917e Merge pull request #499 from stripe/ob-override-host-per-method
  • d819bbb Override host per method instead of per resource
  • cf45626 Linting fixes
  • 6cc3f2f Terminal Bindings

See the full diff

greenkeeper[bot] avatar Sep 24 '18 18:09 greenkeeper[bot]

  • The dependency stripe was updated from 4.25.0 to 6.13.0.

Update to this version instead 🚀

Release Notes for stripe-node v6.13.0
  • #507 Add support for persons
  • #510 Add support for webhook endpoints

See the changelog for more details.

Commits

The new version differs by 11 commits.

  • a80088d Bump version to 6.13.0
  • 4394309 Merge pull request #510 from stripe/remi-add-webhook-endpoint
  • 771511f Add support for the Webhook Endpoint resource
  • 50d7fea Merge pull request #507 from stripe/remi-add-person
  • 0c491a2 Add support for the Person resource
  • 9e4ec16 Merge pull request #513 from stripe/ralex/typescript-dt-readme
  • e8f4e01 Stripe, not StripeNode, for TypeScript
  • 8a95ea0 Clarify TypeScript usage
  • 0ad2de9 Merge pull request #512 from stripe/ralex/clarify-autoPagingEach-async-usage
  • 029d083 Modernize the examples in the README a little bit.
  • 7d94079 Clarify autoPagingEach async usage

See the full diff

greenkeeper[bot] avatar Oct 30 '18 16:10 greenkeeper[bot]

  • The dependency stripe was updated from 4.25.0 to 6.14.0.

Update to this version instead 🚀

Release Notes for stripe-node v6.14.0
  • #509 Add support for new Invoice methods

See the changelog for more details.

Commits

The new version differs by 5 commits.

  • ed076a2 Bump version to 6.14.0
  • bb0d7d5 Merge pull request #509 from stripe/remi-add-invoice-methods
  • e521c7a Add new methods for the Invoice resource
  • e82286e Merge pull request #516 from stripe/ob-514
  • 3e5d414 Fix stripeMethod documentation, remove required parameter

See the full diff

greenkeeper[bot] avatar Nov 09 '18 09:11 greenkeeper[bot]

  • The dependency stripe was updated from 4.25.0 to 6.15.0.

Update to this version instead 🚀

Release Notes for stripe-node v6.15.0
  • #474 Add support for partner_id in setAppInfo

See the changelog for more details.

Commits

The new version differs by 3 commits.

  • 52b99f5 Bump version to 6.15.0
  • 172e076 Merge pull request #474 from stripe/zwick_partner_id_set_app_info
  • 65de867 Adds support for an optional 'partner_id' parameter in 'setAppInfo'

See the full diff

greenkeeper[bot] avatar Nov 12 '18 14:11 greenkeeper[bot]

  • The dependency stripe was updated from 4.25.0 to 6.15.1.

Update to this version instead 🚀

Release Notes for stripe-node v6.15.1
  • #523 Handle Buffer instances in Webhook.constructEvent

See the changelog for more details.

Commits

The new version differs by 9 commits.

  • 314b17b Bump version to 6.15.1
  • 55ebb45 Merge pull request #523 from stripe/ob-webhook-convert-buffer
  • e226be5 Handle Buffer instances in Webhook.constructEvent
  • 324b972 Merge pull request #520 from stripe/ob-fix-lgtm-alerts
  • eb0e9f4 Add missing semicolons
  • e89f296 Remove superfluous argument
  • eca5cf3 Merge pull request #519 from avimar/patch-1
  • 32e4f7e changelog: note as deprecated
  • 97b6b93 mark change as non-breaking

See the full diff

greenkeeper[bot] avatar Nov 23 '18 18:11 greenkeeper[bot]