Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit a478bf4

Browse files
author
Barbara Palumbo
committed
update release note
1 parent 5555b65 commit a478bf4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

commercetools-internal-docs/src/main/java/io/sphere/sdk/meta/ReleaseNotes.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
import io.sphere.sdk.customers.commands.CustomerSignInCommand;
4040
import io.sphere.sdk.customers.commands.CustomerVerifyEmailCommand;
4141
import io.sphere.sdk.customers.commands.updateactions.AddShippingAddressId;
42+
import io.sphere.sdk.customers.commands.updateactions.SetAuthenticationMode;
4243
import io.sphere.sdk.customers.commands.updateactions.SetSalutation;
4344
import io.sphere.sdk.customers.errors.CustomerInvalidCurrentPassword;
4445
import io.sphere.sdk.customers.expansion.CustomerSignInResultExpansionModel;
@@ -158,7 +159,8 @@
158159
-->
159160
<h3 class=released-version id="v2_8_0">2.8.0 (04.04.2022)</h3>
160161
<ul>
161-
<li class=new-in-release>Support new Order message: {@link OrderPaymentAddedMessage}</li>
162+
<li class=new-in-release>Support Authentication Mode for Customer {@link Customer#getAuthenticationMode()} and related update action {@link SetAuthenticationMode}</li>
163+
<li class=new-in-release>Support new Order message {@link OrderPaymentAddedMessage}</li>
162164
<li class=new-in-release>Support of the new properties {@link ApiClient#getAccessTokenValiditySeconds()} and {@link ApiClient#getRefreshTokenValiditySeconds()} as for ApiClient as for ApiClientDraft</li>
163165
<li class=new-in-release>Support of the HTTP Method HEAD and applied it for Products {@link ProductsHead}, {@link ProductByIdHead} and {@link ProductByKeyHead}</li>
164166
<li class=new-in-release>Support new custom field in {@link Delivery#getCustom()} and created update action for Order and OrderEdit {@link SetDeliveryCustomType}, {@link SetDeliveryCustomField}, {@link io.sphere.sdk.orderedits.commands.stagedactions.SetDeliveryCustomType} and {@link io.sphere.sdk.orderedits.commands.stagedactions.SetDeliveryCustomField}</li>

0 commit comments

Comments
 (0)