Skip to main content

16 posts tagged with "release"

View All Tags

· One min read
Puro.earth Releases

Features

  • Support for the new Registry added via the V1 API. Changes are described in detail in the article Updates to the registry
    • Bundle range format changes from globally unique numerical values to a combination of the issuance id and the issuance specific certificate bundle range.
    • Certificate ids from the underlying registry exposed in the API, which encodes general information about the certificate into the id.
    • Phased out the use of GSRN as the main identifier for Production Facilities, and take Production Facility code (6 character alphanumeric string) into use.

· One min read
Puro.earth Releases

Bug Fixes

  • Changed the schema of the body of the POST /saleschannel-services/traders/{traderId}/inventory/retire-endpoint, such that it requires the retirementPurpose, beneficiaryName, and beneficiaryLocation-field exclude certain characters which would fail the retirement to be registered, to exclude certain characters, such as +#$^={}|`"<>~, hexadecimals prefixed with 0x and emojis.

· One min read
Puro.earth Releases

Bug Fixes

  • Changed the schema of the body of the POST /saleschannel-services/traders/{traderId}/inventory/retire-endpoint, such that it requires the retirementPurpose, beneficiaryName, and beneficiaryLocation-field exclude usage of the * character in addition to the existing excluded characters, such as +#$^*={}|`"<>~, hexadecimals prefixed with 0x and emojis.

· One min read
Puro.earth Releases

Bug Fixes

  • Changed the schema of the body of the POST /saleschannel-services/traders/{traderId}/inventory/retire-endpoint, such that it requires the retirementPurpose-field to have a length of at least 1 character.

· One min read
Puro.earth Releases

Features

  • Adds additional query parameters to GET /saleschannel-services/events-endpoint, which together enable paginating on this endpoint.

Bug Fixes

  • Fixes a bug in the POST /saleschannel-services/traders/{traderId}/inventory/trade-endpoint, which would allow non-numerical bundle-ranges to be specified, which would prevent being able to read these transactions registration attempts.
  • Fixes a bug in the POST /saleschannel-services/traders/{traderId}/inventory/retire-endpoint, which would allow non-numerical bundle-ranges to be specified, which would prevent being able to read these transaction registration attempts.

· One min read
Puro.earth Releases

Features

  • Adds a new endpoint, GET /saleschannel-services/events, which can be used to track transaction status change events. Adding more event types, such as inventory changes, are planned.

Bug Fixes

  • Fixes a bug in the PATCH /saleschannel-services/traders/{traderId}-endpoint, which would return a HTTP 500.

· One min read
Puro.earth Releases

Bug Fixes

  • Fixes a bug in the GET /saleschannel-services/production-facilities/{productionFacilityId}-endpoint, which would return an HTTP 500 response when no Production Facility with the given ID would exist. Now instead, the endpoint will return an HTTP 404 response.