Releases: karrioapi/karrio
Releases · karrioapi/karrio
v1.0rc10
v1.0rc9
Changes
- Remove 'pickup_date' and 'pickup_time' from QuoteDetails
- Collect estimated delivery date from carriers where possible
- Remove carriers account numbers from client settings where possible
- use carriers production service address as default value for 'sever_url'
New
- Introduce attrs for cleaner unified datatypes definitions
v1.0rc8
Changes
- clean up and prepare FedEx freight mapping
- update datatypes
- clean up datatypes factories
- Fix the wrong typing
What's new
- Introduce mypy for type validation and enforcement
- Introduce shell script shortcuts file for development on Unix systems
v1.0rc7
v1.0rc6
v1.0rc5
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