Skip to content

Releases: conductor-is/quickbooks-desktop-python

v1.48.0

01 Aug 21:37

Choose a tag to compare

1.48.0 (2025-08-01)

Full Changelog: v1.47.0...v1.48.0

Features

  • api: api update (db74a07)
  • client: support file upload requests (edd60ef)

Chores

  • project: add settings file for vscode (6fd7534)

v1.47.0

23 Jul 22:48

Choose a tag to compare

1.47.0 (2025-07-23)

Full Changelog: v1.46.0...v1.47.0

Features

Bug Fixes

  • parsing: ignore empty metadata (2b58924)
  • parsing: parse extra field types (235f6af)

v1.46.0

21 Jul 19:39

Choose a tag to compare

1.46.0 (2025-07-21)

Full Changelog: v1.45.0...v1.46.0

Features

v1.45.0

19 Jul 19:52

Choose a tag to compare

1.45.0 (2025-07-18)

Full Changelog: v1.44.1...v1.45.0

Features

Bug Fixes

  • client: don't send Content-Type header on GET requests (e01c352)

Chores

  • readme: fix version rendering on pypi (8317c58)

v1.44.1

11 Jul 23:22

Choose a tag to compare

1.44.1 (2025-07-11)

Full Changelog: v1.44.0...v1.44.1

Bug Fixes

  • parsing: correctly handle nested discriminated unions (e9bf1ed)

Chores

  • internal: bump pinned h11 dep (723555a)
  • package: mark python 3.13 as supported (db30310)
  • readme: fix version rendering on pypi (906b22a)

v1.44.0

08 Jul 19:08

Choose a tag to compare

1.44.0 (2025-07-08)

Full Changelog: v1.43.0...v1.44.0

Features

Bug Fixes

  • ci: correct conditional (87462db)

Chores

  • ci: change upload type (d1325f0)
  • ci: only run for pushes and fork pull requests (6a4b7a6)
  • internal: codegen related update (8078db3)

v1.43.0

27 Jun 18:44

Choose a tag to compare

1.43.0 (2025-06-27)

Full Changelog: v1.42.0...v1.43.0

Features

Bug Fixes

  • ci: release-doctor — report correct token name (42ef854)

Chores

  • tests: skip some failing tests on the latest python versions (1586ccb)

v1.42.0

19 Jun 20:46

Choose a tag to compare

1.42.0 (2025-06-19)

Full Changelog: v1.41.0...v1.42.0

Features

Bug Fixes

  • client: correctly parse binary response | stream (ff3e590)

Chores

  • ci: enable for pull requests (259dcd8)
  • internal: update conftest.py (1db5923)
  • readme: update badges (c37e361)
  • tests: add tests for httpx client instantiation & proxies (e41fa25)
  • tests: run tests in parallel (58dde0e)

Documentation

  • client: fix httpx.Timeout documentation reference (457ad1e)

v1.41.0

10 Jun 19:58

Choose a tag to compare

1.41.0 (2025-06-10)

Full Changelog: v1.40.0...v1.41.0

Features

  • api: api update (57ecc43)
  • client: add follow_redirects request option (c76d62a)

Chores

  • docs: grammar improvements (408eb35)
  • docs: remove reference to rye shell (9209782)
  • docs: remove unnecessary param examples (cf2e05b)

v1.40.0

16 May 23:19

Choose a tag to compare

1.40.0 (2025-05-16)

Full Changelog: v1.39.0...v1.40.0

Features

Bug Fixes

  • package: support direct resource imports (fe33d5f)

Chores

  • ci: fix installation instructions (9d07171)
  • ci: upload sdks to package manager (8c8eb0f)
  • internal: avoid errors for isinstance checks on proxies (2f8fd83)