Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit c95ce13

Browse files
Merge pull request #8050 from magento/whatsnew-2.4.1
Update whatsnew for Q4 2020 release
2 parents 958c6bf + 3eb0cba commit c95ce13

File tree

1 file changed

+157
-1
lines changed

1 file changed

+157
-1
lines changed

src/_data/whats-new.yml

Lines changed: 157 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,164 @@ description: This page contains recent changes that we think you'd like to know
44
We exclude from this list proofreading, spelling checks, and all minor updates.
55
link: "/whats-new.html"
66
thread: "/whatsnew-feed.xml"
7-
updated: Thu Oct 8 18:38:18 2020
7+
updated: Wed Oct 14 19:58:40 2020
88
entries:
9+
- description: Added release notes to describe the Magento 2.3.6 and Magento 2.4.1
10+
release notes. See [2.4 Release Information](https://devdocs.magento.com/guides/v2.4/release-notes/bk-release-notes.html)
11+
and [2.3 Release Information](https://devdocs.magento.com/guides/v2.3/release-notes/bk-release-notes.html).
12+
versions: 2.3.6, 2.4.1
13+
type: Major Update
14+
date: October 15, 2020
15+
link: https://github.com/magento/devdocs/pull/8036
16+
contributor: jfrontain
17+
profile: https://github.com/jfrontain
18+
- description: Fixed invalid `env.php` code sample for [message queue configuration](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/message-queues/message-queues.html).
19+
versions: 2.3.6
20+
type: Technical
21+
date: October 15, 2020
22+
link: https://github.com/magento/devdocs/pull/7896
23+
contributor: jeff-matthews
24+
profile: https://github.com/jeff-matthews
25+
- description: Added a new overview page for [Klarna's payment method](https://devdocs.magento.com/guides/v2.4/graphql/payment-methods/klarna.html)
26+
and a new reference page for Klarna's [`createKlarnaPaymentsSession`](https://devdocs.magento.com/guides/v2.4/graphql/mutations/create-klarna-payments-session.html)
27+
GraphQL mutation.
28+
versions: 2.4.1
29+
type: New Topic
30+
date: October 15, 2020
31+
link: https://github.com/magento/devdocs/pull/7891
32+
contributor: jeff-matthews
33+
profile: https://github.com/jeff-matthews
34+
- description: Added release notes for [Inventory Management](https://devdocs.magento.com/guides/v2.3/inventory/release-notes.html).
35+
versions: 2.4.1
36+
type: Major Update
37+
date: October 15, 2020
38+
link: https://github.com/magento/devdocs/pull/7925
39+
contributor: sidolov
40+
profile: https://github.com/sidolov
41+
- description: Added a list of [REST endpoints](https://devdocs.magento.com/guides/v2.4/rest/protected-endpoints.html)
42+
and a list of [GraphQL mutations](https://devdocs.magento.com/guides/v2.4/graphql/protected-mutations.html)
43+
that require an `X-Captcha` header when CAPTCHA is enabled for various storefront
44+
forms.
45+
versions: 2.3.6, 2.4.1
46+
type: New Topic
47+
date: October 15, 2020
48+
link: https://github.com/magento/devdocs/pull/7906
49+
contributor: keharper
50+
profile: https://github.com/keharper
51+
- description: Added the [`availableStores` query](https://devdocs.magento.com/guides/v2.4/graphql/queries/available-stores.html),
52+
which returns system configuration information from multiple store views. The
53+
query provides the context needed for a store switcher.
54+
versions: 2.4.1
55+
type: New Topic
56+
date: October 15, 2020
57+
link: https://github.com/magento/devdocs/pull/7853
58+
contributor: keharper
59+
profile: https://github.com/keharper
60+
- description: Added 2.4.1 beta [release notes](https://devdocs.magento.com/guides/v2.4/release-notes/bk-release-notes.html).
61+
versions: 2.4.1
62+
type: Major Update
63+
date: October 15, 2020
64+
link: https://github.com/magento/devdocs/pull/7846
65+
contributor: jfrontain
66+
profile: https://github.com/jfrontain
67+
- description: The [`addProductsToCart` mutation](https://devdocs.magento.com/guides/v2.4/graphql/mutations/add-products-to-cart.html)
68+
allows you to add any type of product to the active cart. We recommend using this
69+
mutation instead of single-purpose mutations such as `addSimpleProductsToCart`.
70+
versions: 2.4.1
71+
type: New Topic
72+
date: October 15, 2020
73+
link: https://github.com/magento/devdocs/pull/7774
74+
contributor: andrewbess
75+
profile: https://github.com/andrewbess
76+
- description: Added support for product reviews in GraphQL. Use the [createProductReview
77+
mutation](https://devdocs.magento.com/guides/v2.4/graphql/mutations/create-product-review.html)
78+
to add a review and the [productReviewRatingsMetadata query](https://devdocs.magento.com/guides/v2.4/graphql/queries/product-review-ratings-metadata.html)
79+
to retrieve information about the reviews infrastructure.
80+
versions: 2.4.1
81+
type: New Topic
82+
date: October 15, 2020
83+
link: https://github.com/magento/devdocs/pull/7775
84+
contributor: keharper
85+
profile: https://github.com/keharper
86+
- description: Added the ability to [add items](https://devdocs.magento.com/guides/v2.4/graphql/mutations/add-products-to-wishlist.html)
87+
to, [update items](https://devdocs.magento.com/guides/v2.4/graphql/mutations/update-products-in-wishlist.html)
88+
in, and [remove items](https://devdocs.magento.com/guides/v2.4/graphql/mutations/remove-products-from-wishlist.html)
89+
from a wish list in GraphQL.
90+
versions: 2.4.1
91+
type: New Topic
92+
date: October 15, 2020
93+
link: https://github.com/magento/devdocs/pull/7770
94+
contributor: keharper
95+
profile: https://github.com/keharper
96+
- description: Added the [`setGiftOptionsOnCart` mutation](https://devdocs.magento.com/guides/v2.4/graphql/mutations/set-gift-options.html)
97+
to set gift messages, gift wrapping, gift receipts, and printed cards to an entire
98+
order. The [`updateCartItems` mutation](https://devdocs.magento.com/guides/v2.4/graphql/mutations/update-cart-items.html)
99+
has been updated to allow adding a gift message or gift wrapping to individual
100+
products.
101+
versions: 2.4.1
102+
type: New Topic
103+
date: October 15, 2020
104+
link: https://github.com/magento/devdocs/pull/7745
105+
contributor: keharper
106+
profile: https://github.com/keharper
107+
- description: We have added the [`createCustomerV2`](https://devdocs.magento.com/guides/v2.4/graphql/mutations/create-customer-v2.html)
108+
and [`updateCustomerV2`](https://devdocs.magento.com/guides/v2.4/graphql/mutations/update-customer-v2.html)
109+
mutations to manage customer accounts. These new mutations require different input
110+
objects than the `createCustomer` and `updateCustomer` mutations. To change a
111+
customer's email address, use the new [`updateCustomerEmail`](https://devdocs.magento.com/guides/v2.4/graphql/mutations/update-customer-email.html)
112+
mutation.
113+
versions: 2.4.1
114+
type: New Topic
115+
date: October 15, 2020
116+
link: https://github.com/magento/devdocs/pull/7673
117+
contributor: keharper
118+
profile: https://github.com/keharper
119+
- description: Added GraphQL support for rewards points. Use the [`applyRewardPointsToCart`](https://devdocs.magento.com/guides/v2.4/graphql/mutations/apply-reward-points.html)
120+
and [`removeRewardPointsFromCart`](https://devdocs.magento.com/guides/v2.4/graphql/mutations/remove-reward-points.html)
121+
mutation to manage reward points within a cart. The [cart](https://devdocs.magento.com/guides/v2.4/graphql/queries/cart.html),
122+
[customer](https://devdocs.magento.com/guides/v2.4/graphql/queries/customer.html),
123+
and [storeConfig](https://devdocs.magento.com/guides/v2.4/graphql/queries/store-config.html)
124+
queries also return information related to reward points.
125+
versions: 2.4.1
126+
type: New Topic
127+
date: October 15, 2020
128+
link: https://github.com/magento/devdocs/pull/7662
129+
contributor: keharper
130+
profile: https://github.com/keharper
131+
- description: Added GraphQL Vault support with the [Payflow Pro Vault](https://devdocs.magento.com/guides/v2.4/graphql/payment-methods/payflow-pro-vault.html)
132+
payment method.
133+
versions: 2.4.1
134+
type: New Topic
135+
date: October 15, 2020
136+
link: https://github.com/magento/devdocs/pull/7714
137+
contributor: keharper
138+
profile: https://github.com/keharper
139+
- description: Added a [deprecation notice](https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html#technologies-magento-can-use)
140+
for Elasticsearch 6.x.
141+
versions: 2.3.6
142+
type: Technical
143+
date: October 15, 2020
144+
link: https://github.com/magento/devdocs/pull/7512
145+
contributor: jeff-matthews
146+
profile: https://github.com/jeff-matthews
147+
- description: Added the [`subscribeEmailToNewsletter` mutation](https://devdocs.magento.com/guides/v2.4/graphql/mutations/subscribe-email-to-newsletter.html)
148+
to the _GraphQL Developer Guide_.
149+
versions: 2.4.1
150+
type: New Topic
151+
date: October 15, 2020
152+
link: https://github.com/magento/devdocs/pull/7422
153+
contributor: atwixfirster
154+
profile: https://github.com/atwixfirster
155+
- description: The GraphQL [`customer` query](https://devdocs.magento.com/guides/v2.4/graphql/queries/customer.html)
156+
now returns detailed information about any order in the logged-in customer's order
157+
history. The query can now replicate what is displayed in the My Orders page
158+
in the storefront.
159+
versions: 2.4.1
160+
type: Major Update
161+
date: October 15, 2020
162+
link: https://github.com/magento/devdocs/pull/7436
163+
contributor: keharper
164+
profile: https://github.com/keharper
9165
- description: Added a [deprecation notice](https://devdocs.magento.com/cloud/configure/import-url-rewrites.html)
10166
for `magento/url-rewrite-import-export` module, which is no longer supported on
11167
Magento 2.4.x or later.

0 commit comments

Comments
 (0)