Open
Conversation
* Fix type bounds on request * Fix formatting issues
Co-authored-by: David Brownman <109395161+xavdid-stripe@users.noreply.github.com>
* Update generated code for v1946 and 2025-09-30.clover * Update generated code for v1949 and 2025-09-30.clover * Update generated code for v1968 and 2025-09-30.clover * Update generated code for v2020 and 2025-09-30.clover * Update generated code for v2021 and 2025-09-30.clover --------- Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Co-authored-by: Ramya Rao <100975018+ramya-stripe@users.noreply.github.com>
Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
* generate event deliveries * tests almost working [skip ci] * Fix tests * rename thinEvent * fix fetchEvent name * fix typo * fix naming and object * update example * update comment * update comment * fix doc
Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
…EventDestination and v2.EventNotification to v2.core, and UnknownEventNotification to stripe.events (#2069) Co-authored-by: Jesse Rosalia <jar@stripe.com>
* clarify what versions of java we support * clarify comment
* Update generated code for v2026 and 2025-09-30.clover * Update generated code for v2026 and 2025-09-30.clover --------- Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Co-authored-by: Ramya Rao <100975018+ramya-stripe@users.noreply.github.com>
Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
* deleted manual PromotionCodeTest * regenerated GeneratedExamples.java
* improve example * update docs
* Update generated code for v2042 and * Update generated code for v2093 and * Update generated code for v2095 and * Update generated code for v2096 and * Update generated code for v2099 and --------- Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
* Update generated code for v2108 and * Update generated code for v2109 and * Update generated code for v2111 and * Update generated code for v2111 and --------- Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
* Update generated code for v2113 and * Update generated code for v2114 and * Update generated code for v2117 and * Update generated code for v2121 and * Update generated code for v2123 and --------- Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Co-authored-by: Ramya Rao <100975018+ramya-stripe@users.noreply.github.com>
* Update generated code for v2123 and * Update generated code for v2124 and --------- Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
* Update v2 array parameter serialization to use indexed format Change array parameter serialization for v2 endpoints to use indexed format (e.g., ?include[0]=foo&include[1]=bar) instead of the repeated parameter format (e.g., ?include=foo&include=bar). This aligns v2 behavior with v1 for consistency. Changes: - Modified FormEncoder.java flattenParamsCollection to always use indexed format - Updated tests to expect indexed format for v2 arrays 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> Committed-By-Agent: claude * Remove references to arraysAsRepeated * Format code * Remove deprecated function * Fix formatting --------- Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Ramya Rao <100975018+ramya-stripe@users.noreply.github.com>
* Add Automatic-Module-Name * Update name to stripe.java
* Add Gson version to Stripe header * Fix formatting issues
* Update generated code for v2134 and * Update generated code for v2137 and * Update generated code for v2140 and --------- Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
Fix code scanning alert about unlimited permissions by applying the principle of least privilege to all workflow jobs. Each job now has only the permissions it actually needs: - Build, test, publish, and compat jobs get contents: read - publish-docs keeps contents: write (needs to push to gh-pages) - rules workflow gets empty permissions (no repo access needed) Committed-By-Agent: claude
* Update generated code for v2151 and * Update generated code for v2152 and --------- Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
* Update generated code for v2154 and * Update generated code for v2158 and * Update generated code for v2158 and * Update generated code for v2159 and * Update generated code for v2160 and --------- Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why?
What?
See Also