Commit d8b7d84
[patch] 2026.1.14 (#974)
* [patch] 2026.1.14
fix: make ShipmentType.is_return nullable to match Django model (null=True)
fix: add missing request_id field and filter to ManifestType GraphQL schema
bump: version 2026.1.13 → 2026.1.14
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: resolve N+1 query issues in admin usage resolver and constance config
- Batch-resolve resource usage for all system connections in 3 grouped
queries instead of 4 queries per connection (N+1 → O(1))
- Add LocMemCache fallback for constance when Redis is not configured,
preventing repeated individual DB queries per config access
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: use Django default cache for constance instead of custom CACHES entry
The previous approach defined a custom CACHES dict without a 'default'
key, which Django requires. Use the built-in default LocMemCache instead.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* release: 2026.1.14
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 8f58c3d commit d8b7d84
File tree
61 files changed
+388
-200
lines changed- apps
- api/karrio/server
- settings
- www
- bin
- docker
- ee
- modules
- admin/karrio/server/admin/schemas/base
- cli
- connectors
- asendia
- australiapost
- bpost
- canadapost
- chronopost
- dhl_express
- dhl_parcel_de
- dhl_poland
- dhl_universal
- dpd_meta
- dpd
- fedex
- generic
- gls
- hermes
- landmark
- laposte
- mydhl
- parcelone
- postat
- purolator
- seko
- sendle
- smartkargo
- spring
- teleship
- ups
- usps_international
- usps
- core
- karrio/server/core
- data
- documents
- events
- graph
- karrio/server/graph/schemas/base
- manager
- orders
- pricing
- proxy
- sdk
- soap
- packages/types/rest
- schemas
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
61 files changed
+388
-200
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
1 | 15 | | |
2 | 16 | | |
3 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
- plugins/allied_express/pyproject.toml+1-1
- plugins/allied_express_local/pyproject.toml+1-1
- plugins/amazon_shipping/pyproject.toml+1-1
- plugins/aramex/pyproject.toml+1-1
- plugins/asendia_us/pyproject.toml+1-1
- plugins/boxknight/pyproject.toml+1-1
- plugins/canpar/pyproject.toml+1-1
- plugins/colissimo/pyproject.toml+1-1
- plugins/dicom/pyproject.toml+1-1
- plugins/easypost/pyproject.toml+1-1
- plugins/easyship/pyproject.toml+1-1
- plugins/eshipper/pyproject.toml+1-1
- plugins/freightcom/pyproject.toml+1-1
- plugins/geodis/pyproject.toml+1-1
- plugins/hay_post/pyproject.toml+1-1
- plugins/locate2u/pyproject.toml+1-1
- plugins/nationex/pyproject.toml+1-1
- plugins/roadie/pyproject.toml+1-1
- plugins/royalmail/pyproject.toml+1-1
- plugins/sapient/pyproject.toml+1-1
- plugins/shipengine/pyproject.toml+1-1
- plugins/tge/pyproject.toml+1-1
- plugins/tnt/pyproject.toml+1-1
- plugins/veho/pyproject.toml+1-1
- plugins/zoom2u/pyproject.toml+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
Submodule insiders updated from 2262aec to 48113dd
0 commit comments