|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [1.4.0](https://github.com/blindpaylabs/blindpay-python/compare/v1.3.0...v1.4.0) (2026-04-16) |
| 4 | + |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +* stricter prompt for lint/type checks + auto-fix CI failures on api-sync PRs ([599b5f8](https://github.com/blindpaylabs/blindpay-python/commit/599b5f84ac10102120432b505a669b2175abf934)) |
| 9 | +* sync SDK with API changes ([#22](https://github.com/blindpaylabs/blindpay-python/issues/22)) ([5e47aa8](https://github.com/blindpaylabs/blindpay-python/commit/5e47aa893be53e1fc2347073a265efd1e4c23858)) |
| 10 | +* upgrade to Opus model, additive-only prompt, spec extraction, validation gates ([ab52298](https://github.com/blindpaylabs/blindpay-python/commit/ab52298a1d1482eae48ce07666d95a13a7e0656b)) |
| 11 | + |
| 12 | + |
| 13 | +### Bug Fixes |
| 14 | + |
| 15 | +* add id-token: write permission for claude-code-action ([80ba72f](https://github.com/blindpaylabs/blindpay-python/commit/80ba72f6cc9901e224ebcaa6883ead0fa2e0c765)) |
| 16 | +* allow bash/file tools and skip PR when no changes ([d8580c6](https://github.com/blindpaylabs/blindpay-python/commit/d8580c674ec1be8f3e88bc05e1edb744757273c3)) |
| 17 | +* exclude workflow files from api-sync commits ([5c2efeb](https://github.com/blindpaylabs/blindpay-python/commit/5c2efebac06dc389dd64a741c704ccf6b0a4dd48)) |
| 18 | +* fetch openapi.json from raw URL instead of artifact download ([048ebe3](https://github.com/blindpaylabs/blindpay-python/commit/048ebe3565bd1fafb6b266745a9bcd433337e021)) |
| 19 | +* improve prompt to implement all endpoints for affected resources ([cc6f947](https://github.com/blindpaylabs/blindpay-python/commit/cc6f9470a31c71101fd7085fbb06b6df3f431acc)) |
| 20 | +* read openapi spec from api-sync-data branch (no cross-repo auth) ([7dc51af](https://github.com/blindpaylabs/blindpay-python/commit/7dc51af4268275a529228697b604147c4e8b82f1)) |
| 21 | +* remove invalid model input from claude-code-action ([625cc91](https://github.com/blindpaylabs/blindpay-python/commit/625cc91255aa2637f42cb7536d69ecd8a0ae0008)) |
| 22 | +* remove needs-review label that may not exist ([255b4c9](https://github.com/blindpaylabs/blindpay-python/commit/255b4c928c4b5e112a7b5e369d3aa7a37a901df0)) |
| 23 | +* restore git remote auth before push ([8f2805a](https://github.com/blindpaylabs/blindpay-python/commit/8f2805a12dcf00e2b5fe343b0fdc6b07680940fe)) |
| 24 | +* use claude_code_oauth_token instead of anthropic_api_key ([23d0512](https://github.com/blindpaylabs/blindpay-python/commit/23d0512050f61e48e5f1a7e96e7bce2ec6004a67)) |
| 25 | +* use gh api with PAT to fetch openapi.json from private repo ([927d263](https://github.com/blindpaylabs/blindpay-python/commit/927d2633df52a2a086d8b4990e11e59d25c13a2d)) |
| 26 | +* use PAT for push and PR to trigger CI workflows ([40a773b](https://github.com/blindpaylabs/blindpay-python/commit/40a773baee41c3ad58d066e25950d8ddbd64d842)) |
| 27 | + |
3 | 28 | ## [1.2.0](https://github.com/blindpaylabs/blindpay-python/compare/v1.1.0...v1.2.0) (2025-11-12) |
4 | 29 |
|
5 | 30 |
|
|
0 commit comments