• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

inventree / InvenTree / 8395139503

22 Mar 2024 06:56PM UTC coverage: 92.794% (+0.003%) from 92.791%
8395139503

Pull #6821

github

web-flow
Merge df929157b into 9576b5015
Pull Request #6821: Bump @types/react from 18.2.67 to 18.2.68 in /src/frontend

31717 of 34180 relevant lines covered (92.79%)

0.93 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.21
/InvenTree/InvenTree/api_version.py
1
"""InvenTree API version information."""
2

3
# InvenTree API version
4
INVENTREE_API_VERSION = 184
5
"""Increment this API version number whenever there is a significant change to the API that any clients need to know about."""
6

7
INVENTREE_API_TEXT = """
1✔
8

9
v184 - 2024-03-17 : https://github.com/inventree/InvenTree/pull/10464
×
10
    - Add additional fields for tests (start/end datetime, test station)
×
11

12
v183 - 2024-03-14 : https://github.com/inventree/InvenTree/pull/5972
×
13
    - Adds "category_default_location" annotated field to part serializer
×
14
    - Adds "part_detail.category_default_location" annotated field to stock item serializer
×
15
    - Adds "part_detail.category_default_location" annotated field to purchase order line serializer
×
16
    - Adds "parent_default_location" annotated field to category serializer
×
17

18
v182 - 2024-03-13 : https://github.com/inventree/InvenTree/pull/6714
×
19
    - Expose ReportSnippet model to the /report/snippet/ API endpoint
×
20
    - Expose ReportAsset model to the /report/asset/ API endpoint
×
21

22
v181 - 2024-02-21 : https://github.com/inventree/InvenTree/pull/6541
×
23
    - Adds "width" and "height" fields to the LabelTemplate API endpoint
×
24
    - Adds "page_size" and "landscape" fields to the ReportTemplate API endpoint
×
25

26
v180 - 2024-3-02 : https://github.com/inventree/InvenTree/pull/6463
×
27
    - Tweaks to API documentation to allow automatic documentation generation
×
28

29
v179 - 2024-03-01 : https://github.com/inventree/InvenTree/pull/6605
×
30
    - Adds "subcategories" count to PartCategory serializer
×
31
    - Adds "sublocations" count to StockLocation serializer
×
32
    - Adds "image" field to PartBrief serializer
×
33
    - Adds "image" field to CompanyBrief serializer
×
34

35
v178 - 2024-02-29 : https://github.com/inventree/InvenTree/pull/6604
×
36
    - Adds "external_stock" field to the Part API endpoint
×
37
    - Adds "external_stock" field to the BomItem API endpoint
×
38
    - Adds "external_stock" field to the BuildLine API endpoint
×
39
    - Stock quantites represented in the BuildLine API endpoint are now filtered by Build.source_location
×
40

41
v177 - 2024-02-27 : https://github.com/inventree/InvenTree/pull/6581
×
42
    - Adds "subcategoies" count to PartCategoryTree serializer
×
43
    - Adds "sublocations" count to StockLocationTree serializer
×
44

45
v176 - 2024-02-26 : https://github.com/inventree/InvenTree/pull/6535
×
46
    - Adds the field "plugins_install_disabled" to the Server info API endpoint
×
47

48
v175 - 2024-02-21 : https://github.com/inventree/InvenTree/pull/6538
×
49
    - Adds "parts" count to PartParameterTemplate serializer
×
50

51
v174 - 2024-02-21 : https://github.com/inventree/InvenTree/pull/6536
×
52
    - Expose PartCategory filters to the API documentation
×
53
    - Expose StockLocation filters to the API documentation
×
54

55
v173 - 2024-02-20 : https://github.com/inventree/InvenTree/pull/6483
×
56
    - Adds "merge_items" to the PurchaseOrderLine create API endpoint
×
57
    - Adds "auto_pricing" to the PurchaseOrderLine create/update API endpoint
×
58

59
v172 - 2024-02-20 : https://github.com/inventree/InvenTree/pull/6526
×
60
    - Adds "enabled" field to the PartTestTemplate API endpoint
×
61
    - Adds "enabled" filter to the PartTestTemplate list
×
62
    - Adds "enabled" filter to the StockItemTestResult list
×
63

64
v171 - 2024-02-19 : https://github.com/inventree/InvenTree/pull/6516
×
65
    - Adds "key" as a filterable parameter to PartTestTemplate list endpoint
×
66

67
v170 -> 2024-02-19 : https://github.com/inventree/InvenTree/pull/6514
×
68
    - Adds "has_results" filter to the PartTestTemplate list endpoint
×
69

70
v169 -> 2024-02-14 : https://github.com/inventree/InvenTree/pull/6430
×
71
    - Adds 'key' field to PartTestTemplate API endpoint
×
72
    - Adds annotated 'results' field to PartTestTemplate API endpoint
×
73
    - Adds 'template' field to StockItemTestResult API endpoint
×
74

75
v168 -> 2024-02-14 : https://github.com/inventree/InvenTree/pull/4824
×
76
    - Adds machine CRUD API endpoints
×
77
    - Adds machine settings API endpoints
×
78
    - Adds machine restart API endpoint
×
79
    - Adds machine types/drivers list API endpoints
×
80
    - Adds machine registry status API endpoint
×
81
    - Adds 'required' field to the global Settings API
×
82
    - Discover sub-sub classes of the StatusCode API
×
83

84
v167 -> 2024-02-07: https://github.com/inventree/InvenTree/pull/6440
×
85
    - Fixes for OpenAPI schema generation
×
86

87
v166 -> 2024-02-04 : https://github.com/inventree/InvenTree/pull/6400
×
88
    - Adds package_name to plugin API
×
89
    - Adds mechanism for uninstalling plugins via the API
×
90

91
v165 -> 2024-01-28 : https://github.com/inventree/InvenTree/pull/6040
×
92
    - Adds supplier_part.name, part.creation_user, part.required_for_sales_order
×
93

94
v164 -> 2024-01-24 : https://github.com/inventree/InvenTree/pull/6343
×
95
    - Adds "building" quantity to BuildLine API serializer
×
96

97
v163 -> 2024-01-22 : https://github.com/inventree/InvenTree/pull/6314
×
98
    - Extends API endpoint to expose auth configuration information for signin pages
×
99

100
v162 -> 2024-01-14 : https://github.com/inventree/InvenTree/pull/6230
×
101
    - Adds API endpoints to provide information on background tasks
×
102

103
v161 -> 2024-01-13 : https://github.com/inventree/InvenTree/pull/6222
×
104
    - Adds API endpoint for system error information
×
105

106
v160 -> 2023-12-11 : https://github.com/inventree/InvenTree/pull/6072
×
107
    - Adds API endpoint for allocating stock items against a sales order via barcode scan
×
108

109
v159 -> 2023-12-08 : https://github.com/inventree/InvenTree/pull/6056
×
110
    - Adds API endpoint for reloading plugin registry
×
111

112
v158 -> 2023-11-21 : https://github.com/inventree/InvenTree/pull/5953
×
113
    - Adds API endpoint for listing all settings of a particular plugin
×
114
    - Adds API endpoint for registry status (errors)
×
115

116
v157 -> 2023-12-02 : https://github.com/inventree/InvenTree/pull/6021
×
117
    - Add write-only "existing_image" field to Part API serializer
×
118

119
v156 -> 2023-11-26 : https://github.com/inventree/InvenTree/pull/5982
×
120
    - Add POST endpoint for report and label creation
×
121

122
v155 -> 2023-11-24 : https://github.com/inventree/InvenTree/pull/5979
×
123
    - Add "creation_date" field to Part instance serializer
×
124

125
v154 -> 2023-11-21 : https://github.com/inventree/InvenTree/pull/5944
×
126
    - Adds "responsible" field to the ProjectCode table
×
127

128
v153 -> 2023-11-21 : https://github.com/inventree/InvenTree/pull/5956
×
129
    - Adds override_min and override_max fields to part pricing API
×
130

131
v152 -> 2023-11-20 : https://github.com/inventree/InvenTree/pull/5949
×
132
    - Adds barcode support for manufacturerpart model
×
133
    - Adds API endpoint for adding parts to purchase order using barcode scan
×
134

135
v151 -> 2023-11-13 : https://github.com/inventree/InvenTree/pull/5906
×
136
    - Allow user list API to be filtered by user active status
×
137
    - Allow owner list API to be filtered by user active status
×
138

139
v150 -> 2023-11-07: https://github.com/inventree/InvenTree/pull/5875
×
140
    - Extended user API endpoints to enable ordering
×
141
    - Extended user API endpoints to enable user role changes
×
142
    - Added endpoint to create a new user
×
143

144
v149 -> 2023-11-07 : https://github.com/inventree/InvenTree/pull/5876
×
145
    - Add 'building' quantity to BomItem serializer
×
146
    - Add extra ordering options for the BomItem list API
×
147

148
v148 -> 2023-11-06 : https://github.com/inventree/InvenTree/pull/5872
×
149
    - Allow "quantity" to be specified when installing an item into another item
×
150

151
v147 -> 2023-11-04: https://github.com/inventree/InvenTree/pull/5860
×
152
    - Adds "completed_lines" field to SalesOrder API endpoint
×
153
    - Adds "completed_lines" field to PurchaseOrder API endpoint
×
154

155
v146 -> 2023-11-02: https://github.com/inventree/InvenTree/pull/5822
×
156
    - Extended SSO Provider endpoint to contain if a provider is configured
×
157
    - Adds API endpoints for Email Address model
×
158

159
v145 -> 2023-10-30: https://github.com/inventree/InvenTree/pull/5786
×
160
    - Allow printing labels via POST including printing options in the body
×
161

162
v144 -> 2023-10-23: https://github.com/inventree/InvenTree/pull/5811
×
163
    - Adds version information API endpoint
×
164

165
v143 -> 2023-10-29: https://github.com/inventree/InvenTree/pull/5810
×
166
    - Extends the status endpoint to include information about system status and health
×
167

168
v142 -> 2023-10-20: https://github.com/inventree/InvenTree/pull/5759
×
169
    - Adds generic API endpoints for looking up status models
×
170

171
v141 -> 2023-10-23 : https://github.com/inventree/InvenTree/pull/5774
×
172
    - Changed 'part.responsible' from User to Owner
×
173

174
v140 -> 2023-10-20 : https://github.com/inventree/InvenTree/pull/5664
×
175
    - Expand API token functionality
×
176
    - Multiple API tokens can be generated per user
×
177

178
v139 -> 2023-10-11 : https://github.com/inventree/InvenTree/pull/5509
×
179
    - Add new BarcodePOReceive endpoint to receive line items by scanning supplier barcodes
×
180

181
v138 -> 2023-10-11 : https://github.com/inventree/InvenTree/pull/5679
×
182
    - Settings keys are no longer case sensitive
×
183
    - Include settings units in API serializer
×
184

185
v137 -> 2023-10-04 : https://github.com/inventree/InvenTree/pull/5588
×
186
    - Adds StockLocationType API endpoints
×
187
    - Adds custom_icon, location_type to StockLocation endpoint
×
188

189
v136 -> 2023-09-23 : https://github.com/inventree/InvenTree/pull/5595
×
190
    - Adds structural to StockLocation and PartCategory tree endpoints
×
191

192
v135 -> 2023-09-19 : https://github.com/inventree/InvenTree/pull/5569
×
193
    - Adds location path detail to StockLocation and StockItem API endpoints
×
194
    - Adds category path detail to PartCategory and Part API endpoints
×
195

196
v134 -> 2023-09-11 : https://github.com/inventree/InvenTree/pull/5525
×
197
    - Allow "Attachment" list endpoints to be searched by attachment, link and comment fields
×
198

199
v133 -> 2023-09-08 : https://github.com/inventree/InvenTree/pull/5518
×
200
    - Add extra optional fields which can be used for StockAdjustment endpoints
×
201

202
v132 -> 2023-09-07 : https://github.com/inventree/InvenTree/pull/5515
×
203
    - Add 'issued_by' filter to BuildOrder API list endpoint
×
204

205
v131 -> 2023-08-09 : https://github.com/inventree/InvenTree/pull/5415
×
206
    - Annotate 'available_variant_stock' to the SalesOrderLine serializer
×
207

208
v130 -> 2023-07-14 : https://github.com/inventree/InvenTree/pull/5251
×
209
    - Refactor label printing interface
×
210

211
v129 -> 2023-07-06 : https://github.com/inventree/InvenTree/pull/5189
×
212
    - Changes 'serial_lte' and 'serial_gte' stock filters to point to 'serial_int' field
×
213

214
v128 -> 2023-07-06 : https://github.com/inventree/InvenTree/pull/5186
×
215
    - Adds 'available' filter for BuildLine API endpoint
×
216

217
v127 -> 2023-06-24 : https://github.com/inventree/InvenTree/pull/5094
×
218
    - Enhancements for the PartParameter API endpoints
×
219

220
v126 -> 2023-06-19 : https://github.com/inventree/InvenTree/pull/5075
×
221
    - Adds API endpoint for setting the "category" for multiple parts simultaneously
×
222

223
v125 -> 2023-06-17 : https://github.com/inventree/InvenTree/pull/5064
×
224
    - Adds API endpoint for setting the "status" field for multiple stock items simultaneously
×
225

226
v124 -> 2023-06-17 : https://github.com/inventree/InvenTree/pull/5057
×
227
    - Add "created_before" and "created_after" filters to the Part API
×
228

229
v123 -> 2023-06-15 : https://github.com/inventree/InvenTree/pull/5019
×
230
    - Add Metadata to: Plugin Config
×
231

232
v122 -> 2023-06-14 : https://github.com/inventree/InvenTree/pull/5034
×
233
    - Adds new BuildLineLabel label type
×
234

235
v121 -> 2023-06-14 : https://github.com/inventree/InvenTree/pull/4808
×
236
    - Adds "ProjectCode" link to Build model
×
237

238
v120 -> 2023-06-07 : https://github.com/inventree/InvenTree/pull/4855
×
239
    - Major overhaul of the build order API
×
240
    - Adds new BuildLine model
×
241

242
v119 -> 2023-06-01 : https://github.com/inventree/InvenTree/pull/4898
×
243
    - Add Metadata to:  Part test templates, Part parameters, Part category parameter templates, BOM item substitute, Related Parts, Stock item test result
×
244

245
v118 -> 2023-06-01 : https://github.com/inventree/InvenTree/pull/4935
×
246
    - Adds extra fields for the PartParameterTemplate model
×
247

248
v117 -> 2023-05-22 : https://github.com/inventree/InvenTree/pull/4854
×
249
    - Part.units model now supports physical units (e.g. "kg", "m", "mm", etc)
×
250
    - Replaces SupplierPart "pack_size" field with "pack_quantity"
×
251
    - New field supports physical units, and allows for conversion between compatible units
×
252

253
v116 -> 2023-05-18 : https://github.com/inventree/InvenTree/pull/4823
×
254
    - Updates to part parameter implementation, to use physical units
×
255

256
v115 -> 2023-05-18 : https://github.com/inventree/InvenTree/pull/4846
×
257
    - Adds ability to partially scrap a build output
×
258

259
v114 -> 2023-05-16 : https://github.com/inventree/InvenTree/pull/4825
×
260
    - Adds "delivery_date" to shipments
×
261

262
v113 -> 2023-05-13 : https://github.com/inventree/InvenTree/pull/4800
×
263
    - Adds API endpoints for scrapping a build output
×
264

265
v112 -> 2023-05-13: https://github.com/inventree/InvenTree/pull/4741
×
266
    - Adds flag use_pack_size to the stock addition API, which allows adding packs
×
267

268
v111 -> 2023-05-02 : https://github.com/inventree/InvenTree/pull/4367
×
269
    - Adds tags to the Part serializer
×
270
    - Adds tags to the SupplierPart serializer
×
271
    - Adds tags to the ManufacturerPart serializer
×
272
    - Adds tags to the StockItem serializer
×
273
    - Adds tags to the StockLocation serializer
×
274

275
v110 -> 2023-04-26 : https://github.com/inventree/InvenTree/pull/4698
×
276
    - Adds 'order_currency' field for PurchaseOrder / SalesOrder endpoints
×
277

278
v109 -> 2023-04-19 : https://github.com/inventree/InvenTree/pull/4636
×
279
    - Adds API endpoints for the "ProjectCode" model
×
280

281
v108 -> 2023-04-17 : https://github.com/inventree/InvenTree/pull/4615
×
282
    - Adds functionality to upload images for rendering in markdown notes
×
283

284
v107 -> 2023-04-04 : https://github.com/inventree/InvenTree/pull/4575
×
285
    - Adds barcode support for PurchaseOrder model
×
286
    - Adds barcode support for ReturnOrder model
×
287
    - Adds barcode support for SalesOrder model
×
288
    - Adds barcode support for BuildOrder model
×
289

290
v106 -> 2023-04-03 : https://github.com/inventree/InvenTree/pull/4566
×
291
    - Adds 'search_regex' parameter to all searchable API endpoints
×
292

293
v105 -> 2023-03-31 : https://github.com/inventree/InvenTree/pull/4543
×
294
    - Adds API endpoints for status label information on various models
×
295

296
v104 -> 2023-03-23 : https://github.com/inventree/InvenTree/pull/4488
×
297
    - Adds various endpoints for new "ReturnOrder" models
×
298
    - Adds various endpoints for new "ReturnOrderReport" templates
×
299
    - Exposes API endpoints for "Contact" model
×
300

301
v103 -> 2023-03-17 : https://github.com/inventree/InvenTree/pull/4410
×
302
    - Add metadata to several more models
×
303

304
v102 -> 2023-03-18 : https://github.com/inventree/InvenTree/pull/4505
×
305
- Adds global search API endpoint for consolidated search results
×
306

307
v101 -> 2023-03-07 : https://github.com/inventree/InvenTree/pull/4462
×
308
    - Adds 'total_in_stock' to Part serializer, and supports API ordering
×
309

310
v100 -> 2023-03-04 : https://github.com/inventree/InvenTree/pull/4452
×
311
     - Adds bulk delete of PurchaseOrderLineItems to API
×
312

313
v99 -> 2023-03-03 : https://github.com/inventree/InvenTree/pull/4445
×
314
    - Adds sort by "responsible" to PurchaseOrderAPI
×
315

316
v98 -> 2023-02-24 : https://github.com/inventree/InvenTree/pull/4408
×
317
    - Adds "responsible" filter to Build API
×
318

319
v97 -> 2023-02-20 : https://github.com/inventree/InvenTree/pull/4377
×
320
    - Adds "external" attribute to StockLocation model
×
321

322
v96 -> 2023-02-16 : https://github.com/inventree/InvenTree/pull/4345
×
323
    - Adds stocktake report generation functionality
×
324

325
v95 -> 2023-02-16 : https://github.com/inventree/InvenTree/pull/4346
×
326
    - Adds "CompanyAttachment" model (and associated API endpoints)
×
327

328
v94 -> 2023-02-10 : https://github.com/inventree/InvenTree/pull/4327
×
329
    - Adds API endpoints for the "Group" auth model
×
330

331
v93 -> 2023-02-03 : https://github.com/inventree/InvenTree/pull/4300
×
332
    - Adds extra information to the currency exchange endpoint
×
333
    - Adds API endpoint for manually updating exchange rates
×
334

335
v92 -> 2023-02-02 : https://github.com/inventree/InvenTree/pull/4293
×
336
    - Adds API endpoint for currency exchange information
×
337

338
v91 -> 2023-01-31 : https://github.com/inventree/InvenTree/pull/4281
×
339
    - Improves the API endpoint for creating new Part instances
×
340

341
v90 -> 2023-01-25 : https://github.com/inventree/InvenTree/pull/4186/files
×
342
    - Adds a dedicated endpoint to activate a plugin
×
343

344
v89 -> 2023-01-25 : https://github.com/inventree/InvenTree/pull/4214
×
345
    - Adds updated field to SupplierPart API
×
346
    - Adds API date ordering for supplier part list
×
347

348
v88 -> 2023-01-17: https://github.com/inventree/InvenTree/pull/4225
×
349
    - Adds 'priority' field to Build model and api endpoints
×
350

351
v87 -> 2023-01-04 : https://github.com/inventree/InvenTree/pull/4067
×
352
    - Add API date filter for stock table on Expiry date
×
353

354
v86 -> 2022-12-22 : https://github.com/inventree/InvenTree/pull/4069
×
355
    - Adds API endpoints for part stocktake
×
356

357
v85 -> 2022-12-21 : https://github.com/inventree/InvenTree/pull/3858
×
358
    - Add endpoints serving ICS calendars for purchase and sales orders through API
×
359

360
v84 -> 2022-12-21: https://github.com/inventree/InvenTree/pull/4083
×
361
    - Add support for listing PO, BO, SO by their reference
×
362

363
v83 -> 2022-11-19 : https://github.com/inventree/InvenTree/pull/3949
×
364
    - Add support for structural Stock locations
×
365

366
v82 -> 2022-11-16 : https://github.com/inventree/InvenTree/pull/3931
×
367
    - Add support for structural Part categories
×
368

369
v81 -> 2022-11-08 : https://github.com/inventree/InvenTree/pull/3710
×
370
    - Adds cached pricing information to Part API
×
371
    - Adds cached pricing information to BomItem API
×
372
    - Allows Part and BomItem list endpoints to be filtered by 'has_pricing'
×
373
    - Remove calculated 'price_string' values from API endpoints
×
374
    - Allows PurchaseOrderLineItem API endpoint to be filtered by 'has_pricing'
×
375
    - Allows SalesOrderLineItem API endpoint to be filtered by 'has_pricing'
×
376
    - Allows SalesOrderLineItem API endpoint to be filtered by 'order_status'
×
377
    - Adds more information to SupplierPriceBreak serializer
×
378

379
v80 -> 2022-11-07 : https://github.com/inventree/InvenTree/pull/3906
×
380
    - Adds 'barcode_hash' to Part API serializer
×
381
    - Adds 'barcode_hash' to StockLocation API serializer
×
382
    - Adds 'barcode_hash' to SupplierPart API serializer
×
383

384
v79 -> 2022-11-03 : https://github.com/inventree/InvenTree/pull/3895
×
385
    - Add metadata to Company
×
386

387
v78 -> 2022-10-25 : https://github.com/inventree/InvenTree/pull/3854
×
388
    - Make PartCategory to be filtered by name and description
×
389

390
v77 -> 2022-10-12 : https://github.com/inventree/InvenTree/pull/3772
×
391
    - Adds model permission checks for barcode assignment actions
×
392

393
v76 -> 2022-09-10 : https://github.com/inventree/InvenTree/pull/3640
×
394
    - Refactor of barcode data on the API
×
395
    - StockItem.uid renamed to StockItem.barcode_hash
×
396

397
v75 -> 2022-09-05 : https://github.com/inventree/InvenTree/pull/3644
×
398
    - Adds "pack_size" attribute to SupplierPart API serializer
×
399

400
v74 -> 2022-08-28 : https://github.com/inventree/InvenTree/pull/3615
×
401
    - Add confirmation field for completing PurchaseOrder if the order has incomplete lines
×
402
    - Add confirmation field for completing SalesOrder if the order has incomplete lines
×
403

404
v73 -> 2022-08-24 : https://github.com/inventree/InvenTree/pull/3605
×
405
    - Add 'description' field to PartParameterTemplate model
×
406

407
v72 -> 2022-08-18 : https://github.com/inventree/InvenTree/pull/3567
×
408
    - Allow PurchaseOrder to be duplicated via the API
×
409

410
v71 -> 2022-08-18 : https://github.com/inventree/InvenTree/pull/3564
×
411
    - Updates to the "part scheduling" API endpoint
×
412

413
v70 -> 2022-08-02 : https://github.com/inventree/InvenTree/pull/3451
×
414
    - Adds a 'depth' parameter to the PartCategory list API
×
415
    - Adds a 'depth' parameter to the StockLocation list API
×
416

417
v69 -> 2022-08-01 : https://github.com/inventree/InvenTree/pull/3443
×
418
    - Updates the PartCategory list API:
×
419
        - Improve query efficiency: O(n) becomes O(1)
×
420
        - Rename 'parts' field to 'part_count'
×
421
    - Updates the StockLocation list API:
×
422
        - Improve query efficiency: O(n) becomes O(1)
×
423

424
v68 -> 2022-07-27 : https://github.com/inventree/InvenTree/pull/3417
×
425
    - Allows SupplierPart list to be filtered by SKU value
×
426
    - Allows SupplierPart list to be filtered by MPN value
×
427

428
v67 -> 2022-07-25 : https://github.com/inventree/InvenTree/pull/3395
×
429
    - Adds a 'requirements' endpoint for Part instance
×
430
    - Provides information on outstanding order requirements for a given part
×
431

432
v66 -> 2022-07-24 : https://github.com/inventree/InvenTree/pull/3393
×
433
    - Part images can now be downloaded from a remote URL via the API
×
434
    - Company images can now be downloaded from a remote URL via the API
×
435

436
v65 -> 2022-07-15 : https://github.com/inventree/InvenTree/pull/3335
×
437
    - Annotates 'in_stock' quantity to the SupplierPart API
×
438

439
v64 -> 2022-07-08 : https://github.com/inventree/InvenTree/pull/3310
×
440
    - Annotate 'on_order' quantity to BOM list API
×
441
    - Allow BOM List API endpoint to be filtered by "on_order" parameter
×
442

443
v63 -> 2022-07-06 : https://github.com/inventree/InvenTree/pull/3301
×
444
    - Allow BOM List API endpoint to be filtered by "available_stock" parameter
×
445

446
v62 -> 2022-07-05 : https://github.com/inventree/InvenTree/pull/3296
×
447
    - Allows search on BOM List API endpoint
×
448
    - Allows ordering on BOM List API endpoint
×
449

450
v61 -> 2022-06-12 : https://github.com/inventree/InvenTree/pull/3183
×
451
    - Migrate the "Convert Stock Item" form class to use the API
×
452
    - There is now an API endpoint for converting a stock item to a valid variant
×
453

454
v60 -> 2022-06-08 : https://github.com/inventree/InvenTree/pull/3148
×
455
    - Add availability data fields to the SupplierPart model
×
456

457
v59 -> 2022-06-07 : https://github.com/inventree/InvenTree/pull/3154
×
458
    - Adds further improvements to BulkDelete mixin class
×
459
    - Fixes multiple bugs in custom OPTIONS metadata implementation
×
460
    - Adds 'bulk delete' for Notifications
×
461

462
v58 -> 2022-06-06 : https://github.com/inventree/InvenTree/pull/3146
×
463
    - Adds a BulkDelete API mixin class for fast, safe deletion of multiple objects with a single API request
×
464

465
v57 -> 2022-06-05 : https://github.com/inventree/InvenTree/pull/3130
×
466
    - Transfer PartCategoryTemplateParameter actions to the API
×
467

468
v56 -> 2022-06-02 : https://github.com/inventree/InvenTree/pull/3123
×
469
    - Expose the PartParameterTemplate model to use the API
×
470

471
v55 -> 2022-06-02 : https://github.com/inventree/InvenTree/pull/3120
×
472
    - Converts the 'StockItemReturn' functionality to make use of the API
×
473

474
v54 -> 2022-06-02 : https://github.com/inventree/InvenTree/pull/3117
×
475
    - Adds 'available_stock' annotation on the SalesOrderLineItem API
×
476
    - Adds (well, fixes) 'overdue' annotation on the SalesOrderLineItem API
×
477

478
v53 -> 2022-06-01 : https://github.com/inventree/InvenTree/pull/3110
×
479
    - Adds extra search fields to the BuildOrder list API endpoint
×
480

481
v52 -> 2022-05-31 : https://github.com/inventree/InvenTree/pull/3103
×
482
    - Allow part list API to be searched by supplier SKU
×
483

484
v51 -> 2022-05-24 : https://github.com/inventree/InvenTree/pull/3058
×
485
    - Adds new fields to the SalesOrderShipment model
×
486

487
v50 -> 2022-05-18 : https://github.com/inventree/InvenTree/pull/2912
×
488
    - Implement Attachments for manufacturer parts
×
489

490
v49 -> 2022-05-09 : https://github.com/inventree/InvenTree/pull/2957
×
491
    - Allows filtering of plugin list by 'active' status
×
492
    - Allows filtering of plugin list by 'mixin' support
×
493
    - Adds endpoint to "identify" or "locate" stock items and locations (using plugins)
×
494

495
v48 -> 2022-05-12 : https://github.com/inventree/InvenTree/pull/2977
×
496
    - Adds "export to file" functionality for PurchaseOrder API endpoint
×
497
    - Adds "export to file" functionality for SalesOrder API endpoint
×
498
    - Adds "export to file" functionality for BuildOrder API endpoint
×
499

500
v47 -> 2022-05-10 : https://github.com/inventree/InvenTree/pull/2964
×
501
    - Fixes barcode API error response when scanning a StockItem which does not exist
×
502
    - Fixes barcode API error response when scanning a StockLocation which does not exist
×
503

504
v46 -> 2022-05-09
×
505
    - Fixes read permissions on settings API
×
506
    - Allows non-staff users to read global settings via the API
×
507

508
v45 -> 2022-05-08 : https://github.com/inventree/InvenTree/pull/2944
×
509
    - Settings are now accessed via the API using their unique key, not their PK
×
510
    - This allows the settings to be accessed without prior knowledge of the PK
×
511

512
v44 -> 2022-05-04 : https://github.com/inventree/InvenTree/pull/2931
×
513
    - Converting more server-side rendered forms to the API
×
514
    - Exposes more core functionality to API endpoints
×
515

516
v43 -> 2022-04-26 : https://github.com/inventree/InvenTree/pull/2875
×
517
    - Adds API detail endpoint for PartSalePrice model
×
518
    - Adds API detail endpoint for PartInternalPrice model
×
519

520
v42 -> 2022-04-26 : https://github.com/inventree/InvenTree/pull/2833
×
521
    - Adds variant stock information to the Part and BomItem serializers
×
522

523
v41 -> 2022-04-26
×
524
    - Fixes 'variant_of' filter for Part list endpoint
×
525

526
v40 -> 2022-04-19
×
527
    - Adds ability to filter StockItem list by "tracked" parameter
×
528
        - This checks the serial number or batch code fields
×
529

530
v39 -> 2022-04-18
×
531
    - Adds ability to filter StockItem list by "has_batch" parameter
×
532

533
v38 -> 2022-04-14 : https://github.com/inventree/InvenTree/pull/2828
×
534
    - Adds the ability to include stock test results for "installed items"
×
535

536
v37 -> 2022-04-07 : https://github.com/inventree/InvenTree/pull/2806
×
537
    - Adds extra stock availability information to the BomItem serializer
×
538

539
v36 -> 2022-04-03
×
540
    - Adds ability to filter part list endpoint by unallocated_stock argument
×
541

542
v35 -> 2022-04-01 : https://github.com/inventree/InvenTree/pull/2797
×
543
    - Adds stock allocation information to the Part API
×
544
    - Adds calculated field for "unallocated_quantity"
×
545

546
v34 -> 2022-03-25
×
547
    - Change permissions for "plugin list" API endpoint (now allows any authenticated user)
×
548

549
v33 -> 2022-03-24
×
550
    - Adds "plugins_enabled" information to root API endpoint
×
551

552
v32 -> 2022-03-19
×
553
    - Adds "parameters" detail to Part API endpoint (use &parameters=true)
×
554
    - Adds ability to filter PartParameterTemplate API by Part instance
×
555
    - Adds ability to filter PartParameterTemplate API by PartCategory instance
×
556

557
v31 -> 2022-03-14
×
558
    - Adds "updated" field to SupplierPriceBreakList and SupplierPriceBreakDetail API endpoints
×
559

560
v30 -> 2022-03-09
×
561
    - Adds "exclude_location" field to BuildAutoAllocation API endpoint
×
562
    - Allows BuildItem API endpoint to be filtered by BomItem relation
×
563

564
v29 -> 2022-03-08
×
565
    - Adds "scheduling" endpoint for predicted stock scheduling information
×
566

567
v28 -> 2022-03-04
×
568
    - Adds an API endpoint for auto allocation of stock items against a build order
×
569
    - Ref: https://github.com/inventree/InvenTree/pull/2713
×
570

571
v27 -> 2022-02-28
×
572
    - Adds target_date field to individual line items for purchase orders and sales orders
×
573

574
v26 -> 2022-02-17
×
575
    - Adds API endpoint for uploading a BOM file and extracting data
×
576

577
v25 -> 2022-02-17
×
578
    - Adds ability to filter "part" list endpoint by "in_bom_for" argument
×
579

580
v24 -> 2022-02-10
×
581
    - Adds API endpoint for deleting (cancelling) build order outputs
×
582

583
v23 -> 2022-02-02
×
584
    - Adds API endpoints for managing plugin classes
×
585
    - Adds API endpoints for managing plugin settings
×
586

587
v22 -> 2021-12-20
×
588
    - Adds API endpoint to "merge" multiple stock items
×
589

590
v21 -> 2021-12-04
×
591
    - Adds support for multiple "Shipments" against a SalesOrder
×
592
    - Refactors process for stock allocation against a SalesOrder
×
593

594
v20 -> 2021-12-03
×
595
    - Adds ability to filter POLineItem endpoint by "base_part"
×
596
    - Adds optional "order_detail" to POLineItem list endpoint
×
597

598
v19 -> 2021-12-02
×
599
    - Adds the ability to filter the StockItem API by "part_tree"
×
600
    - Returns only stock items which match a particular part.tree_id field
×
601

602
v18 -> 2021-11-15
×
603
    - Adds the ability to filter BomItem API by "uses" field
×
604
    - This returns a list of all BomItems which "use" the specified part
×
605
    - Includes inherited BomItem objects
×
606

607
v17 -> 2021-11-09
×
608
    - Adds API endpoints for GLOBAL and USER settings objects
×
609
    - Ref: https://github.com/inventree/InvenTree/pull/2275
×
610

611
v16 -> 2021-10-17
×
612
    - Adds API endpoint for completing build order outputs
×
613

614
v15 -> 2021-10-06
×
615
    - Adds detail endpoint for SalesOrderAllocation model
×
616
    - Allows use of the API forms interface for adjusting SalesOrderAllocation objects
×
617

618
v14 -> 2021-10-05
×
619
    - Stock adjustment actions API is improved, using native DRF serializer support
×
620
    - However adjustment actions now only support 'pk' as a lookup field
×
621

622
v13 -> 2021-10-05
×
623
    - Adds API endpoint to allocate stock items against a BuildOrder
×
624
    - Updates StockItem API with improved filtering against BomItem data
×
625

626
v12 -> 2021-09-07
×
627
    - Adds API endpoint to receive stock items against a PurchaseOrder
×
628

629
v11 -> 2021-08-26
×
630
    - Adds "units" field to PartBriefSerializer
×
631
    - This allows units to be introspected from the "part_detail" field in the StockItem serializer
×
632

633
v10 -> 2021-08-23
×
634
    - Adds "purchase_price_currency" to StockItem serializer
×
635
    - Adds "purchase_price_string" to StockItem serializer
×
636
    - Purchase price is now writable for StockItem serializer
×
637

638
v9  -> 2021-08-09
×
639
    - Adds "price_string" to part pricing serializers
×
640

641
v8  -> 2021-07-19
×
642
    - Refactors the API interface for SupplierPart and ManufacturerPart models
×
643
    - ManufacturerPart objects can no longer be created via the SupplierPart API endpoint
×
644

645
v7  -> 2021-07-03
×
646
    - Introduced the concept of "API forms" in https://github.com/inventree/InvenTree/pull/1716
×
647
    - API OPTIONS endpoints provide comprehensive field metedata
×
648
    - Multiple new API endpoints added for database models
×
649

650
v6  -> 2021-06-23
×
651
    - Part and Company images can now be directly uploaded via the REST API
×
652

653
v5  -> 2021-06-21
×
654
    - Adds API interface for manufacturer part parameters
×
655

656
v4  -> 2021-06-01
×
657
    - BOM items can now accept "variant stock" to be assigned against them
×
658
    - Many slight API tweaks were needed to get this to work properly!
×
659

660
v3  -> 2021-05-22:
×
661
    - The updated StockItem "history tracking" now uses a different interface
×
662

663
"""
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc