Skip to content

Commit 9969e32

Browse files
chore(release): client v0.60.0
1 parent 7133848 commit 9969e32

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

docs/CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v0.60.0 (2026-05-08)
6+
7+
### Chores
8+
9+
- **client**: Emit Mapped[T] field types on Cached\* classes (drop col()/cast()
10+
ergonomics tax)
11+
([`c845c69`](https://github.com/dougborg/katana-openapi-client/commit/c845c6947cd2497f94738e055cbac63a2b4cc48d))
12+
13+
- **release**: Mcp v0.62.0
14+
([`b82abdb`](https://github.com/dougborg/katana-openapi-client/commit/b82abdbad7fdaaff8b360ee6dc03eb7ce7e233dc))
15+
16+
### Features
17+
18+
- **client**: Add catalog Cached\* siblings + FTS5 specs (#472 Phase A)
19+
([`7133848`](https://github.com/dougborg/katana-openapi-client/commit/7133848e9bb84e83dac2fda054f8a52f405b6bc6))
20+
21+
- **mcp**: Direct-apply rail for create_sales_order + create_manufacturing_order
22+
([`9110857`](https://github.com/dougborg/katana-openapi-client/commit/91108575c032cfb69b0b75f4c9eeb90204837834))
23+
24+
### Breaking Changes
25+
26+
- **client**: New public Cached\* classes (CachedVariant, CachedProduct, CachedMaterial,
27+
CachedService, CachedCustomer, CachedSupplier, CachedLocation, CachedTaxRate,
28+
CachedOperator, CachedFactory, CachedAdditionalCost) ship in the generated client.
29+
CachedPurchaseOrder.supplier field type changed from Supplier to CachedSupplier (now
30+
references the cache sibling, consistent with the typed-cache pattern).
31+
532
## v0.59.0 (2026-05-08)
633

734
### 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.59.0"
3+
version = "0.60.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)