@@ -4,8 +4,249 @@ description: This page contains recent changes that we think you'd like to know
4
4
We exclude from this list proofreading, spelling checks, and all minor updates.
5
5
link : " /whats-new.html"
6
6
thread : " /whatsnew-feed.xml"
7
- updated : Thu Feb 4 15:51:53 2021
7
+ updated : Tue Feb 9 12:25:39 2021
8
8
entries :
9
+ - description : Added [release notes](https://devdocs.magento.com/guides/v2.4/release-notes/bk-release-notes.html)
10
+ for Magento Commerce and Open Source 2.4.2.
11
+ versions : 2.4.2
12
+ type : Major Update
13
+ date : February 9, 2021
14
+ link : https://github.com/magento/devdocs/pull/8611
15
+ contributor : jfrontain
16
+ profile : https://github.com/jfrontain
17
+ - description : Added support for [comparison lists](https://devdocs.magento.com/guides/v2.4/graphql/queries/compare-list.html).
18
+ Shoppers can [create](https://devdocs.magento.com/guides/v2.4/graphql/mutations/create-compare-list.html)
19
+ and [delete](https://devdocs.magento.com/guides/v2.4/graphql/mutations/delete-compare-list.html)
20
+ comparison lists, and [add](https://devdocs.magento.com/guides/v2.4/graphql/mutations/add-products-to-compare-list.html)
21
+ and [remove](https://devdocs.magento.com/guides/v2.4/graphql/mutations/remove-products-from-compare-list.html)
22
+ items to the comparison lists. In addition, shoppers that create a comparison
23
+ list as a guest can log in as a customer and [retain](https://devdocs.magento.com/guides/v2.4/graphql/mutations/assign-compare-list-to-customer.html)
24
+ their comparison lists.
25
+ versions : 2.4.2
26
+ type : New Topic
27
+ date : February 9, 2021
28
+ link : https://github.com/magento/devdocs/pull/8646
29
+ contributor : keharper
30
+ profile : https://github.com/keharper
31
+ - description : Added examples of adding bundle products to the [`addProductsToCart`
32
+ mutation](https://devdocs.magento.com/guides/v2.4/graphql/mutations/add-products-to-cart.html).
33
+ versions : 2.4.2
34
+ type : Major Update
35
+ date : February 9, 2021
36
+ link : https://github.com/magento/devdocs/pull/8506
37
+ contributor : keharper
38
+ profile : https://github.com/keharper
39
+ - description : Published release notes for [Inventory](https://devdocs.magento.com/guides/v2.3/inventory/release-notes.html)
40
+ 1.2.2.
41
+ versions : ' '
42
+ type : Major Update
43
+ date : February 9, 2021
44
+ link : https://github.com/magento/devdocs/pull/8500
45
+ contributor : sidolov
46
+ profile : https://github.com/sidolov
47
+ - description : Added information about Composer 2 compatibility in [system requirements](https://devdocs.magento.com/guides/v2.4/install-gde/system-requirements.html)
48
+ and [upgrade scenarios](https://devdocs.magento.com/guides/v2.4/comp-mgr/cli/cli-upgrade.html).
49
+ versions : 2.4.2
50
+ type : Major Update
51
+ date : February 9, 2021
52
+ link : https://github.com/magento/devdocs/pull/8474
53
+ contributor : jeff-matthews
54
+ profile : https://github.com/jeff-matthews
55
+ - description : Added full GraphQL support for B2B requisition lists. With GraphQL,
56
+ you can perform the following tasks:<br/>[Create](https://devdocs.magento.com/guides/v2.4/graphql/mutations/create-requisition-list.html),
57
+ [update](https://devdocs.magento.com/guides/v2.4/graphql/mutations/update-requisition-list.html),
58
+ and [delete](https://devdocs.magento.com/guides/v2.4/graphql/mutations/delete-requisition-list.html)
59
+ requisition lists.<br/>[Add](https://devdocs.magento.com/guides/v2.4/graphql/mutations/add-products-to-requisition-list.html),
60
+ [update](https://devdocs.magento.com/guides/v2.4/graphql/mutations/update-requisition-list-items.html),
61
+ and [delete](https://devdocs.magento.com/guides/v2.4/graphql/mutations/delete-requisition-list-items.html)
62
+ items in a requisition list.<br/>[Copy](https://devdocs.magento.com/guides/v2.4/graphql/mutations/copy-items-between-requisition-lists.html)
63
+ and [move](https://devdocs.magento.com/guides/v2.4/graphql/mutations/move-items-between-requisition-lists.html)
64
+ items between requisition lists.<br/>Add requisition list items to the [cart](https://devdocs.magento.com/guides/v2.4/graphql/mutations/add-requisition-list-items-to-cart.html).<br/>[Clear](https://devdocs.magento.com/guides/v2.4/graphql/mutations/clear-customer-cart.html)
65
+ the customer cart.<br/>Return details about requisition lists using the [customer
66
+ query](https://devdocs.magento.com/guides/v2.4/graphql/queries/customer.html).
67
+ versions : 2.4.2
68
+ type : New Topic
69
+ date : February 9, 2021
70
+ link : https://github.com/magento/devdocs/pull/8428
71
+ contributor : keharper
72
+ profile : https://github.com/keharper
73
+ - description : Added GraphQL support for returned merchandise authorizations (RMA).
74
+ See the [requestReturn mutation](https://devdocs.magento.com/guides/v2.4/graphql/mutations/request-return.html),
75
+ [addReturnComment mutation](https://devdocs.magento.com/guides/v2.4/graphql/mutations/add-return-comment.html),
76
+ [addReturnTracking mutation](https://devdocs.magento.com/guides/v2.4/graphql/mutations/add-return-tracking.html),
77
+ and [removeReturnTracking mutation](https://devdocs.magento.com/guides/v2.4/graphql/mutations/remove-return-tracking.html)
78
+ for details.
79
+ versions : 2.4.2
80
+ type : New Topic
81
+ date : February 9, 2021
82
+ link : https://github.com/magento/devdocs/pull/8258
83
+ contributor : keharper
84
+ profile : https://github.com/keharper
85
+ - description : In GraphQL, we've deprecated many `id` fields that were of type `Int`
86
+ in favor of `uid` fields of type `ID`. These changes primarily affect the product
87
+ and cart sections of the schema.
88
+ versions : 2.4.2
89
+ type : Major Update
90
+ date : February 9, 2021
91
+ link : https://github.com/magento/devdocs/pull/8273
92
+ contributor : keharper
93
+ profile : https://github.com/keharper
94
+ - description : Added documentation for the GraphQL [WishlistItemInterface](https://devdocs.magento.com/guides/v2.4/graphql/interfaces/wishlist-item-interface.html).
95
+ versions : 2.4.x
96
+ type : New Topic
97
+ date : February 9, 2021
98
+ link : https://github.com/magento/devdocs/pull/8221
99
+ contributor : keharper
100
+ profile : https://github.com/keharper
101
+ - description : Added a [deprecation notice](https://devdocs.magento.com/guides/v2.4/config-guide/multi-master/multi-master.html)
102
+ for the split database feature.
103
+ versions : 2.4.2
104
+ type : Major Update
105
+ date : February 9, 2021
106
+ link : https://github.com/magento/devdocs/pull/8424
107
+ contributor : jeff-matthews
108
+ profile : https://github.com/jeff-matthews
109
+ - description : Updated the [availability](https://devdocs.magento.com/release/availability.html)
110
+ and [compatibility](https://devdocs.magento.com/extensions/vendor/) of Magento-developed
111
+ extensions (MDEs) and vendor-bundled extensions (VBEs).
112
+ versions : 2.4.2
113
+ type : Major Update
114
+ date : February 9, 2021
115
+ link : https://github.com/magento/devdocs/pull/8412
116
+ contributor : jeff-matthews
117
+ profile : https://github.com/jeff-matthews
118
+ - description : Added 2.4.2 beta [release notes](https://devdocs.magento.com/guides/v2.4/release-notes/bk-release-notes.html).
119
+ versions : 2.4.2
120
+ type : Major Update
121
+ date : February 9, 2021
122
+ link : https://github.com/magento/devdocs/pull/8388
123
+ contributor : jfrontain
124
+ profile : https://github.com/jfrontain
125
+ - description : Add new [configuration instructions for the Remote storage module](https://devdocs.magento.com/guides/v2.4/config-guide/remote-storage/config-remote-storage.html)
126
+ and AWS S3 adapter to the _Configuration guide_.
127
+ versions : 2.4.2
128
+ type : New Topic
129
+ date : February 9, 2021
130
+ link : https://github.com/magento/devdocs/pull/8254
131
+ contributor : hguthrie
132
+ profile : https://github.com/hguthrie
133
+ - description : Added an [example](https://devdocs.magento.com/guides/v2.4/ui_comp_guide/concepts/ui_comp_uiregistry.html)
134
+ of asynchronously retrieving UI components from the registry.
135
+ versions : 2.4.2
136
+ type : Technical
137
+ date : February 9, 2021
138
+ link : https://github.com/magento/devdocs/pull/8383
139
+ contributor : chiranjeevi-cj
140
+ profile : https://github.com/chiranjeevi-cj
141
+ - description : Added a new [release notes page](https://devdocs.magento.com/extensions/vendor/yotpo/release-notes.html)
142
+ for the Yotpo vendor bundled extension (VBE).
143
+ versions : 2.4.2
144
+ type : New Topic
145
+ date : February 9, 2021
146
+ link : https://github.com/magento/devdocs/pull/8358
147
+ contributor : jeff-matthews
148
+ profile : https://github.com/jeff-matthews
149
+ - description : Added a new topic describing the [`generateCustomerTokenAsAdmin`](https://devdocs.magento.com/guides/v2.4/graphql/mutations/generate-customer-token-as-admin.html)
150
+ GraphQL mutation.
151
+ versions : 2.4.2
152
+ type : New Topic
153
+ date : February 9, 2021
154
+ link : https://github.com/magento/devdocs/pull/8303
155
+ contributor : sathiyaaa
156
+ profile : https://github.com/sathiyaaa
157
+ - description : ' Added the following mutations in support of B2B companies: [createCompanyRole](https://devdocs.magento.com/guides/v2.4/graphql/mutations/create-company-role.html),
158
+ [updateCompanyRole](https://devdocs.magento.com/guides/v2.4/graphql/mutations/update-company-role.html),
159
+ [deleteCompanyRole](https://devdocs.magento.com/guides/v2.4/graphql/mutations/delete-company-role.html),
160
+ and [isCompanyRoleNameAvailable](https://devdocs.magento.com/guides/v2.4/graphql/queries/is-company-role-name-available.html)
161
+ query.'
162
+ versions : 2.4.2
163
+ type : New Topic
164
+ date : February 9, 2021
165
+ link : https://github.com/magento/devdocs/pull/8097
166
+ contributor : andrewbess
167
+ profile : https://github.com/andrewbess
168
+ - description : ' Added the following queries in support of B2B companies: [isCompanyEmailAvailable](https://devdocs.magento.com/guides/v2.4/graphql/queries/is-company-email-available.html),
169
+ [isCompanyAdminEmailAvailable](https://devdocs.magento.com/guides/v2.4/graphql/queries/is-company-admin-email-available.html),
170
+ and [isCompanyUserEmailAvailable](https://devdocs.magento.com/guides/v2.4/graphql/queries/is-company-user-email-available.html).'
171
+ versions : 2.4.2
172
+ type : Major Update
173
+ date : February 9, 2021
174
+ link : https://github.com/magento/devdocs/pull/8120
175
+ contributor : andrewbess
176
+ profile : https://github.com/andrewbess
177
+ - description : ' Added the following mutations in support of B2B companies: [createCompanyUser](https://devdocs.magento.com/guides/v2.4/graphql/mutations/create-company-user.html),
178
+ [updateCompanyUser](https://devdocs.magento.com/guides/v2.4/graphql/mutations/update-company-user.html),
179
+ [deleteCompanyUser](https://devdocs.magento.com/guides/v2.4/graphql/mutations/delete-company-user.html).'
180
+ versions : 2.4.2
181
+ type : New Topic
182
+ date : February 9, 2021
183
+ link : https://github.com/magento/devdocs/pull/8104
184
+ contributor : andrewbess
185
+ profile : https://github.com/andrewbess
186
+ - description : Added mutations to [add](https://devdocs.magento.com/guides/v2.4/graphql/mutations/create-requisition-list.html) and [delete](https://devdocs.magento.com/guides/v2.4/graphql/mutations/delete-requisition-list.html) B2B requisition lists.
187
+ versions : 2.4.2
188
+ type : New Topic
189
+ date : February 9, 2021
190
+ link : https://github.com/magento/devdocs/pull/8093
191
+ contributor : dani97
192
+ profile : https://github.com/dani97
193
+ - description : Added a new section about [configuring garbage collection](https://devdocs.magento.com/guides/v2.4/config-guide/sessions.html)
194
+ in Magento to clean up expired sessions.
195
+ versions : 2.4.2
196
+ type : Major Update
197
+ date : February 9, 2021
198
+ link : https://github.com/magento/devdocs/pull/8053
199
+ contributor : victorpetryk
200
+ profile : https://github.com/victorpetryk
201
+ - description : ' Added the following mutations in support of B2B companies: [createCompanyTeam](https://devdocs.magento.com/guides/v2.4/graphql/mutations/create-company-team.html),
202
+ [updateCompanyTeam](https://devdocs.magento.com/guides/v2.4/graphql/mutations/update-company-team.html),
203
+ [deleteCompanyTeam](https://devdocs.magento.com/guides/v2.4/graphql/mutations/delete-company-team.html),
204
+ [updateCompanyStructure](https://devdocs.magento.com/guides/v2.4/graphql/mutations/update-company-structure.html).'
205
+ versions : 2.4.2
206
+ type : New Topic
207
+ date : February 9, 2021
208
+ link : https://github.com/magento/devdocs/pull/8028
209
+ contributor : andrewbess
210
+ profile : https://github.com/andrewbess
211
+ - description : Added the B2B [`createCompany` mutation](https://devdocs.magento.com/guides/v2.4/graphql/mutations/create-company.html)
212
+ and [`updateCompany` mutation](https://devdocs.magento.com/guides/v2.4/graphql/mutations/update-company.html).
213
+ Existing customers and guests can request to create a company, but only approved
214
+ company administrators can update the company.
215
+ versions : 2.4.2
216
+ type : New Topic
217
+ date : February 9, 2021
218
+ link : https://github.com/magento/devdocs/pull/7949
219
+ contributor : keharper
220
+ profile : https://github.com/keharper
221
+ - description : Added the [company query](https://devdocs.magento.com/guides/v2.4/graphql/queries/company.html)
222
+ for B2B.
223
+ versions : 2.4.2
224
+ type : New Topic
225
+ date : February 9, 2021
226
+ link : https://github.com/magento/devdocs/pull/7984
227
+ contributor : keharper
228
+ profile : https://github.com/keharper
229
+ - description : Added the `useCurrentGroup` input parameter to the [`availableStores`
230
+ query](https://devdocs.magento.com/guides/v2.4/graphql/queries/available-stores.html).
231
+ versions : 2.4.2
232
+ type : Major Update
233
+ date : February 9, 2021
234
+ link : https://github.com/magento/devdocs/pull/8001
235
+ contributor : keharper
236
+ profile : https://github.com/keharper
237
+ - description : Added support for multiple wishlists in Magento Commerce. You can use
238
+ GraphQL to [create](https://devdocs.magento.com/guides/v2.4/graphql/mutations/create-wishlist.html),
239
+ [delete](https://devdocs.magento.com/guides/v2.4/graphql/mutations/delete-wishlist.html),
240
+ and [rename](https://devdocs.magento.com/guides/v2.4/graphql/mutations/update-wishlist.html)
241
+ wishlists as well as [move](https://devdocs.magento.com/guides/v2.4/graphql/mutations/move-products-between-wishlists.html)
242
+ or [copy](https://devdocs.magento.com/guides/v2.4/graphql/mutations/copy-products-between-wishlists.html)
243
+ items between them.
244
+ versions : 2.4.2
245
+ type : New Topic
246
+ date : February 9, 2021
247
+ link : https://github.com/magento/devdocs/pull/7888
248
+ contributor : keharper
249
+ profile : https://github.com/keharper
9
250
- description : Updated the note about [supported PHP versions](https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements.html#php).
10
251
versions : 2.3.x
11
252
type : Technical
0 commit comments