Skip to content

Commit a1a744f

Browse files
chore(release): client v0.63.0
1 parent 7a637b7 commit a1a744f

2 files changed

Lines changed: 50 additions & 1 deletion

File tree

docs/CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,55 @@
22

33
<!-- version list -->
44

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+
554
## v0.62.0 (2026-05-11)
655

756
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "katana-openapi-client"
3-
version = "0.62.0"
3+
version = "0.63.0"
44
description = "A modern, pythonic Katana Manufacturing ERP API client with automatic retries, rate limiting, and smart pagination"
55
authors = [
66
{name = "Doug Borg", email = "dougborg@dougborg.org"},

0 commit comments

Comments
 (0)