Skip to content

Releases: spryker/customers-rest-api

1.10.3

09 Aug 15:45

Choose a tag to compare

Included commits: 1.10.2...1.10.3

Bugfixes

  • Adjusted customers.validation.yaml to not require the minimum length on the current password for the customer-password endpoint.

1.10.2

22 Jul 13:29

Choose a tag to compare

Included commits: 1.10.1...1.10.2

Bugfixes

  • Adjusted Glue annotations for addresses resources.

1.10.1

06 Jun 15:06

Choose a tag to compare

Included commits: 1.10.0...1.10.1

Bugfixes

  • Removed password and passwordConfirm attributes from regular customer data update

1.10.0

04 Jun 12:09

Choose a tag to compare

Included commits: 1.9.0...1.10.0

Improvements

  • Introduced CustomerByCompanyUserResourceRelationshipPlugin to provide the company user resource relationship to the customer resource from the payload.

1.9.0

27 May 07:28

Choose a tag to compare

Included commits: 1.8.1...1.9.0

Bugfixes

  • Reworked CustomerWriterInterface::registerCustomer by adding of executing of CustomerPostCreatePluginInterface plugins.
  • Reworked CustomerWriter constructor.

1.8.1

09 Apr 15:45

Choose a tag to compare

Included commits: 1.8.0...1.8.1

Bugfixes

  • Added missing dependency to behavior module.

1.8.0

02 Apr 13:52

Choose a tag to compare

Included commits: 1.7.0...1.8.0

Improvements

  • Adjusted SetCustomerBeforeActionPlugin so now it run CustomerExpanderPlugin plugin stack.

1.7.0

28 Feb 09:17

Choose a tag to compare

Included commits: 1.6.2...1.7.0

Improvements

  • Introduced CustomersRestApiConfig::RESPONSE_CODE_CUSTOMER_EMAIL_LENGTH_EXCEEDED and CustomersRestApiConfig::RESPONSE_MESSAGE_CUSTOMER_EMAIL_LENGTH_EXCEEDED constants.
  • Adjusted RestApiError with processing of customer email length validation error.

1.6.2

17 Dec 14:14

Choose a tag to compare

Included commits: 1.6.1...1.6.2

Bugfixes

  • Adjusted CustomerWriter::updateCustomerPassword() so it validates customer identifier in change password request.

1.6.1

07 Dec 09:31

Choose a tag to compare

Included commits: 1.6.0...1.6.1

Bugfixes

  • Refactored CustomerAddressReader::getAddressesByCustomerReference() method to get rid of additional Zed call.
  • Adding customer addresses as relationships to customers resource.