Releases: HealthITAU/pyconnectwise
0.6.1
0.6.0
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
0.5.1-hf1
0.5.1 - The Metadata Update
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
0.4.7
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
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
- @imagenetmit made their first contribution in #11
Full Changelog: 0.4.5...0.4.6
0.4.5
What's Changed
- Update connectwise_endpoint.py by @EMoonArchiTech in #9
- Version 0.4.5 by @Yoshify in #10
New Contributors
- @EMoonArchiTech made their first contribution in #9
Full Changelog: 0.4.3...0.4.5