Releases: mharrisb1/cube-http-client
Releases · mharrisb1/cube-http-client
v0.6.1
What's Changed
- fix(exceptions): improve error handling in V1BaseError.from_response by @mharrisb1 in #20
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- fix: method signature from reqeust to request by @Morgadoooo in #18
- fix: add type to meta response by @davidd94 in #17
- chore(tests): add view to model fixtures by @mharrisb1 in #19
New Contributors
- @Morgadoooo made their first contribution in #18
- @davidd94 made their first contribution in #17
Full Changelog: v0.5.3...v0.6.0
v0.5.3
What's Changed
- fix(types): response query segments can be dict by @mharrisb1 in #15
- fix(types): add missing fields to segments model by @mharrisb1 in #16
Full Changelog: v0.5.2...v0.5.3
v0.5.2
What's Changed
- feat(clients): intelligently merge options and client by @mharrisb1 in #12
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- fix(models): add missing member names field by @mharrisb1 in #10
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- feat(client): add context manager API by @mharrisb1 in #9
Full Changelog: v0.4.2...v0.5.0
v0.4.2
What's Changed
- fix(types): allow dict-style order in query request by @mharrisb1 in #8
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- feat(types): add Pydantic query model to load_response.py by @mharrisb1 in #7
Full Changelog: v0.4.0...v0.4.1
v0.4.0
Breaking change: Expect more as project matures.
- Adds support for custom response models
- Refactored routes, clients, and types
- More test coverage
- Removed support for
pydantic
v1
Full Changelog: v0.3.7...v0.4.0