Releases: conductor-is/quickbooks-desktop-python
Releases · conductor-is/quickbooks-desktop-python
v1.80.0
v1.79.0
v1.78.0
1.78.0 (2026-05-01)
Full Changelog: v1.77.0...v1.78.0
Features
- api: api update (cbd91a7)
- api: api update (8abee15)
- api: api update (db6798b)
- api: api update (4cec902)
- api: api update (81f431f)
- api: api update (cbb80a3)
- support setting headers via env (6120157)
Bug Fixes
- use correct field name format for multipart file arrays (5739a15)
Chores
v1.77.0
1.77.0 (2026-04-20)
Full Changelog: v1.76.0...v1.77.0
Features
- api: api update (f61fd14)
Performance Improvements
- client: optimize file structure copying in multipart requests (837f3f7)
Chores
- tests: bump steady to v0.22.1 (684056d)
v1.76.0
1.76.0 (2026-04-15)
Full Changelog: v1.75.0...v1.76.0
Features
- api: api update (5c96f1f)
- api: api update (f036b60)
- api: api update (d10df35)
- internal: implement indices array format for query and form serialization (f264eeb)
Bug Fixes
- client: preserve hardcoded query params when merging with user params (a1dc57a)
- ensure file data are only sent as 1 parameter (6012229)
Chores
- ci: skip lint on metadata-only changes (c022258)
- internal: update gitignore (a8b9d7f)
- tests: bump steady to v0.19.4 (d30740a)
- tests: bump steady to v0.19.5 (5f296c8)
- tests: bump steady to v0.19.6 (5b0209c)
- tests: bump steady to v0.19.7 (7b21104)
- tests: bump steady to v0.20.1 (0ae145c)
- tests: bump steady to v0.20.2 (fe9fe54)
v1.75.0
1.75.0 (2026-03-20)
Full Changelog: v1.74.0...v1.75.0
Features
Bug Fixes
- deps: bump minimum typing-extensions version (e6931fa)
- pydantic: do not pass
by_aliasunless set (79ada9d) - sanitize endpoint path params (284af36)
Chores
- ci: skip uploading artifacts on stainless-internal branches (f759a0f)
- internal: tweak CI branches (a4ffd16)
- test: do not count install time for mock server timeout (ff231b7)
Refactors
- tests: switch from prism to steady (5ae317a)
v1.74.0
v1.73.0
1.73.0 (2026-02-13)
Full Changelog: v1.72.0...v1.73.0
Features
- api: api update (6782d01)
- api: api update (7009ef2)
- client: add custom JSON encoder for extended type support (4626598)
Bug Fixes
- docs: fix mcp installation instructions for remote servers (d6dbf78)
Chores
v1.72.0
v1.71.1
1.71.1 (2026-01-25)
Full Changelog: v1.71.0...v1.71.1
Chores
- ci: upgrade
actions/github-script(5870ea5)