Skip to content

Releases: karrioapi/karrio

Karrio patch 2024.9.3

02 Oct 18:11
Compare
Choose a tag to compare

Changes

Feat

  • feat: Add fallback values for easyship rate request parcels.items

Karrio patch 2024.9.2

02 Oct 18:09
Compare
Choose a tag to compare

Changes

Fix

  • fix: ups TotalCharge parsing for negotiated_rates

Karrio patch 2024.9.1

02 Oct 18:07
Compare
Choose a tag to compare

Changes

Chore

  • remove strawberry-graphql-django dependency as it is not fully integrate for the value it is supposed to provide

Karrio OSS 2024.9

01 Oct 06:14
54b710d
Compare
Choose a tag to compare

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.

Karrio patch 2024.6.7

12 Sep 21:41
Compare
Choose a tag to compare

Changes

Fix

  • hotfix: canadapost group_id invalid string format #686

Karrio patch 2024.6.6

12 Sep 05:35
c895703
Compare
Choose a tag to compare

Changes

Fix

  • fix: canadapost shipment identifier data mapping (#683)

Karrio patch 2024.6.5

12 Sep 05:14
Compare
Choose a tag to compare

Patch 2024.6.5

Changes

Devx

  • devx: improve karrio docker container startup with healthchecks #684

Karrio patch 2024.6.4

11 Sep 23:09
d9afa1f
Compare
Choose a tag to compare

Changes

Feature

  • feat: Add field to unified class for future support of message level

Chore

  • chore: Add tests for UPS EU rates parsing
  • chore: make ups upper case for uniform charges details
  • chore: use localhost address for default NEXT_PUBLIC_KARRIO_PUBLIC_URL during build

Refactor

  • refactor: UPS rate calculation logic #673

Karrio patch 2024.6.3

06 Sep 04:00
5b235d9
Compare
Choose a tag to compare

Changes

Feat

  • feat: add SEKO Logistics integration
  • feat: compute next business datetime for sapient shipment_date

Karrio patch 2024.6.2

05 Sep 23:27
08c4b5d
Compare
Choose a tag to compare

Changes

Fix

Special thanks to @mazzarito (First code contribution) 🥳