Skip to content

Commit 0137783

Browse files
committed
release: 2026.1.9
1 parent 1a05ae3 commit 0137783

170 files changed

Lines changed: 5967 additions & 3375 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.

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
# Karrio 2026.1.9
2+
3+
## Changes
4+
5+
### Feat
6+
7+
- feat: add rate sheet editor to connections element and strip carrier SVG bundling
8+
- feat: enhance shipments and trackers list views with rate and destination columns
9+
- feat: add webhook event replay with event_id support
10+
- feat: add carrier network link to admin sidebar
11+
- feat: merge tracker logs and events into shipment activity timeline
12+
- feat: add dynamic carrier config fieldsets to platform admin
13+
- feat: add event timeline with tracing records and dedicated tracing view
14+
- feat: add worker monitoring and system health views to developer tools
15+
16+
### Fix
17+
18+
- fix: web app Next.js 16 Turbopack and ESM compatibility
19+
- fix: update nextra import paths for v4 compatibility
20+
- fix: resolve auth token caching issues causing repeated OAuth requests
21+
22+
### Refactor
23+
24+
- refactor: improve developer tools drawer and views
25+
- refactor: split admin GraphQL into admin/ and admin-ee/ for OSS/EE separation
26+
- refactor: move admin module from ee/insiders to OSS
27+
- refactor: relocate carrier integration skills from CLI to SKILLS/
28+
- refactor: clean up tracking pipeline and add task lock for deduplication
29+
- refactor: replace monolithic tracker update with dispatcher + per-carrier worker tasks
30+
31+
### Chore
32+
33+
- chore: regenerate schemas and frontend types
34+
- chore: add JS client and elements build steps to CI workflows
35+
- chore: update built element static assets
36+
37+
---
38+
139
# Karrio 2026.1.8
240

341
## Changes

apps/api/karrio/server/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2026.1.8
1+
2026.1.9

apps/api/karrio/server/settings/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,9 @@
2323
from karrio.server.settings.data import *
2424

2525

26+
if importlib.util.find_spec("karrio.server.admin") is not None:
27+
from karrio.server.settings.admin import *
28+
29+
2630
if importlib.util.find_spec("karrio.server.settings.main") is not None:
2731
from karrio.server.settings.main import *

apps/api/karrio/server/static/karrio/elements/carriers/aramex_icon.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

apps/api/karrio/server/static/karrio/elements/carriers/asendia_icon.svg

Lines changed: 0 additions & 21 deletions
This file was deleted.

apps/api/karrio/server/static/karrio/elements/carriers/australiapost_icon.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

apps/api/karrio/server/static/karrio/elements/carriers/boxknight_icon.svg

Lines changed: 0 additions & 66 deletions
This file was deleted.

apps/api/karrio/server/static/karrio/elements/carriers/bpost_icon.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)