Broadleaf Microservices
  • v1.0.0-latest-prod

Pricing Services Release Notes for 2.0.2-GA

Tip
The 2.x versions are Spring Boot 3 compatible.

New Features & Notable Changes

  • Updated Price List Export endpoint to support new Export Commons export initiation flow

    • The new Price List Export endpoint that initiates the export via the ExportManager supports the new Export Commons export initiation flow that expects the filter string to be included as part of the export request body instead of a request parameter. The old version of the endpoint that pass the filter as a request parameter has been deprecated.

Minor Changes

  • Add a database changeset to modify the data type of priceable_target_context_id from a length of varchar(36) to varchar(255).