The table below specifies the changes made in each version of the Production business domain.
V1.0 |
The Production API is now versioned. The namespaces have been updated to include the business domain and version number, as exemplified by Services.V1.IProductionManager. The URLs used through REST also include these updates, as exemplified by relativity-productions/v1. Additionally, these enhancements are available through .NET and REST: - The Production Manager API includes the following new methods: CancelReproductionJobAsync(), CreateSingleAsync(), DeleteSingleAsync(), GetAllAsync(), GetProductionImagesAsync(), GetProductionImagesTokenAsync(), ReadSingleAsync(), RerunProductionAsync(), RunProductionAsync(), and StageProductionAsync().
- The Production Data Source Manager API includes the new GetProductionDataSourceDefaultFieldValues() method.
- The Production Placeholder Manager API includes the new GetProductionPlaceholderDefaultFieldValues() method.
- The new Production Queue Manager API exposes methods used to cancel a single or multiple production jobs, to retry multiple jobs, and to set the priority for them.
|
v0.0 |
Baseline version |