|
2 | 2 |
|
3 | 3 | <!-- version list --> |
4 | 4 |
|
| 5 | +## v0.30.0 (2025-11-05) |
| 6 | + |
| 7 | +### Chores |
| 8 | + |
| 9 | +- Clean up trigger file |
| 10 | + ([#121](https://github.com/dougborg/katana-openapi-client/pull/121), |
| 11 | + [`b5346bc`](https://github.com/dougborg/katana-openapi-client/commit/b5346bc0f02164c8cdcb00b5d7dd7797412bcbe4)) |
| 12 | + |
| 13 | +- Trigger push of README badge changes |
| 14 | + ([#121](https://github.com/dougborg/katana-openapi-client/pull/121), |
| 15 | + [`b5346bc`](https://github.com/dougborg/katana-openapi-client/commit/b5346bc0f02164c8cdcb00b5d7dd7797412bcbe4)) |
| 16 | + |
| 17 | +- **infra**: Add Dependabot configuration for GitHub Actions and Docker updates |
| 18 | + ([#119](https://github.com/dougborg/katana-openapi-client/pull/119), |
| 19 | + [`555122b`](https://github.com/dougborg/katana-openapi-client/commit/555122bbbf45675c0aef0acba6c26872c1b4670b)) |
| 20 | + |
| 21 | +- **infra**: Add Dependabot configuration for weekly dependency updates |
| 22 | + ([#119](https://github.com/dougborg/katana-openapi-client/pull/119), |
| 23 | + [`555122b`](https://github.com/dougborg/katana-openapi-client/commit/555122bbbf45675c0aef0acba6c26872c1b4670b)) |
| 24 | + |
| 25 | +- **infra**: Remove Python pip config from Dependabot (uv incompatibility) |
| 26 | + ([#119](https://github.com/dougborg/katana-openapi-client/pull/119), |
| 27 | + [`555122b`](https://github.com/dougborg/katana-openapi-client/commit/555122bbbf45675c0aef0acba6c26872c1b4670b)) |
| 28 | + |
| 29 | +### Continuous Integration |
| 30 | + |
| 31 | +- Add path filters to skip CI for docs-only changes |
| 32 | + ([#123](https://github.com/dougborg/katana-openapi-client/pull/123), |
| 33 | + [`722a6f8`](https://github.com/dougborg/katana-openapi-client/commit/722a6f869df737857261c936990a1f5b76ae5b2a)) |
| 34 | + |
| 35 | +- Add path filters to skip unnecessary CI runs |
| 36 | + ([#123](https://github.com/dougborg/katana-openapi-client/pull/123), |
| 37 | + [`722a6f8`](https://github.com/dougborg/katana-openapi-client/commit/722a6f869df737857261c936990a1f5b76ae5b2a)) |
| 38 | + |
| 39 | +### Documentation |
| 40 | + |
| 41 | +- Add CI, coverage, and docs status badges to README |
| 42 | + ([#121](https://github.com/dougborg/katana-openapi-client/pull/121), |
| 43 | + [`b5346bc`](https://github.com/dougborg/katana-openapi-client/commit/b5346bc0f02164c8cdcb00b5d7dd7797412bcbe4)) |
| 44 | + |
| 45 | +- Add CI, coverage, docs, and security status badges to README |
| 46 | + ([#121](https://github.com/dougborg/katana-openapi-client/pull/121), |
| 47 | + [`b5346bc`](https://github.com/dougborg/katana-openapi-client/commit/b5346bc0f02164c8cdcb00b5d7dd7797412bcbe4)) |
| 48 | + |
| 49 | +- **client**: Fix inline comment to reflect actual priority order |
| 50 | + ([#117](https://github.com/dougborg/katana-openapi-client/pull/117), |
| 51 | + [`509a010`](https://github.com/dougborg/katana-openapi-client/commit/509a010a52d944e7f819d5ce366b00346b9ddf86)) |
| 52 | + |
| 53 | +### Features |
| 54 | + |
| 55 | +- **client**: Add netrc support for API authentication |
| 56 | + ([#117](https://github.com/dougborg/katana-openapi-client/pull/117), |
| 57 | + [`509a010`](https://github.com/dougborg/katana-openapi-client/commit/509a010a52d944e7f819d5ce366b00346b9ddf86)) |
| 58 | + |
| 59 | +- **client**: Add ~/.netrc support for API authentication |
| 60 | + ([#117](https://github.com/dougborg/katana-openapi-client/pull/117), |
| 61 | + [`509a010`](https://github.com/dougborg/katana-openapi-client/commit/509a010a52d944e7f819d5ce366b00346b9ddf86)) |
| 62 | + |
| 63 | +### Refactoring |
| 64 | + |
| 65 | +- **client**: Address code review feedback |
| 66 | + ([#117](https://github.com/dougborg/katana-openapi-client/pull/117), |
| 67 | + [`509a010`](https://github.com/dougborg/katana-openapi-client/commit/509a010a52d944e7f819d5ce366b00346b9ddf86)) |
| 68 | + |
| 69 | +- **client**: Improve hostname extraction robustness and type safety |
| 70 | + ([#117](https://github.com/dougborg/katana-openapi-client/pull/117), |
| 71 | + [`509a010`](https://github.com/dougborg/katana-openapi-client/commit/509a010a52d944e7f819d5ce366b00346b9ddf86)) |
| 72 | + |
| 73 | +- **client**: Improve netrc hostname extraction robustness |
| 74 | + ([#117](https://github.com/dougborg/katana-openapi-client/pull/117), |
| 75 | + [`509a010`](https://github.com/dougborg/katana-openapi-client/commit/509a010a52d944e7f819d5ce366b00346b9ddf86)) |
| 76 | + |
5 | 77 | ## v0.29.0 (2025-11-05) |
6 | 78 |
|
7 | 79 | ### Bug Fixes |
|
0 commit comments