store
store copied to clipboard
Bump stripity_stripe from 2.17.3 to 3.1.1
Bumps stripity_stripe from 2.17.3 to 3.1.1.
Release notes
Sourced from stripity_stripe's releases.
v3.1.1
What's Changed
- Implement object_name_to_module so it will work for new objects in future by
@sb8244
in beam-community/stripity-stripe#792Full Changelog: https://github.com/beam-community/stripity-stripe/compare/v3.1.0...v3.1.1
v3.1.0
What's Changed
- Use conn token from read_body result by
@alisinabh
in beam-community/stripity-stripe#821New Contributors
@alisinabh
made their first contribution in beam-community/stripity-stripe#821Full Changelog: https://github.com/beam-community/stripity-stripe/compare/v3.0.0...v3.1.0
v3.0.0
What's Changed
- Add
adjustable_quantity
toline_item_data
for Checkout Sessions by@aj-foster
in beam-community/stripity-stripe#761- stripity-stripe => stripe-elixir by
@snewcomer
in beam-community/stripity-stripe#765- Add Stripe OpenAPI codegen github action by
@snewcomer
in beam-community/stripity-stripe#771- Allow nil for authorization in Issuing.Transaction by
@jfpedroza
in beam-community/stripity-stripe#764- Extend
Stripe.Invoice.t()
withfrom_invoice
to allow to track invoice revisions by@tristantreb
in beam-community/stripity-stripe#770- Update deps by
@snewcomer
in beam-community/stripity-stripe#772- Revert stripity-stripe => stripe-elixir by
@snewcomer
in beam-community/stripity-stripe#774- Open API build by
@snewcomer
in beam-community/stripity-stripe#776- Bump stripe-mock by
@snewcomer
in beam-community/stripity-stripe#779- Cleanup README by
@snewcomer
in beam-community/stripity-stripe#783- Updated README instructions for starting stripe mock by
@nkezhaya
in beam-community/stripity-stripe#785- Fix source code links in documentation by
@skbolton
in beam-community/stripity-stripe#789- Add codeowners by
@doomspork
in beam-community/stripity-stripe#795- Add manual cast of object name for BillingPortal.Configuration by
@sb8244
in beam-community/stripity-stripe#791- Make sure code is loaded before checking function_exported?, or it will be false by
@sb8244
in beam-community/stripity-stripe#794- chore: update ex_doc deps by
@yordis
in beam-community/stripity-stripe#796- chore: add deploy workflow by
@yordis
in beam-community/stripity-stripe#799- fix: compiling without plug deps by
@yordis
in beam-community/stripity-stripe#798- improve docs by
@yordis
in beam-community/stripity-stripe#801- Add task for codegen by
@maartenvanvliet
in beam-community/stripity-stripe#806- Telemetry by
@gsychev
in beam-community/stripity-stripe#809- Fix TestClock Module Name by
@PJUllrich
in beam-community/stripity-stripe#812- Add
:idempotency_key_in_use
as a validcard_error_code
by@aej
in beam-community/stripity-stripe#813- fix: remove param casting to atom [BREAKING CHANGE] by
@yordis
in beam-community/stripity-stripe#807New Contributors
@tristantreb
made their first contribution in beam-community/stripity-stripe#770@skbolton
made their first contribution in beam-community/stripity-stripe#789@doomspork
made their first contribution in beam-community/stripity-stripe#795@sb8244
made their first contribution in beam-community/stripity-stripe#791@yordis
made their first contribution in beam-community/stripity-stripe#796@gsychev
made their first contribution in beam-community/stripity-stripe#809
... (truncated)
Changelog
Sourced from stripity_stripe's changelog.
v3.1.1
- Implement object_name_to_module so it will work for new objects in future
[#792](https://github.com/code-corps/stripity_stripe/issues/792)
- Update services based on v682 of Stripe OpenApi SDK
ea63a8b
- Update services based on v679 of Stripe OpenApi SDK
0d425fe
- Update services based on v665 of Stripe OpenApi SDK
2b569da
v3.1.0
5 November 2023
- Use conn token from read_body result
[#821](https://github.com/code-corps/stripity_stripe/issues/821)
- Update services based on v634 of Stripe OpenApi SDK
66d8611
- Update services based on v638 of Stripe OpenApi SDK
b670d7b
- Update services based on v604 of Stripe OpenApi SDK
878697f
v3.0.0
4 October 2023
- fix: remove param casting to atom
[#807](https://github.com/code-corps/stripity_stripe/issues/807)
- Add
:idempotency_key_in_use
as a validcard_error_code
[#813](https://github.com/code-corps/stripity_stripe/issues/813)
- Fix TestClock Module Name
[#812](https://github.com/code-corps/stripity_stripe/issues/812)
- Telemetry
[#809](https://github.com/code-corps/stripity_stripe/issues/809)
- Add task for codegen
[#806](https://github.com/code-corps/stripity_stripe/issues/806)
- chore: improve docs
[#801](https://github.com/code-corps/stripity_stripe/issues/801)
- fix: compiling without plug deps
[#798](https://github.com/code-corps/stripity_stripe/issues/798)
- chore: add deploy workflow
[#799](https://github.com/code-corps/stripity_stripe/issues/799)
- chore: update ex_doc deps
[#796](https://github.com/code-corps/stripity_stripe/issues/796)
- Make sure code is loaded before checking function_exported?, or it will be false
[#794](https://github.com/code-corps/stripity_stripe/issues/794)
- Add manual cast of object name for BillingPortal.Configuration
[#791](https://github.com/code-corps/stripity_stripe/issues/791)
- Add codeowners
[#795](https://github.com/code-corps/stripity_stripe/issues/795)
- Fix source code links in documentation
[#789](https://github.com/code-corps/stripity_stripe/issues/789)
- Updated README instructions for starting stripe mock
[#785](https://github.com/code-corps/stripity_stripe/issues/785)
- Cleanup README
[#783](https://github.com/code-corps/stripity_stripe/issues/783)
- Bump stripe-mock
[#779](https://github.com/code-corps/stripity_stripe/issues/779)
- Open API build
[#776](https://github.com/code-corps/stripity_stripe/issues/776)
- Revert stripity-stripe => stripe-elixir
[#774](https://github.com/code-corps/stripity_stripe/issues/774)
- Update deps
[#772](https://github.com/code-corps/stripity_stripe/issues/772)
- Extend
Stripe.Invoice.t()
withfrom_invoice
[#770](https://github.com/code-corps/stripity_stripe/issues/770)
- Allow nil for authorization in Issuing.Transaction
[#764](https://github.com/code-corps/stripity_stripe/issues/764)
- Add Stripe OpenAPI codegen github action
[#771](https://github.com/code-corps/stripity_stripe/issues/771)
- stripity-stripe => stripe-elixir
[#765](https://github.com/code-corps/stripity_stripe/issues/765)
- Add adjustable_quantity to line item input
[#761](https://github.com/code-corps/stripity_stripe/issues/761)
- Add manual cast of object name for BillingPortal.Configuration (#791)
[#790](https://github.com/code-corps/stripity_stripe/issues/790)
- Cleanup README (#783)
[#780](https://github.com/code-corps/stripity_stripe/issues/780)
- Update services based on v218 of Stripe OpenApi SDK
88c1a14
- Update services based on v532 of Stripe OpenApi SDK
3c7b660
- Update services based on v550 of Stripe OpenApi SDK
0176e27
... (truncated)
Commits
- See full diff in compare view
You can trigger a rebase of this PR 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
@dependabot rebase
Superseded by #366.