|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.2.0 (2026-05-12) |
| 4 | + |
| 5 | +Full Changelog: [v0.1.0...v0.2.0](https://github.com/stainless-commons/stripe-python/compare/v0.1.0...v0.2.0) |
| 6 | + |
| 7 | +### Features |
| 8 | + |
| 9 | +* **internal:** implement indices array format for query and form serialization ([17ab3f3](https://github.com/stainless-commons/stripe-python/commit/17ab3f3c1d2dadb6f357a9e61df025bd4ee0129a)) |
| 10 | + |
| 11 | + |
| 12 | +### Bug Fixes |
| 13 | + |
| 14 | +* **client:** preserve hardcoded query params when merging with user params ([fb89f44](https://github.com/stainless-commons/stripe-python/commit/fb89f44fe38a01b3fd386ea71c2db9b26a5963dc)) |
| 15 | +* **deps:** bump minimum typing-extensions version ([a345ecd](https://github.com/stainless-commons/stripe-python/commit/a345ecd2ac41ef6d61458b205ed98319a524f0c8)) |
| 16 | +* ensure file data are only sent as 1 parameter ([9099ed6](https://github.com/stainless-commons/stripe-python/commit/9099ed6e7425449bf0e0579f53b6ea141787d3f2)) |
| 17 | +* **pydantic:** do not pass `by_alias` unless set ([0449b45](https://github.com/stainless-commons/stripe-python/commit/0449b453ecc7f71d93c2e027a20d452ad3ab7c87)) |
| 18 | +* sanitize endpoint path params ([35bfff2](https://github.com/stainless-commons/stripe-python/commit/35bfff2629faeada215bcd5ec87892295d9ee500)) |
| 19 | +* use correct format for nested and array query params ([aed61b7](https://github.com/stainless-commons/stripe-python/commit/aed61b71afd19864976d3202e6d2b48cadae2ee8)) |
| 20 | + |
| 21 | + |
| 22 | +### Chores |
| 23 | + |
| 24 | +* bump @stdy/cli to 0.15.3 ([3847ce1](https://github.com/stainless-commons/stripe-python/commit/3847ce1c5966a6ec456b3c831c7b275f37c17b34)) |
| 25 | +* **ci:** bump uv version ([e3f69aa](https://github.com/stainless-commons/stripe-python/commit/e3f69aac9b1c86932148e536fff17919224e4b3d)) |
| 26 | +* **ci:** skip lint on metadata-only changes ([d93c7cf](https://github.com/stainless-commons/stripe-python/commit/d93c7cffbc6b2219bd7daefe997c900fea976fdc)) |
| 27 | +* **ci:** skip uploading artifacts on stainless-internal branches ([3cd3725](https://github.com/stainless-commons/stripe-python/commit/3cd37254e2c8d4f81525c91263b6d76ce234250a)) |
| 28 | +* format all `api.md` files ([c48c11d](https://github.com/stainless-commons/stripe-python/commit/c48c11d7ded34e0caebe970203291c68ba9552fb)) |
| 29 | +* **internal:** add request options to SSE classes ([fa41519](https://github.com/stainless-commons/stripe-python/commit/fa41519a4d2313962ac322d782d1f70265b6d0ba)) |
| 30 | +* **internal:** bump mock server version ([44e6bfb](https://github.com/stainless-commons/stripe-python/commit/44e6bfb11bb60d74b96418f93dad036d5e286d71)) |
| 31 | +* **internal:** codegen related update ([25caceb](https://github.com/stainless-commons/stripe-python/commit/25caceb60320734674a5a333109d427eb0b9fec9)) |
| 32 | +* **internal:** codegen related update ([a665c40](https://github.com/stainless-commons/stripe-python/commit/a665c40437d9b383bd5c015f675153c5b876517e)) |
| 33 | +* **internal:** codegen related update ([7d3763e](https://github.com/stainless-commons/stripe-python/commit/7d3763eadb0a7fb5e58371592ebade2472ba8c3a)) |
| 34 | +* **internal:** codegen related update ([32491ca](https://github.com/stainless-commons/stripe-python/commit/32491ca9d2543d11b3dc90c0904cab9ab77cc462)) |
| 35 | +* **internal:** codegen related update ([65ba06e](https://github.com/stainless-commons/stripe-python/commit/65ba06e655539c6bf8d41449fc8516417848ba97)) |
| 36 | +* **internal:** codegen related update ([17b695e](https://github.com/stainless-commons/stripe-python/commit/17b695ecd0532acd0e19af3ee266ce3514a34a82)) |
| 37 | +* **internal:** codegen related update ([80e4496](https://github.com/stainless-commons/stripe-python/commit/80e449622d08e15eaba286c60f12955ff49cb051)) |
| 38 | +* **internal:** make `test_proxy_environment_variables` more resilient ([09dfc73](https://github.com/stainless-commons/stripe-python/commit/09dfc739821286e53d3faef95946384e7de6ed7a)) |
| 39 | +* **internal:** make `test_proxy_environment_variables` more resilient to env ([ee9ae9e](https://github.com/stainless-commons/stripe-python/commit/ee9ae9efd7b7596ed7e9ff7345058fc55df2b9f0)) |
| 40 | +* **internal:** refactor authentication internals ([50a4731](https://github.com/stainless-commons/stripe-python/commit/50a4731ff1da1cf30e789e081d3c0d7cafd977a1)) |
| 41 | +* **internal:** tweak CI branches ([0aafb30](https://github.com/stainless-commons/stripe-python/commit/0aafb30d64e513a37c14551533fabf353026ed13)) |
| 42 | +* **internal:** update gitignore ([468b5ec](https://github.com/stainless-commons/stripe-python/commit/468b5ec187aea033e4b993334e6a58d4004ea2c9)) |
| 43 | +* **test:** do not count install time for mock server timeout ([73fc33b](https://github.com/stainless-commons/stripe-python/commit/73fc33bf6ba7759a4bf5b8ce672f4866d744f628)) |
| 44 | +* **test:** enable generated tests ([81c8402](https://github.com/stainless-commons/stripe-python/commit/81c84023ed762036e97a88e85684cc5fa25d1adf)) |
| 45 | +* **tests:** bump @stdy/cli to 0.16.1 ([1b8ece0](https://github.com/stainless-commons/stripe-python/commit/1b8ece00e53ee181f69119e1925c24afc2319428)) |
| 46 | +* **tests:** bump mock server version ([e306ac0](https://github.com/stainless-commons/stripe-python/commit/e306ac08b2eb0d0385aa5d26c6b540a1988382eb)) |
| 47 | +* **tests:** bump steady to v0.19.4 ([5411b66](https://github.com/stainless-commons/stripe-python/commit/5411b66e3ecf143da5fd0d2280bb35a07b192585)) |
| 48 | +* **tests:** bump steady to v0.19.5 ([f2d5d32](https://github.com/stainless-commons/stripe-python/commit/f2d5d329055049db5a46643a3d531e210b69028a)) |
| 49 | +* **tests:** bump steady to v0.19.6 ([fee581f](https://github.com/stainless-commons/stripe-python/commit/fee581fddb74d78b5dc980cd98037291b1a1368b)) |
| 50 | +* **tests:** bump steady to v0.19.7 ([24b91ef](https://github.com/stainless-commons/stripe-python/commit/24b91efc0b1d6fc51c673701a09a8e80dfb57590)) |
| 51 | +* **tests:** bump steady to v0.20.1 ([2cdebcb](https://github.com/stainless-commons/stripe-python/commit/2cdebcb70d3b9e880766370c8f140bf5b615a4b4)) |
| 52 | +* **tests:** bump steady to v0.20.2 ([c62b77b](https://github.com/stainless-commons/stripe-python/commit/c62b77b128486421f209a4d36cd376a363224960)) |
| 53 | +* update mock server docs ([bcd2711](https://github.com/stainless-commons/stripe-python/commit/bcd27117fb081aa59df24e034678c8dea078259b)) |
| 54 | + |
| 55 | + |
| 56 | +### Documentation |
| 57 | + |
| 58 | +* improve examples ([eed185a](https://github.com/stainless-commons/stripe-python/commit/eed185a397e3447a11bdbb420aeacd04f7852b46)) |
| 59 | + |
3 | 60 | ## 0.1.0 (2026-02-12) |
4 | 61 |
|
5 | 62 | Full Changelog: [v0.0.1...v0.1.0](https://github.com/stainless-commons/stripe-python/compare/v0.0.1...v0.1.0) |
|
0 commit comments