mirror of
https://github.com/inventree/InvenTree.git
synced 2025-12-16 17:28:11 +00:00
Update API version
This commit is contained in:
@@ -1,11 +1,15 @@
|
|||||||
"""InvenTree API version information."""
|
"""InvenTree API version information."""
|
||||||
|
|
||||||
# InvenTree API version
|
# InvenTree API version
|
||||||
INVENTREE_API_VERSION = 427
|
INVENTREE_API_VERSION = 428
|
||||||
"""Increment this API version number whenever there is a significant change to the API that any clients need to know about."""
|
"""Increment this API version number whenever there is a significant change to the API that any clients need to know about."""
|
||||||
|
|
||||||
INVENTREE_API_TEXT = """
|
INVENTREE_API_TEXT = """
|
||||||
|
|
||||||
|
v428 -> 2025-11-25 : https://github.com/inventree/InvenTree/pull/10699
|
||||||
|
- Removed the "PartParameter" and "PartParameterTemplate" API endpoints
|
||||||
|
- Added generic "Parameter" and "ParameterTemplate" API endpoints
|
||||||
|
|
||||||
v427 -> 2025-11-24 : https://github.com/inventree/InvenTree/pull/10896
|
v427 -> 2025-11-24 : https://github.com/inventree/InvenTree/pull/10896
|
||||||
- Fixes a spelling mistake in the API field labels
|
- Fixes a spelling mistake in the API field labels
|
||||||
|
|
||||||
@@ -42,7 +46,7 @@ v418 -> 2025-10-24 : https://github.com/inventree/InvenTree/pull/10657
|
|||||||
|
|
||||||
v417 -> 2025-10-22 : https://github.com/inventree/InvenTree/pull/10654
|
v417 -> 2025-10-22 : https://github.com/inventree/InvenTree/pull/10654
|
||||||
- Adds "checked" filter to SalesOrderShipment API endpoint
|
- Adds "checked" filter to SalesOrderShipment API endpoint
|
||||||
- Adds "order_status" filter to SalesOrdereShipment API endpoint
|
- Adds "order_status" filter to SalesOrderShipment API endpoint
|
||||||
- Adds "order_outstanding" filter to SalesOrderShipment API endpoint
|
- Adds "order_outstanding" filter to SalesOrderShipment API endpoint
|
||||||
|
|
||||||
v416 -> 2025-10-22 : https://github.com/inventree/InvenTree/pull/10651
|
v416 -> 2025-10-22 : https://github.com/inventree/InvenTree/pull/10651
|
||||||
@@ -100,7 +104,7 @@ v401 -> 2025-10-05 : https://github.com/inventree/InvenTree/pull/10381
|
|||||||
- Adds machine properties to machine API endpoints
|
- Adds machine properties to machine API endpoints
|
||||||
|
|
||||||
v400 -> 2025-10-05 : https://github.com/inventree/InvenTree/pull/10486
|
v400 -> 2025-10-05 : https://github.com/inventree/InvenTree/pull/10486
|
||||||
- Adds return datatypes for admin/config and flags entpoints
|
- Adds return datatypes for admin/config and flags endpoints
|
||||||
|
|
||||||
v399 -> 2025-10-05 : https://github.com/inventree/InvenTree/pull/10445
|
v399 -> 2025-10-05 : https://github.com/inventree/InvenTree/pull/10445
|
||||||
- Refactors 'customer_detail' param in SalesOrder API endpoint
|
- Refactors 'customer_detail' param in SalesOrder API endpoint
|
||||||
|
|||||||
Reference in New Issue
Block a user