Skip to content

Karrio OSS 2024.9

Compare
Choose a tag to compare
@danh91 danh91 released this 01 Oct 06:14
· 145 commits to main since this release
54b710d

Changes

Feat

  • feat: Easyship integration (#569)
  • feat: Add pickup support for fedex JSON API integration (#690)
  • feat: introduce shipping_date field of datetime type and deprecate shipment_date of date type to capture time for carriers that expect full future datetime ship date values.
  • feat: Add dhl_shipment_content option for dhl_express content description for insurance (#694)

Fix

  • fix: eshipper carrier and services mapping (#675)
  • fix: canadapost non-uniq shipment group_id across account (#679)
  • fix: fedex_ws pickup request encoding (#690)
  • fix: organization GraphQL queries running on OSS build (#687)
  • fix: Nextjs cache build issue (#688)

Important

With this release, we are deprecating the options.shipment_date - "2020-01-01" field in favour of options.shipping_date - "2020-01-01T10:00".
You can still use shipment_date. The introduction of shipping_date is to move to a datetime format for carriers and APIs that expect a valid expected ship date and time.