Releases: karrioapi/karrio
Releases · karrioapi/karrio
v1.0rc4
v1.0rc3
Changes
- Finalize Canada post shipment creation implementation
- Introduce FedEx basic shipment creation with mapper partials
- Fix untested branches
- Extend shipment_options type and package_type
- Shipment details return a tracking number list now
- Add more options to DHL quote mapper
- Add more options to Canada Post quote mapper
- Implement missing shipment creation response for all carriers
v1.0rc2
v1.0rc1
Major changes
- rebranding (OpenShip -> PurplShip)
- domain entities datatypes drastic changes with many breaking changes
- use gds_helpers v0.4.0 with HTTPError handling
Features
- Basic DHL Shipping creation integration
- Implement all the proxy interface methods for DHL, FedEx, UPS and Canada post
Improvements
- documentation update
- decoupling of proxy requests tests from mappers methods tests
- introduce wheel builds
v1.0-beta.4
Integrations
- DHL Shipment validation
Changes
- Major breaking changes on unified API datatypes with additions required for shipment integration
- target py-dhl v1.2 with the fix for malformed generated python module names
v1.0-beta.3
Integration
UPS
- Basic quote request
- Basic tracking
Canada Post
- Basic quote request
- Basic tracking
Changes
- Extract reusable SOAP related methods to py-soap package
- only weight is required for package_type
- use full path import across the mappers submodule
- fix misspelt "length" property in package_type
v1.0-beta.2
Changes
- target py-dhl v1.1
- target py-fedex v1.1
v1.0-beta.1
Fixes
- Add missing payment_country_code argument to shipment_details_type definition
- Prevent awbInfo parsing when ShipmentInfo is missing (DHL tracking parser)
- Target generateDs-helpers library v0.3.0