Changelog
Changelog
The format is based on Keep a Changelog.
[1.15.0] - 2025-06-23
Breaking Changes
POST /pcf/products/{id}/standard/pact
Request:
Changed content type : application/json
Updated PACT-V2.2.0 : * Changed property pcfData (object)
New required properties:
- `productCarbonContent`
What's Changed
POST /pcf/products/{id}/standard/tfs
Request:
Changed content type : application/json
Updated TFS-V2 : * Changed property pcfData (object)
* Changed property `allocationRulesDescription` (string)
> Description of the allocation rules applied to multi-output processes in your foreground data and explain the underlying reasons (way of allocating all activities from your manufacturing steps to the declared unit). Description of the allocation rules applied to end-of-life processes (also refers to manufacturing related waste).
* Changed property `secondaryEmissionFactorSources` (array)
> Secondary data sources and versions used for this declaration, e.g. data bases such as ecoinvent.
Changed items (string):
POST /pcf/products/{id}/standard/pact
Request:
Changed content type : application/json
Updated PACT-V2.2.0 : * Changed property pcfData (object)
New required properties:
- `productCarbonContent`
[1.13.0] - 2025-03-17
What's New
POST /pcf/products/{id}/standard/iso
To create a ISO standard credential for a specific product of a company in SiGREEN.
POST /pcf/products/{id}/standard/pact
To create a PACT standard credential for a specific product of a company in SiGREEN.
What's Changed
POST /pcf/products/{id}/standard/tfs
Request:
Changed content type : application/json
Updated TFS-V2 : * Changed property pcfData (object)
* Changed property `referencePeriodStart` (string -> string)
> Start of time period of data collection for primary data sources (this does not refer to publication dates of secondary data). DateTime (ISO 8601; UTC Timezone)
* Changed property `referencePeriodEnd` (string -> string)
> End of time period of data collection for primary data sources. DateTime (ISO 8601; UTC Timezone)
* Changed property `created` (string -> string)
> The time stamp at which the PCF has been declared, independently of when or if it has been shared. This represents the validity period start unless specified separately. DateTime (ISO 8601; UTC Timezone)
* Changed property `validityPeriodStart` (string -> string)
> The time stamp at which the PCF is declared valid. If not specified, the validity period starts with the date of issue. DateTime (ISO 8601; UTC Timezone)
* Changed property `validityPeriodEnd` (string -> string)
> Time stamp declaring the expected end of the use period for this declaration or date of expected update (i.e. when does the data validity period end?). DateTime (ISO 8601; UTC Timezone)
POST /pcf/products/{id}/standard/catena-x
Request:
Changed content type : application/json
Updated CATENA-X-V2.2 : * Changed property pcfData (object)
* Changed property `referencePeriodStart` (string -> string)
> Start of time period of data collection for primary data sources (this does not refer to publication dates of secondary data). DateTime (ISO 8601; UTC Timezone)
* Changed property `referencePeriodEnd` (string -> string)
> End of time period of data collection for primary data sources. DateTime (ISO 8601; UTC Timezone)
* Changed property `created` (string -> string)
> The time stamp at which the PCF has been declared, independently of when or if it has been shared. This represents the validity period start unless specified separately. DateTime (ISO 8601; UTC Timezone)
* Changed property `validityPeriodStart` (string -> string)
> The time stamp at which the PCF is declared valid. If not specified, the validity period starts with the date of issue. DateTime (ISO 8601; UTC Timezone)
* Changed property `validityPeriodEnd` (string -> string)
> Time stamp declaring the expected end of the use period for this declaration or date of expected update (i.e. when does the data validity period end?). DateTime (ISO 8601; UTC Timezone)
[1.12.0] - 2024-02-10
What's New
POST /pcf/products/{id}/standard/tfs
To create a TFS standard credential for a specific product of a company in SiGREEN.
POST /pcf/products/{id}/standard/catena-x
To create a CatenaX standard credential for a specific product of a company in SiGREEN.
GET /pcf/jobs/{id}/status
It is to know whether credential has been created or not.
What's Deleted
POST /products/{productId}
To create a credential for a specific product in a company in SiGREEN.
GET /jobs/{jobType}/{jobId}/status
It is to know whether a credential has been created or not.