Releases: spryker/customers-rest-api
Releases · spryker/customers-rest-api
1.10.3
Included commits: 1.10.2...1.10.3
Bugfixes
- Adjusted
customers.validation.yamlto not require the minimum length on the current password for thecustomer-passwordendpoint.
1.10.2
1.10.1
Included commits: 1.10.0...1.10.1
Bugfixes
- Removed
passwordandpasswordConfirmattributes from regular customer data update
1.10.0
Included commits: 1.9.0...1.10.0
Improvements
- Introduced
CustomerByCompanyUserResourceRelationshipPluginto provide the company user resource relationship to the customer resource from the payload.
1.9.0
Included commits: 1.8.1...1.9.0
Bugfixes
- Reworked
CustomerWriterInterface::registerCustomerby adding of executing of CustomerPostCreatePluginInterface plugins. - Reworked
CustomerWriterconstructor.
1.8.1
1.8.0
Included commits: 1.7.0...1.8.0
Improvements
- Adjusted
SetCustomerBeforeActionPluginso now it run CustomerExpanderPlugin plugin stack.
1.7.0
Included commits: 1.6.2...1.7.0
Improvements
- Introduced
CustomersRestApiConfig::RESPONSE_CODE_CUSTOMER_EMAIL_LENGTH_EXCEEDEDandCustomersRestApiConfig::RESPONSE_MESSAGE_CUSTOMER_EMAIL_LENGTH_EXCEEDEDconstants. - Adjusted
RestApiErrorwith processing of customer email length validation error.
1.6.2
Included commits: 1.6.1...1.6.2
Bugfixes
- Adjusted
CustomerWriter::updateCustomerPassword()so it validates customer identifier in change password request.
1.6.1
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
customersresource.