Releases: hasura/ndc-stripe
Releases · hasura/ndc-stripe
v0.4.0
What's Changed
- Upgrade ndc-http@v0.10.0.
- Update Stripe OpenAPI specs v1617. This is the latest schema of the Acacia version. The future OpenAPI spec versions will have breaking changes.
- Add the
STRIPE_STRINGIFY_JSONenvironment variable to treat JSON scalars as JSON strings. This setting is disabled by default. In most use cases, you don't need to enable it except if you want the schema compatible with PromptQL.
Full Changelog: v0.3.0...v0.4.0
v0.3.0
v0.2.3
v0.2.2
What's Changed
- Upgrade OpenAPI spec v1178 and ndc-rest v0.2.2 by @hgiasac in #6
Full Changelog: v0.2.1...v0.2.2
v0.2.1
v0.2.0
Behavior changes
anyOftypes can be converted to explicit object types instead of arbitrary JSON.- Request arguments of
application/x-www-form-urlencodedbody are moved tobodyobject.
What's Changed
Full Changelog: v0.1.2...v0.2.0
v0.1.2
What's Changed
Full Changelog: v0.1.1...v0.1.2
v0.1.1
v0.1.0
NDC Stripe
Stripe connector provides instant queries and mutations to request Stripe API resources.
This connector is built using the NDC Rest with Stripe's OpenAPI Specification.
New Contributors
Full Changelog: https://github.com/hasura/ndc-stripe/commits/v0.1.0