Releases: karrioapi/karrio
Releases · karrioapi/karrio
Karrio patch 2024.9.3
Changes
Feat
- feat: Add fallback values for
easyship
rate requestparcels.items
Karrio patch 2024.9.2
Changes
Fix
- fix:
ups
TotalCharge parsing fornegotiated_rates
Karrio patch 2024.9.1
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
Changes
Feat
- feat: Easyship integration (#569)
- feat: Add
pickup
support forfedex
JSON API integration (#690) - feat: introduce
shipping_date
field ofdatetime
type and deprecateshipment_date
ofdate
type to capture time for carriers that expect full futuredatetime
ship date values. - feat: Add
dhl_shipment_content
option fordhl_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
Karrio patch 2024.6.6
Karrio patch 2024.6.5
Karrio patch 2024.6.4
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
Changes
Feat
- feat: add SEKO Logistics integration
- feat: compute next business
datetime
for sapient shipment_date
Karrio patch 2024.6.2
Changes
Fix
- Fixes https://github.com/karrioapi/karrio/issues/667[: UPS ReferenceNumber changes](4f26746)
Special thanks to @mazzarito (First code contribution) 🥳