|
2 | 2 |
|
3 | 3 | <!-- version list --> |
4 | 4 |
|
| 5 | +## v0.63.0 (2026-05-12) |
| 6 | + |
| 7 | +### Bug Fixes |
| 8 | + |
| 9 | +- **client**: Backfill missing property descriptions on 12 schemas |
| 10 | + (test_schema_comprehensive) |
| 11 | + ([#681](https://github.com/dougborg/katana-openapi-client/pull/681), |
| 12 | + [`7a637b7`](https://github.com/dougborg/katana-openapi-client/commit/7a637b7378cd79825e66c5220f205a9af9d30ce3)) |
| 13 | + |
| 14 | +- **mcp**: Auto-rebuild typed cache on schema fingerprint mismatch |
| 15 | + ([`03a714c`](https://github.com/dougborg/katana-openapi-client/commit/03a714c72acbc61430b8e881cc134bb37b43af0a)) |
| 16 | + |
| 17 | +- **mcp**: Lead preview coaching with no-iframe fallback |
| 18 | + ([#648](https://github.com/dougborg/katana-openapi-client/pull/648), |
| 19 | + [`b6fb056`](https://github.com/dougborg/katana-openapi-client/commit/b6fb056af3d2171c5f2ac42fbab1cea0e7922aed)) |
| 20 | + |
| 21 | +### Chores |
| 22 | + |
| 23 | +- **release**: Mcp v0.69.0 |
| 24 | + ([`12062a5`](https://github.com/dougborg/katana-openapi-client/commit/12062a5963ee7640c1de3c4294719e3343e0c5fc)) |
| 25 | + |
| 26 | +- **release**: Mcp v0.69.1 |
| 27 | + ([`32b8e07`](https://github.com/dougborg/katana-openapi-client/commit/32b8e07ae71f7b7e8d48766d6535bba85770623e)) |
| 28 | + |
| 29 | +- **release**: Mcp v0.70.0 |
| 30 | + ([`02875aa`](https://github.com/dougborg/katana-openapi-client/commit/02875aae70555a379795c88d407a7e4bb22ed58c)) |
| 31 | + |
| 32 | +### Features |
| 33 | + |
| 34 | +- **mcp**: Background cache warm-up at lifespan startup (#593) |
| 35 | + ([#680](https://github.com/dougborg/katana-openapi-client/pull/680), |
| 36 | + [`4f0f7fa`](https://github.com/dougborg/katana-openapi-client/commit/4f0f7fa74408f8ca5f8649c82111c56ec7d1bcd7)) |
| 37 | + |
| 38 | +- **mcp**: Extend rebuild_cache to cover catalog entity types |
| 39 | + ([`afa3641`](https://github.com/dougborg/katana-openapi-client/commit/afa36417998f9b23cbd170d50fad46eda81ba002)) |
| 40 | + |
| 41 | +### Testing |
| 42 | + |
| 43 | +- **mcp**: Pin MO+datetime regression on typed-cache write path (#632) |
| 44 | + ([#678](https://github.com/dougborg/katana-openapi-client/pull/678), |
| 45 | + [`c329345`](https://github.com/dougborg/katana-openapi-client/commit/c3293451860c64e5bbc038b402e5a8e8cc89135e)) |
| 46 | + |
| 47 | +- **mcp**: Suppress webbrowser.open during browser-test fixture |
| 48 | + ([`cd90d5c`](https://github.com/dougborg/katana-openapi-client/commit/cd90d5cadc56a93f5c51b7a9b1a3a249b8923354)) |
| 49 | + |
| 50 | +### Breaking Changes |
| 51 | + |
| 52 | +- **client**: Two narrowings in this PR. |
| 53 | + |
5 | 54 | ## v0.62.0 (2026-05-11) |
6 | 55 |
|
7 | 56 | ### Bug Fixes |
|
0 commit comments