Release notes
*Sourced from [stripe's releases](https://github.com/stripe/stripe-node/releases).*
> ## stripe-node v7.10.0
> * [#699](https://github-redirect.dependabot.com/stripe/stripe-node/pull/699) Add request-specific fields from raw error to top level error
>
> See [the changelog for more details](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md).
>
> ## stripe-node v7.9.1
> - [#692](https://github-redirect.dependabot.com/stripe/stripe-node/pull/692) Retry based on `Stripe-Should-Retry` and `Retry-After` headers
>
> See [the changelog for more details](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md).
>
> ## stripe-node v7.9.0
> * [#691](https://github-redirect.dependabot.com/stripe/stripe-node/pull/691) GET and DELETE requests data: body->queryParams
> * [#684](https://github-redirect.dependabot.com/stripe/stripe-node/pull/684) Bump eslint-utils from 1.3.1 to 1.4.2
>
> See [the changelog for more details](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md).
>
> ## stripe-node v7.8.0
> * [#678](https://github-redirect.dependabot.com/stripe/stripe-node/pull/678) Add `subscriptionItems.createUsageRecord()` method
>
> See [the changelog for more details](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md).
>
> ## stripe-node v7.7.0
> - [#675](https://github-redirect.dependabot.com/stripe/stripe-node/pull/675) Remove subscription schedule revisions
> - This is technically a breaking change. We've chosen to release it as a minor vesion bump because the associated API is unused.
>
> See [the changelog for more details](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md).
>
> ## stripe-node v7.6.2
> - [#674](https://github-redirect.dependabot.com/stripe/stripe-node/pull/674) Refactor requestDataProcessor for File out into its own file
>
> See [the changelog for more details](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md).
>
> ## stripe-node v7.6.1
> - [#673](https://github-redirect.dependabot.com/stripe/stripe-node/pull/673) Add request start and end time to request and response events
>
> See [the changelog for more details](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md).
>
> ## stripe-node v7.6.0
> - [#661](https://github-redirect.dependabot.com/stripe/stripe-node/pull/661) Refactor errors to ES6 classes.
> - [#672](https://github-redirect.dependabot.com/stripe/stripe-node/pull/672) Refinements to error ES6 classes.
>
> See [the changelog for more details](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md).
>
> ## stripe-node v7.5.5
> - [#665](https://github-redirect.dependabot.com/stripe/stripe-node/pull/665) Remove `lodash.isplainobject`.
>
> See [the changelog for more details](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md).
>
> ## stripe-node v7.5.4
> - [#671](https://github-redirect.dependabot.com/stripe/stripe-node/pull/671) Include a prefix in generated idempotency keys and remove uuid dependency.
> ... (truncated)
Changelog
*Sourced from [stripe's changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md).*
> ## 7.10.0 - 2019-10-08
> * [#699](https://github-redirect.dependabot.com/stripe/stripe-node/pull/699) Add request-specific fields from raw error to top level error
>
> ## 7.9.1 - 2019-09-17
>
> - [#692](https://github-redirect.dependabot.com/stripe/stripe-node/pull/692) Retry based on `Stripe-Should-Retry` and `Retry-After` headers
>
> ## 7.9.0 - 2019-09-09
>
> - [#691](https://github-redirect.dependabot.com/stripe/stripe-node/pull/691) GET and DELETE requests data: body->queryParams
> - [#684](https://github-redirect.dependabot.com/stripe/stripe-node/pull/684) Bump eslint-utils from 1.3.1 to 1.4.2
>
> ## 7.8.0 - 2019-08-12
>
> - [#678](https://github-redirect.dependabot.com/stripe/stripe-node/pull/678) Add `subscriptionItems.createUsageRecord()` method
>
> ## 7.7.0 - 2019-08-09
>
> - [#675](https://github-redirect.dependabot.com/stripe/stripe-node/pull/675) Remove subscription schedule revisions
> - This is technically a breaking change. We've chosen to release it as a minor vesion bump because the associated API is unused.
>
> ## 7.6.2 - 2019-08-09
>
> - [#674](https://github-redirect.dependabot.com/stripe/stripe-node/pull/674) Refactor requestDataProcessor for File out into its own file
>
> ## 7.6.1 - 2019-08-08
>
> - [#673](https://github-redirect.dependabot.com/stripe/stripe-node/pull/673) Add request start and end time to request and response events
>
> ## 7.6.0 - 2019-08-02
>
> - [#661](https://github-redirect.dependabot.com/stripe/stripe-node/pull/661) Refactor errors to ES6 classes.
> - [#672](https://github-redirect.dependabot.com/stripe/stripe-node/pull/672) Refinements to error ES6 classes.
>
> ## 7.5.5 - 2019-08-02
>
> - [#665](https://github-redirect.dependabot.com/stripe/stripe-node/pull/665) Remove `lodash.isplainobject`.
>
> ## 7.5.4 - 2019-08-01
>
> - [#671](https://github-redirect.dependabot.com/stripe/stripe-node/pull/671) Include a prefix in generated idempotency keys and remove uuid dependency.
>
> ## 7.5.3 - 2019-07-31
>
> - [#667](https://github-redirect.dependabot.com/stripe/stripe-node/pull/667) Refactor request headers, allowing any header to be overridden.
>
> ## 7.5.2 - 2019-07-30
>
> - [#664](https://github-redirect.dependabot.com/stripe/stripe-node/pull/664) Expose and use `once`
>
> ... (truncated)
Commits
- [`5cb8374`](https://github.com/stripe/stripe-node/commit/5cb8374f7d6e5e5fe5c749e30a2568c9811fb517) Bump version to 7.10.0
- [`f1b2149`](https://github.com/stripe/stripe-node/commit/f1b2149bc8edafbe14393ae11b4b8f419fdc76e4) Merge pull request [#699](https://github-redirect.dependabot.com/stripe/stripe-node/issues/699) from stripe/richardm-more-fields-raw-error
- [`81521f0`](https://github.com/stripe/stripe-node/commit/81521f0c055d8afdff093f9a612c9b5a2aa67f4b) better test case
- [`86f26e4`](https://github.com/stripe/stripe-node/commit/86f26e404330c294868776c9984fa6fa5179e012) Fix bug and add test
- [`04c514f`](https://github.com/stripe/stripe-node/commit/04c514ffef079edbb345e4e7985ba074c6783a93) Add request-specific fields from raw error to top level error
- [`bc3b1ae`](https://github.com/stripe/stripe-node/commit/bc3b1ae53f1513ce3c20ae23d1baa4798d492e80) Bump version to 7.9.1
- [`243c7b1`](https://github.com/stripe/stripe-node/commit/243c7b19adb576632bf82cc1720cdb3d424245de) Retry based on `Stripe-Should-Retry` and `Retry-After` headers ([#692](https://github-redirect.dependabot.com/stripe/stripe-node/issues/692))
- [`0d5fe64`](https://github.com/stripe/stripe-node/commit/0d5fe6477463d5de58419c3ad4af564247d8b4ef) Bump version to 7.9.0
- [`ba9e023`](https://github.com/stripe/stripe-node/commit/ba9e023a6376ada998d6a685946bc3b6f9cb459f) Merge pull request [#691](https://github-redirect.dependabot.com/stripe/stripe-node/issues/691) from stripe/richardm-data-in-queryparams
- [`7b6ed2c`](https://github.com/stripe/stripe-node/commit/7b6ed2cf2bed70b1a6ace5c8a4b9ab56cb4dbc13) Bail on bail
- Additional commits viewable in [compare view](https://github.com/stripe/stripe-node/compare/v4.25.0...v7.10.0)
Maintainer changes
This version was pushed to npm by [richardm-stripe](https://www.npmjs.com/~richardm-stripe), a new releaser for stripe since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps stripe from 4.25.0 to 7.10.0.
Release notes
*Sourced from [stripe's releases](https://github.com/stripe/stripe-node/releases).* > ## stripe-node v7.10.0 > * [#699](https://github-redirect.dependabot.com/stripe/stripe-node/pull/699) Add request-specific fields from raw error to top level error > > See [the changelog for more details](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md). > > ## stripe-node v7.9.1 > - [#692](https://github-redirect.dependabot.com/stripe/stripe-node/pull/692) Retry based on `Stripe-Should-Retry` and `Retry-After` headers > > See [the changelog for more details](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md). > > ## stripe-node v7.9.0 > * [#691](https://github-redirect.dependabot.com/stripe/stripe-node/pull/691) GET and DELETE requests data: body->queryParams > * [#684](https://github-redirect.dependabot.com/stripe/stripe-node/pull/684) Bump eslint-utils from 1.3.1 to 1.4.2 > > See [the changelog for more details](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md). > > ## stripe-node v7.8.0 > * [#678](https://github-redirect.dependabot.com/stripe/stripe-node/pull/678) Add `subscriptionItems.createUsageRecord()` method > > See [the changelog for more details](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md). > > ## stripe-node v7.7.0 > - [#675](https://github-redirect.dependabot.com/stripe/stripe-node/pull/675) Remove subscription schedule revisions > - This is technically a breaking change. We've chosen to release it as a minor vesion bump because the associated API is unused. > > See [the changelog for more details](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md). > > ## stripe-node v7.6.2 > - [#674](https://github-redirect.dependabot.com/stripe/stripe-node/pull/674) Refactor requestDataProcessor for File out into its own file > > See [the changelog for more details](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md). > > ## stripe-node v7.6.1 > - [#673](https://github-redirect.dependabot.com/stripe/stripe-node/pull/673) Add request start and end time to request and response events > > See [the changelog for more details](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md). > > ## stripe-node v7.6.0 > - [#661](https://github-redirect.dependabot.com/stripe/stripe-node/pull/661) Refactor errors to ES6 classes. > - [#672](https://github-redirect.dependabot.com/stripe/stripe-node/pull/672) Refinements to error ES6 classes. > > See [the changelog for more details](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md). > > ## stripe-node v7.5.5 > - [#665](https://github-redirect.dependabot.com/stripe/stripe-node/pull/665) Remove `lodash.isplainobject`. > > See [the changelog for more details](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md). > > ## stripe-node v7.5.4 > - [#671](https://github-redirect.dependabot.com/stripe/stripe-node/pull/671) Include a prefix in generated idempotency keys and remove uuid dependency. > ... (truncated)Changelog
*Sourced from [stripe's changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md).* > ## 7.10.0 - 2019-10-08 > * [#699](https://github-redirect.dependabot.com/stripe/stripe-node/pull/699) Add request-specific fields from raw error to top level error > > ## 7.9.1 - 2019-09-17 > > - [#692](https://github-redirect.dependabot.com/stripe/stripe-node/pull/692) Retry based on `Stripe-Should-Retry` and `Retry-After` headers > > ## 7.9.0 - 2019-09-09 > > - [#691](https://github-redirect.dependabot.com/stripe/stripe-node/pull/691) GET and DELETE requests data: body->queryParams > - [#684](https://github-redirect.dependabot.com/stripe/stripe-node/pull/684) Bump eslint-utils from 1.3.1 to 1.4.2 > > ## 7.8.0 - 2019-08-12 > > - [#678](https://github-redirect.dependabot.com/stripe/stripe-node/pull/678) Add `subscriptionItems.createUsageRecord()` method > > ## 7.7.0 - 2019-08-09 > > - [#675](https://github-redirect.dependabot.com/stripe/stripe-node/pull/675) Remove subscription schedule revisions > - This is technically a breaking change. We've chosen to release it as a minor vesion bump because the associated API is unused. > > ## 7.6.2 - 2019-08-09 > > - [#674](https://github-redirect.dependabot.com/stripe/stripe-node/pull/674) Refactor requestDataProcessor for File out into its own file > > ## 7.6.1 - 2019-08-08 > > - [#673](https://github-redirect.dependabot.com/stripe/stripe-node/pull/673) Add request start and end time to request and response events > > ## 7.6.0 - 2019-08-02 > > - [#661](https://github-redirect.dependabot.com/stripe/stripe-node/pull/661) Refactor errors to ES6 classes. > - [#672](https://github-redirect.dependabot.com/stripe/stripe-node/pull/672) Refinements to error ES6 classes. > > ## 7.5.5 - 2019-08-02 > > - [#665](https://github-redirect.dependabot.com/stripe/stripe-node/pull/665) Remove `lodash.isplainobject`. > > ## 7.5.4 - 2019-08-01 > > - [#671](https://github-redirect.dependabot.com/stripe/stripe-node/pull/671) Include a prefix in generated idempotency keys and remove uuid dependency. > > ## 7.5.3 - 2019-07-31 > > - [#667](https://github-redirect.dependabot.com/stripe/stripe-node/pull/667) Refactor request headers, allowing any header to be overridden. > > ## 7.5.2 - 2019-07-30 > > - [#664](https://github-redirect.dependabot.com/stripe/stripe-node/pull/664) Expose and use `once` > > ... (truncated)Commits
- [`5cb8374`](https://github.com/stripe/stripe-node/commit/5cb8374f7d6e5e5fe5c749e30a2568c9811fb517) Bump version to 7.10.0 - [`f1b2149`](https://github.com/stripe/stripe-node/commit/f1b2149bc8edafbe14393ae11b4b8f419fdc76e4) Merge pull request [#699](https://github-redirect.dependabot.com/stripe/stripe-node/issues/699) from stripe/richardm-more-fields-raw-error - [`81521f0`](https://github.com/stripe/stripe-node/commit/81521f0c055d8afdff093f9a612c9b5a2aa67f4b) better test case - [`86f26e4`](https://github.com/stripe/stripe-node/commit/86f26e404330c294868776c9984fa6fa5179e012) Fix bug and add test - [`04c514f`](https://github.com/stripe/stripe-node/commit/04c514ffef079edbb345e4e7985ba074c6783a93) Add request-specific fields from raw error to top level error - [`bc3b1ae`](https://github.com/stripe/stripe-node/commit/bc3b1ae53f1513ce3c20ae23d1baa4798d492e80) Bump version to 7.9.1 - [`243c7b1`](https://github.com/stripe/stripe-node/commit/243c7b19adb576632bf82cc1720cdb3d424245de) Retry based on `Stripe-Should-Retry` and `Retry-After` headers ([#692](https://github-redirect.dependabot.com/stripe/stripe-node/issues/692)) - [`0d5fe64`](https://github.com/stripe/stripe-node/commit/0d5fe6477463d5de58419c3ad4af564247d8b4ef) Bump version to 7.9.0 - [`ba9e023`](https://github.com/stripe/stripe-node/commit/ba9e023a6376ada998d6a685946bc3b6f9cb459f) Merge pull request [#691](https://github-redirect.dependabot.com/stripe/stripe-node/issues/691) from stripe/richardm-data-in-queryparams - [`7b6ed2c`](https://github.com/stripe/stripe-node/commit/7b6ed2cf2bed70b1a6ace5c8a4b9ab56cb4dbc13) Bail on bail - Additional commits viewable in [compare view](https://github.com/stripe/stripe-node/compare/v4.25.0...v7.10.0)Maintainer changes
This version was pushed to npm by [richardm-stripe](https://www.npmjs.com/~richardm-stripe), a new releaser for stripe since your current version.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)