Skip to content

Releases: karrioapi/karrio

Karrio preview 2024.6-rc8

08 Jul 01:07
c868a87
Compare
Choose a tag to compare

Important

This is a release candidate for the upcoming 2024.6 major release. There are already a couple of breaking changes to watch out for.

Changes

Fix

  • Fix cancel shipment carrier_id check

Karrio preview 2024.6-rc7

08 Jul 01:06
3aabc20
Compare
Choose a tag to compare

Important

This is a release candidate for the upcoming 2024.6 major release. There are already a couple of breaking changes to watch out for.

Changes

Feat

  • feat: Add standardized flag for all supported carriers

Fix

  • fix: UPS Saturday delivery option flag mapping
  • fix: FedEx variableOptions fallback value to None

Docs

  • docs: Update API specs and generate API docs

Karrio preview 2024.6-rc5

08 Jul 01:04
70a1524
Compare
Choose a tag to compare

Important

This is a release candidate for the upcoming 2024.6 major release. There are already a couple of breaking changes to watch out for.

Changes

Feat

  • feat: expose return_address to GraphQL and API specs and generated clients
  • feat: Add return address to create label forms across the dashboard

Fix

  • fix: regression on FedEx shipping options parsing
  • fix: regression of quicktype schema type generation commands

Docs

  • docs: update API docs to the latest RC version

Chore

  • chore: update create_label component formatting

Karrio preview 2024.6-rc4

08 Jul 01:03
6b19da5
Compare
Choose a tag to compare

Important

This is a release candidate for the upcoming 2024.6 major release. There are already a couple of breaking changes to watch out for.

Changes

Feat

  • Introduce the return_address field

Docs

  • docs: update API docs with new return_address support

Chore

  • chore: update API tests for the return_address field
  • chore: update unit tests for the new return_address field

Karrio preview 2024.6-rc3

08 Jul 01:02
6f610ab
Compare
Choose a tag to compare

Important

This is a release candidate for the upcoming 2024.6 major release. There are already a couple of breaking changes to watch out for.

Changes

Feat

  • feat: Add Django admin editor for document templates

Fix

  • fix: FedEx "variableOptions" format issue

Chore

  • investigate: Admin user creation issue: /admin/user_accounts trying to add a new user account does not get added

Karrio preview 2024.6-rc2

08 Jul 01:00
ff8ab8b
Compare
Choose a tag to compare

Important

This is a release candidate for the upcoming 2024.6 major release. There are already a couple of breaking changes to watch out for.

Changes

Fix

  • fix(2 birds): cache declaration leftovers and tracing record saving failing due to cache handle

Karrio preview 2024.6-rc1

27 May 22:08
a321be1
Compare
Choose a tag to compare

Important

This is a release candidate for the upcoming 2024.6 major release. There are already a couple of breaking changes to watch out for.

Feat

  • feat: Add support for env config of Redis username and password (#564)
  • feat: Bootstrap new eshipper API extension
  • feat: Make cache available to all connection settings
  • feat: add carrier_id to the POST /v1/proxy/shipping/{carrier_name}/cancel to allow precise carrier account selection for the operation. #590
  • feat: Enhance Documents REST API with support for template management CRUD operations and generic document generator API in addition to Trade API upload API. #581

Docs

  • docs: setup docusaurus docusaurus-openapi-docs plugin
  • docs: Improve generated OpenAPI with annotation

Chore

  • chore: update Readme dashboard illustration
  • chore: Apply minimal query optimization
  • chore: Prevent backup file creation from sed command

Breaking changes

  • Rename legacy extension eshiper -> eshipper_xml to prepare for the upgrade to the new eShipper API
  • The Electronic Trade Document upload API was changed from POST /v1/documents to POST /v1/documents/uploads
  • The GET /v1/documents endpoint returning ETD upload records is now GET /v1/documents/uploads

Karrio patch 2024.2.17

24 May 02:16
769c841
Compare
Choose a tag to compare

Changes

Fix

  • fix: FedEx duplicate tracking issue trackReplys selection

Karrio patch 2024.2.16

10 May 14:51
a62cf8e
Compare
Choose a tag to compare

Changes

Fix

  • fix tracking document view conflicting name causing crash when a tracker has signature or delivery image

Karrio patch 2024.2.15

09 Apr 23:32
92ed178
Compare
Choose a tag to compare

Changes

Feat

  • feat: Identify and ensure all required FedEx Intl data are provided according to sandbox samples
  • feat(SDK): Introduce computed total_value fields for Products, Package and Packages unit decorators

Fix

  • fix: background tracking potentially None value and save related tracing records