Skip to content

Commit fea3854

Browse files
authored
Merge pull request #957 from karrioapi/patch-2026.1.6
[patch] karrio 2026.1.6
2 parents f43b57d + 7903ff9 commit fea3854

281 files changed

Lines changed: 17896 additions & 504 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
outputs:
1212
version: ${{ steps.changes.outputs.version }}
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515

1616
- uses: dorny/paths-filter@v2
1717
id: changes
@@ -78,6 +78,8 @@ jobs:
7878
contents: read
7979
packages: write
8080
id-token: write
81+
env:
82+
DOCKER_BUILDKIT: 1
8183

8284
steps:
8385
- uses: actions/checkout@v4
@@ -116,6 +118,8 @@ jobs:
116118
contents: read
117119
packages: write
118120
id-token: write
121+
env:
122+
DOCKER_BUILDKIT: 1
119123

120124
steps:
121125
- uses: actions/checkout@v4
@@ -128,7 +132,6 @@ jobs:
128132
- name: Build karrio dashboard image
129133
run: |
130134
echo 'Building karrio dashboard:${{ env.tag }}...'
131-
export NEXT_PUBLIC_DASHBOARD_VERSION=${{ env.tag }}
132135
./bin/build-dashboard-image ${{ env.tag }}
133136
134137
- name: Push karrio dashboard image

.github/workflows/insiders-build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
outputs:
1212
version: ${{ steps.changes.outputs.version }}
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515

1616
- uses: dorny/paths-filter@v2
1717
id: changes
@@ -82,6 +82,8 @@ jobs:
8282
contents: read
8383
packages: write
8484
id-token: write
85+
env:
86+
DOCKER_BUILDKIT: 1
8587

8688
steps:
8789
- uses: actions/checkout@v4
@@ -109,6 +111,8 @@ jobs:
109111
contents: read
110112
packages: write
111113
id-token: write
114+
env:
115+
DOCKER_BUILDKIT: 1
112116

113117
steps:
114118
- uses: actions/checkout@v4

.github/workflows/platform-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
outputs:
1212
version: ${{ steps.changes.outputs.version }}
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515

1616
- uses: dorny/paths-filter@v2
1717
id: changes
@@ -29,6 +29,8 @@ jobs:
2929
packages: write
3030
outputs:
3131
version: ${{ steps.get_tag.outputs.tag }}
32+
env:
33+
DOCKER_BUILDKIT: 1
3234
steps:
3335
- uses: actions/checkout@v4
3436
with:

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
# Karrio 2026.1.6
2+
3+
## Changes
4+
5+
### Feat
6+
7+
- feat: add ReturnShipment model for capturing return label data from carriers
8+
- feat(dhl_parcel_de): extract return shipment tracking number from shipment response
9+
- feat(dashboard): add keyword search filter to Events and Trackers
10+
- feat(dashboard): add "Copy Full Event" button to event detail viewer
11+
- feat(dashboard): add entity_id filter field to logs filter dropdown
12+
- feat(dashboard): add keyword search input to trackers filter popover
13+
- feat(dashboard): display return shipment details in shipment preview sheet
14+
15+
### Fix
16+
17+
- fix(dashboard): use correct `connection_id` and `carrier_code` fields in shipment connection details
18+
- fix(dashboard): use `keyword` instead of `query` for events search filter
19+
- fix(dashboard): remove navigation link from tracker list tracking numbers
20+
21+
### Chore
22+
23+
- chore: update GraphQL schema and TypeScript types for return_shipment field
24+
- chore: add `keyword` field to EventFilter and TrackerFilter GraphQL inputs and TypeScript types
25+
26+
### Test
27+
28+
- test: add return_shipment server tests and update shipment fixtures
29+
30+
---
31+
132
# Karrio 2026.1.5
233

334
## Changes

PRDs/RATESHEET_EDITOR_EMBEDDABLE_ELEMENT.md

Lines changed: 1214 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)