Skip to content

Releases: HealthITAU/pyconnectwise

0.6.1

22 Aug 16:11
Compare
Choose a tag to compare

Addresses regressions introduced by #22 in 0.6.0

0.6.0

22 Aug 07:01
Compare
Choose a tag to compare

Lazy loading and better errors, courtesy of @sherbang in #22
Attachment download streaming, courtesy of @fundthmcalculus in #29
Various API model validation fixes, courtesy of @Yoshify

Note that 0.6.0 and 0.6.0.1 (version on PyPi) are the same version - a hiccup in the publish workflow required a new and unique version number, so I tacked on a .1 😅

0.5.2

02 Nov 05:07
88f986e
Compare
Choose a tag to compare

What's Changed

  • Raise exception after too many retries, or immediately for non-timeout errors. by @sherbang in #17
  • Tooling updates, exception rework. by @sherbang in #18
  • CI and workflows updates by @Yoshify in #19

New Contributors

Full Changelog: 0.5.1...0.5.2

0.5.1-hf1

13 Oct 03:23
Compare
Choose a tag to compare

Hotfix for missing imports on connectwise_model, making new methods useless - regression due to a merge. Apologies!

0.5.1 - The Metadata Update

13 Oct 03:15
Compare
Choose a tag to compare

This update is an entirely optional update. It changes no core functionality and introduces no new user facing features.

It introduces a few new methods and ways to extract data about an endpoint and model without resorting to class inspection.
These changes were pushed upstream from a project we're currently working on that needed this metadata.

Full Changelog: 0.5.0...0.5.1

0.5.0

24 Sep 23:17
d262564
Compare
Choose a tag to compare

What's Changed

  • ✨ Type improvements update (0.5.0) by @Yoshify in #16

Full Changelog: 0.4.7...0.5.0

0.4.7

18 Sep 08:17
Compare
Choose a tag to compare

This minor release fixes an issue with pagination preventing params from being submitted with previous/next pages.

Full Changelog: 0.4.6...0.4.7

0.4.6

14 Sep 11:02
Compare
Choose a tag to compare

What's Changed

  • prevent empty json object {} from passing to http GET body by @imagenetmit in #11
    • This should fix request 403s for Cloud clients, further testing required
  • Introduces additional configuration through the new Config object - see readme for more info.
  • Significantly improved error handling with custom exceptions for all requests.
  • Further refactoring and code readability improvements
  • Dependencies have been upgraded to include Pydantic 2.3.0

New Contributors

Full Changelog: 0.4.5...0.4.6

0.4.5

22 Aug 22:48
a95135f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.3...0.4.5

0.4.3

24 Jul 09:10
Compare
Choose a tag to compare

What's Changed

  • ♻️ refactor: Methods renamed for consistency by @Yoshify in #5
  • ⚡ Feature/automate support by @Yoshify in #6

Full Changelog: 0.3.1...0.4