Releases: part-os/core-python
Releases · part-os/core-python
v1.3.0
v1.2.0
What's Changed
- Add country_code to account and contact entities by @lindsayrichter in #79
- Vc/update contributing by @DoctorVin in #80
- Add new fields to Quote object: uuid, order_numbers, metadata by @jeccles12 in #76
- Make country_code optional for Account and Contact by @lindsayrichter in #82
New Contributors
- @lindsayrichter made their first contribution in #79
- @jeccles12 made their first contribution in #76
Full Changelog: v1.1.0...v1.2.0
v1.1.0 - Discounts and discount quantity objects
What's Changed
- Fix a typo in the re-export of get_quote_items by @DoctorVin in #56
- Remove validation ensuring phone numbers are 10 digits by @DoctorVin in #58
- Bump coverage from 7.9.1 to 7.9.2 by @dependabot[bot] in #57
- Bump coverage from 7.9.2 to 7.10.2 by @dependabot[bot] in #63
- Bump faker from 37.4.0 to 37.5.3 by @dependabot[bot] in #62
- Vc/contributing file by @DoctorVin in #64
- Adding discounts and discount quantity objects by @djoq in #67
- Bump faker from 37.5.3 to 37.8.0 by @dependabot[bot] in #73
- Bump coverage from 7.10.2 to 7.10.6 by @dependabot[bot] in #72
- Bump pre-commit from 4.2.0 to 4.3.0 by @dependabot[bot] in #66
- Bump requests from 2.32.4 to 2.32.5 by @dependabot[bot] in #68
- Update pyproject.toml by @DoctorVin in #74
New Contributors
Full Changelog: v0.9.0...v1.1.0
Updates and automation
What's Changed
- retrieve paginated components from a quote item by @DoctorVin in #42
- Add Merge Checks by @adeang47 in #43
- WIP: costing variable update by @DoctorVin in #44
- refactor costing functions to stand alone from QuoteCostingVariableMixin by @DoctorVin in #45
- version SDK at 1.0.0 by @DoctorVin in #46
- Add permissions to GitHub Actions workflow and update requests version by @DoctorVin in #47
- Create dependabot.yml by @DoctorVin in #48
- Bump factory-boy from 2.11.1 to 3.3.3 by @dependabot in #49
- Update actions.yaml by @DoctorVin in #53
- Bump coverage from 7.6.1 to 7.9.1 by @dependabot in #51
- Bump pre-commit from 2.9.3 to 4.2.0 by @dependabot in #52
- Vc/update faker by @DoctorVin in #54
- Add package workflow by @DoctorVin in #55
New Contributors
- @DoctorVin made their first contribution in #42
- @adeang47 made their first contribution in #43
- @dependabot made their first contribution in #49
Full Changelog: 0.6.0...v1.0.0
v0.6.0
v0.5.0
v0.5 supports the Spring 2020 API changes that make order and quote data more consistent and makes the entire assembly tree available for quote items! Upgrade by May 1, 2020 if you're on an older version.
v0.4
Adds support for quote item add-ons and assembly tree traversal.
release/v0.1.2
Bug fixes and minor improvements on v0.1.x