Skip to content

Releases: karrioapi/karrio

v1.0rc10

01 Mar 04:35
Compare
Choose a tag to compare
v1.0rc10 Pre-release
Pre-release

Fixes

  • Fix FedEx missing default server_url
  • Separate UPS freight request creation from packages

v1.0rc9

20 Feb 03:02
Compare
Choose a tag to compare
v1.0rc9 Pre-release
Pre-release

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

12 Jan 04:11
1ef50a7
Compare
Choose a tag to compare
v1.0rc8 Pre-release
Pre-release

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

14 Dec 03:51
Compare
Choose a tag to compare
v1.0rc7 Pre-release
Pre-release

Fixes

  • Fix FedEx insurance amount mapping

Changes

  • Introduce option_type for special shipping option mapping

v1.0rc6

17 Nov 07:15
7f8e135
Compare
Choose a tag to compare
v1.0rc6 Pre-release
Pre-release

Changes

  • Rename extra_services -> options
  • Replace service_type -> services
  • Introduce units and service/option/packaging types mapping
  • Improve carriers services parameterization
  • Implement UPS package rate

v1.0rc5

05 Nov 03:24
d2a62ef
Compare
Choose a tag to compare
v1.0rc5 Pre-release
Pre-release

Changes

  • Integrate UPS shipment creation
  • Breaking change of services -> extra_services
  • Introduce service_type
  • Unify commodity and items (former packages)

v1.0rc4

03 Nov 05:21
cc5101a
Compare
Choose a tag to compare
v1.0rc4 Pre-release
Pre-release

Changes

  • Unified quote and shipment options as they are pretty much similar
  • Move account number directly into party type (recipient account number can be specified now)
  • Refactor all the carriers mappers to use partials

v1.0rc3

02 Nov 06:34
c7ee502
Compare
Choose a tag to compare
v1.0rc3 Pre-release
Pre-release

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

07 Oct 02:55
Compare
Choose a tag to compare
v1.0rc2 Pre-release
Pre-release

Changes

  • Target gds_helpers v0.5.0
  • Implement DHL shipment creation
  • Implement DHL pickup booking, modification and cancellation
  • Prioritize payload account number over client account number

v1.0rc1

02 Oct 03:54
Compare
Choose a tag to compare
v1.0rc1 Pre-release
Pre-release

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