forked from magento/devdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwhats-new.yml
4968 lines (4968 loc) · 254 KB
/
whats-new.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
---
title: Whats New on Devdocs
description: This page contains recent changes that we think you'd like to know about.
We exclude from this list proofreading, spelling checks, and all minor updates.
link: "/whats-new.html"
thread: "/whatsnew-feed.xml"
updated: Tue Mar 9 13:48:07 2021
entries:
- description: Added the "Remove the Integration" section in the [GitHub Integration](https://devdocs.magento.com/cloud/integrations/github-integration.html)
topic.
versions: 2.x
type: Technical
date: March 9, 2021
link: https://github.com/magento/devdocs/pull/8554
contributor: SumanPitta
profile: https://github.com/SumanPitta
- description: Added a [new table](https://devdocs.magento.com/release/commerce-features.html)
comparing the available features of each minor version of Magento 2.x.
versions: 2.x
type: New Topic
date: March 3, 2021
link: https://github.com/magento/devdocs/commit/d4b75de4ce72f6a07fc9ec263a096faa030d7e33
contributor: dshevtsov
profile: https://github.com/dshevtsov
- description: Published [release notes](https://devdocs.magento.com/quality-patches/release-notes.html)
for the 1.0.17 Magento Quality Patch (MQP) package release.
versions: 2.x
type: Major Update
date: March 3, 2021
link: https://github.com/magento/devdocs/pull/8770
contributor: abukatar
profile: https://github.com/abukatar
- description: Added the "Configure product video options from Magento Admin" section
to the [Configure product video](https://devdocs.magento.com/guides/v2.4/frontend-dev-guide/themes/product-video.html)
topic.
versions: 2.3.x, 2.4.x
type: Major Update
date: March 1, 2021
link: https://github.com/magento/devdocs/pull/8676
contributor: ajithkumar-maragathavel
profile: https://github.com/ajithkumar-maragathavel
- description: Added the [MFTF Magento-supplied Tests](https://devdocs.magento.com/marketplace/sellers/mftf-magento.html)
and [MFTF Vendor-supplied Tests](https://devdocs.magento.com/marketplace/sellers/mftf-vendor.html)
topics to the Marketplace Sellers guide.
versions: ''
type: New Topic
date: February 25, 2021
link: https://github.com/magento/devdocs/pull/8738
contributor: dobooth
profile: https://github.com/dobooth
- description: Reorganized [Page Builder documentation](https://devdocs.magento.com/page-builder/docs/index.html)
to improve discovery and access to topics of interest.
versions: 2.4.x
type: Major Update
date: February 24, 2021
link: https://github.com/magento/devdocs/pull/8732
contributor: bdenham
profile: https://github.com/bdenham
- description: Added information about [configuring variables](https://devdocs.magento.com/guides/v2.4/mrg/ce/ConfigurableProduct.html)
through the theme `view.xml` file with the ConfigurableProduct module.
versions: 2.4.x
type: Major Update
date: February 24, 2021
link: https://github.com/magento/devdocs/pull/8735
contributor: jeff-matthews
profile: https://github.com/jeff-matthews
- description: New Page Builder topics on how to create responsive content. Learn
about viewports, breakpoints, and how to use them to make your content responsive.
The new topics include:<br/>- [Introduction to viewports for responsive content](https://devdocs.magento.com/page-builder/docs/viewports/introduction.html)<br/>-
[Add viewports](https://devdocs.magento.com/page-builder/docs/viewports/add-viewports.html)<br/>-
[Add breakpoints](https://devdocs.magento.com/page-builder/docs/viewports/add-breakpoints.html)<br/>-
[Use breakpoints](https://devdocs.magento.com/page-builder/docs/viewports/use-breakpoints.html)<br/>-
[Change breakpoints and viewports](https://devdocs.magento.com/page-builder/docs/viewports/change-breakpoints-viewports.html)
versions: 2.4.x
type: Major Update
date: February 23, 2021
link: https://github.com/magento/devdocs/pull/8727
contributor: bdenham
profile: https://github.com/bdenham
- description: In the Cloud guide, clarified the section about [Migrating static files](https://devdocs.magento.com/cloud/live/stage-prod-migrate.html#migrate-static-files)
after deploying code. The CLI method is preferred for local to remote environments,
but the `rysnc` method from one remote environment to another requires forwarding
of the authentication agent when using a SSH.
versions: 2.x
type: Technical
date: February 22, 2021
link: https://github.com/magento/devdocs/pull/8552
contributor: hguthrie
profile: https://github.com/hguthrie
- description: New Page Builder topics on how to style content types. Learn how Page
Builder styles content and how to override these styles to control Page Builder's
appearance from your themes. The new topics include:<br/>- [How Page Builder styles
content](https://devdocs.magento.com/page-builder/docs/styles/introduction.html)<br/>-
[Override Page Builder styles](https://devdocs.magento.com/page-builder/docs/styles/override-pagebuilder-styles.html)<br/>-
[Use themes to override styles](https://devdocs.magento.com/page-builder/docs/styles/use-themes-to-override-styles.html)<br/>-
[Use modules to override styles](https://devdocs.magento.com/page-builder/docs/styles/use-modules-to-override-styles.html)<br/>-
[Use HTML Code to override styles](https://devdocs.magento.com/page-builder/docs/styles/use-htmlcode-to-override-styles.html)
versions: 2.4.x
type: Major Update
date: February 22, 2021
link: https://github.com/magento/devdocs/pull/8714
contributor: bdenham
profile: https://github.com/bdenham
- description: Updated the [`magento-cloud` CLI reference](https://devdocs.magento.com/guides/v2.4/reference/cli/magento-cloud.html)
(v1.38.0).
versions: 2.x
type: Major Update
date: February 22, 2021
link: https://github.com/magento/devdocs/pull/8724
contributor: hguthrie
profile: https://github.com/hguthrie
- description: Published [release notes](https://devdocs.magento.com/quality-patches/release-notes.html)
for the 1.0.16 Magento Quality Patch (MQP) package release.
versions: 2.x
type: Major Update
date: February 18, 2021
link: https://github.com/magento/devdocs/pull/8706
contributor: Rykh
profile: https://github.com/Rykh
- description: New Page Builder topics on how to [extend content types](https://devdocs.magento.com/page-builder/docs/content-types/extend/introduction.html). Learn
how to add new features, styles, and behaviors to existing content types in these
topics:<br/>- [Extend an appearance](https://devdocs.magento.com/page-builder/docs/content-types/extend/extend-appearances.html)<br/>- [Extend
another appearance](https://devdocs.magento.com/page-builder/docs/content-types/extend/extend-more-appearances.html)<br/>- [Add
appearances](https://devdocs.magento.com/page-builder/docs/content-types/extend/add-appearances.html)
versions: 2.4.2, 2.4.x
type: Major Update
date: February 17, 2021
link: https://github.com/magento/devdocs/pull/8702
contributor: bdenham
profile: https://github.com/bdenham
- description: Updated the example in the [ColumnsControl component](https://devdocs.magento.com/guides/v2.4/ui_comp_guide/components/ui-columnscontrols.html)
topic.
versions: 2.3.x, 2.4.x
type: Major Update
date: February 11, 2021
link: https://github.com/magento/devdocs/pull/8601
contributor: Santoshziffity
profile: https://github.com/Santoshziffity
- description: Added 2.4.2 to the [Backward incompatible changes reference](https://devdocs.magento.com/guides/v2.4/release-notes/backward-incompatible-changes/reference.html).
versions: 2.4.2
type: Major Update
date: February 10, 2021
link: https://github.com/magento/devdocs/pull/8660
contributor: devops-devdocs
profile: https://github.com/devops-devdocs
- description: Updated reference documentation on [packages](https://devdocs.magento.com/guides/v2.4/release-notes/packages-commerce.html)
and [`bin/magento`](https://devdocs.magento.com/guides/v2.4/reference/cli/magento-commerce.html)
CLI for Commerce.
versions: 2.4.2
type: Major Update
date: February 10, 2021
link: https://github.com/magento/devdocs/pull/8668
contributor: dshevtsov
profile: https://github.com/dshevtsov
- description: Updated the organization of the [Page Builder docs](https://devdocs.magento.com/page-builder/docs/index.html).
versions: 2.4.x
type: Major Update
date: February 10, 2021
link: https://github.com/magento/devdocs/pull/8673
contributor: bdenham
profile: https://github.com/bdenham
- description: Published all documentation updates related to the Q1 2021 Commerce
and Open Source releases.
versions: 2.4.2
type: Major Update
date: February 9, 2021
link: https://github.com/magento/devdocs/pull/8649
contributor: jeff-matthews
profile: https://github.com/jeff-matthews
- description: Updated the [Module Reference Guide](https://devdocs.magento.com/guides/v2.4/mrg/intro.html).
versions: 2.4.2
type: Major Update
date: February 9, 2021
link: https://github.com/magento/devdocs/pull/8659
contributor: dshevtsov
profile: https://github.com/dshevtsov
- description: Updated [Open Source packages](https://devdocs.magento.com/guides/v2.4/release-notes/packages-open-source.html),
[Cloud Commerce packages](https://devdocs.magento.com/guides/v2.4/release-notes/packages-cloud.html),
[required PHP extensions](https://devdocs.magento.com/guides/v2.4/install-gde/prereq/php-settings.html#verify-installed-extensions), [`bin/magento`
OpenSource reference](https://devdocs.magento.com/guides/v2.4/reference/cli/magento.html).
versions: 2.4.2
type: Major Update
date: February 9, 2021
link: https://github.com/magento/devdocs/pull/8661
contributor: dshevtsov
profile: https://github.com/dshevtsov
- description: Added [release notes](https://devdocs.magento.com/guides/v2.4/release-notes/bk-release-notes.html)
for Magento Commerce and Open Source 2.4.2.
versions: 2.4.2
type: Major Update
date: February 9, 2021
link: https://github.com/magento/devdocs/pull/8611
contributor: jfrontain
profile: https://github.com/jfrontain
- description: Added support for [comparison lists](https://devdocs.magento.com/guides/v2.4/graphql/queries/compare-list.html).
Shoppers can [create](https://devdocs.magento.com/guides/v2.4/graphql/mutations/create-compare-list.html)
and [delete](https://devdocs.magento.com/guides/v2.4/graphql/mutations/delete-compare-list.html)
comparison lists, and [add](https://devdocs.magento.com/guides/v2.4/graphql/mutations/add-products-to-compare-list.html)
and [remove](https://devdocs.magento.com/guides/v2.4/graphql/mutations/remove-products-from-compare-list.html)
items to the comparison lists. In addition, shoppers that create a comparison
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)
their comparison lists.
versions: 2.4.2
type: New Topic
date: February 9, 2021
link: https://github.com/magento/devdocs/pull/8646
contributor: keharper
profile: https://github.com/keharper
- description: Added examples of adding bundle products to the [`addProductsToCart`
mutation](https://devdocs.magento.com/guides/v2.4/graphql/mutations/add-products-to-cart.html).
versions: 2.4.2
type: Major Update
date: February 9, 2021
link: https://github.com/magento/devdocs/pull/8506
contributor: keharper
profile: https://github.com/keharper
- description: Published release notes for [Inventory](https://devdocs.magento.com/guides/v2.3/inventory/release-notes.html)
1.2.2.
versions: ''
type: Major Update
date: February 9, 2021
link: https://github.com/magento/devdocs/pull/8500
contributor: sidolov
profile: https://github.com/sidolov
- description: Added information about Composer 2 compatibility in [system requirements](https://devdocs.magento.com/guides/v2.4/install-gde/system-requirements.html)
and [upgrade scenarios](https://devdocs.magento.com/guides/v2.4/comp-mgr/cli/cli-upgrade.html).
versions: 2.4.2
type: Major Update
date: February 9, 2021
link: https://github.com/magento/devdocs/pull/8474
contributor: jeff-matthews
profile: https://github.com/jeff-matthews
- description: Added full GraphQL support for B2B requisition lists. With GraphQL,
you can perform the following tasks:<br/>[Create](https://devdocs.magento.com/guides/v2.4/graphql/mutations/create-requisition-list.html),
[update](https://devdocs.magento.com/guides/v2.4/graphql/mutations/update-requisition-list.html),
and [delete](https://devdocs.magento.com/guides/v2.4/graphql/mutations/delete-requisition-list.html)
requisition lists.<br/>[Add](https://devdocs.magento.com/guides/v2.4/graphql/mutations/add-products-to-requisition-list.html),
[update](https://devdocs.magento.com/guides/v2.4/graphql/mutations/update-requisition-list-items.html),
and [delete](https://devdocs.magento.com/guides/v2.4/graphql/mutations/delete-requisition-list-items.html)
items in a requisition list.<br/>[Copy](https://devdocs.magento.com/guides/v2.4/graphql/mutations/copy-items-between-requisition-lists.html)
and [move](https://devdocs.magento.com/guides/v2.4/graphql/mutations/move-items-between-requisition-lists.html)
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)
the customer cart.<br/>Return details about requisition lists using the [customer
query](https://devdocs.magento.com/guides/v2.4/graphql/queries/customer.html).
versions: 2.4.2
type: New Topic
date: February 9, 2021
link: https://github.com/magento/devdocs/pull/8428
contributor: keharper
profile: https://github.com/keharper
- description: Added GraphQL support for returned merchandise authorizations (RMA).
See the [requestReturn mutation](https://devdocs.magento.com/guides/v2.4/graphql/mutations/request-return.html),
[addReturnComment mutation](https://devdocs.magento.com/guides/v2.4/graphql/mutations/add-return-comment.html),
[addReturnTracking mutation](https://devdocs.magento.com/guides/v2.4/graphql/mutations/add-return-tracking.html),
and [removeReturnTracking mutation](https://devdocs.magento.com/guides/v2.4/graphql/mutations/remove-return-tracking.html)
for details.
versions: 2.4.2
type: New Topic
date: February 9, 2021
link: https://github.com/magento/devdocs/pull/8258
contributor: keharper
profile: https://github.com/keharper
- description: In GraphQL, we've deprecated many `id` fields that were of type `Int`
in favor of `uid` fields of type `ID`. These changes primarily affect the product
and cart sections of the schema.
versions: 2.4.2
type: Major Update
date: February 9, 2021
link: https://github.com/magento/devdocs/pull/8273
contributor: keharper
profile: https://github.com/keharper
- description: Added documentation for the GraphQL [WishlistItemInterface](https://devdocs.magento.com/guides/v2.4/graphql/interfaces/wishlist-item-interface.html).
versions: 2.4.x
type: New Topic
date: February 9, 2021
link: https://github.com/magento/devdocs/pull/8221
contributor: keharper
profile: https://github.com/keharper
- description: Added a [deprecation notice](https://devdocs.magento.com/guides/v2.4/config-guide/multi-master/multi-master.html)
for the split database feature.
versions: 2.4.2
type: Major Update
date: February 9, 2021
link: https://github.com/magento/devdocs/pull/8424
contributor: jeff-matthews
profile: https://github.com/jeff-matthews
- description: Updated the [availability](https://devdocs.magento.com/release/availability.html)
and [compatibility](https://devdocs.magento.com/extensions/vendor/) of Magento-developed
extensions (MDEs) and vendor-bundled extensions (VBEs).
versions: 2.4.2
type: Major Update
date: February 9, 2021
link: https://github.com/magento/devdocs/pull/8412
contributor: jeff-matthews
profile: https://github.com/jeff-matthews
- description: Added 2.4.2 beta [release notes](https://devdocs.magento.com/guides/v2.4/release-notes/bk-release-notes.html).
versions: 2.4.2
type: Major Update
date: February 9, 2021
link: https://github.com/magento/devdocs/pull/8388
contributor: jfrontain
profile: https://github.com/jfrontain
- 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)
and AWS S3 adapter to the _Configuration guide_.
versions: 2.4.2
type: New Topic
date: February 9, 2021
link: https://github.com/magento/devdocs/pull/8254
contributor: hguthrie
profile: https://github.com/hguthrie
- description: Added an [example](https://devdocs.magento.com/guides/v2.4/ui_comp_guide/concepts/ui_comp_uiregistry.html)
of asynchronously retrieving UI components from the registry.
versions: 2.4.2
type: Technical
date: February 9, 2021
link: https://github.com/magento/devdocs/pull/8383
contributor: chiranjeevi-cj
profile: https://github.com/chiranjeevi-cj
- description: Added a new [release notes page](https://devdocs.magento.com/extensions/vendor/yotpo/release-notes.html)
for the Yotpo vendor bundled extension (VBE).
versions: 2.4.2
type: New Topic
date: February 9, 2021
link: https://github.com/magento/devdocs/pull/8358
contributor: jeff-matthews
profile: https://github.com/jeff-matthews
- description: Added a new topic describing the [`generateCustomerTokenAsAdmin`](https://devdocs.magento.com/guides/v2.4/graphql/mutations/generate-customer-token-as-admin.html)
GraphQL mutation.
versions: 2.4.2
type: New Topic
date: February 9, 2021
link: https://github.com/magento/devdocs/pull/8303
contributor: sathiyaaa
profile: https://github.com/sathiyaaa
- description: 'Added the following mutations in support of B2B companies: [createCompanyRole](https://devdocs.magento.com/guides/v2.4/graphql/mutations/create-company-role.html),
[updateCompanyRole](https://devdocs.magento.com/guides/v2.4/graphql/mutations/update-company-role.html),
[deleteCompanyRole](https://devdocs.magento.com/guides/v2.4/graphql/mutations/delete-company-role.html),
and [isCompanyRoleNameAvailable](https://devdocs.magento.com/guides/v2.4/graphql/queries/is-company-role-name-available.html)
query.'
versions: 2.4.2
type: New Topic
date: February 9, 2021
link: https://github.com/magento/devdocs/pull/8097
contributor: andrewbess
profile: https://github.com/andrewbess
- 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),
[isCompanyAdminEmailAvailable](https://devdocs.magento.com/guides/v2.4/graphql/queries/is-company-admin-email-available.html),
and [isCompanyUserEmailAvailable](https://devdocs.magento.com/guides/v2.4/graphql/queries/is-company-user-email-available.html).'
versions: 2.4.2
type: Major Update
date: February 9, 2021
link: https://github.com/magento/devdocs/pull/8120
contributor: andrewbess
profile: https://github.com/andrewbess
- description: 'Added the following mutations in support of B2B companies: [createCompanyUser](https://devdocs.magento.com/guides/v2.4/graphql/mutations/create-company-user.html),
[updateCompanyUser](https://devdocs.magento.com/guides/v2.4/graphql/mutations/update-company-user.html),
[deleteCompanyUser](https://devdocs.magento.com/guides/v2.4/graphql/mutations/delete-company-user.html).'
versions: 2.4.2
type: New Topic
date: February 9, 2021
link: https://github.com/magento/devdocs/pull/8104
contributor: andrewbess
profile: https://github.com/andrewbess
- 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.
versions: 2.4.2
type: New Topic
date: February 9, 2021
link: https://github.com/magento/devdocs/pull/8093
contributor: dani97
profile: https://github.com/dani97
- description: Added a new section about [configuring garbage collection](https://devdocs.magento.com/guides/v2.4/config-guide/sessions.html)
in Magento to clean up expired sessions.
versions: 2.4.2
type: Major Update
date: February 9, 2021
link: https://github.com/magento/devdocs/pull/8053
contributor: victorpetryk
profile: https://github.com/victorpetryk
- description: 'Added the following mutations in support of B2B companies: [createCompanyTeam](https://devdocs.magento.com/guides/v2.4/graphql/mutations/create-company-team.html),
[updateCompanyTeam](https://devdocs.magento.com/guides/v2.4/graphql/mutations/update-company-team.html),
[deleteCompanyTeam](https://devdocs.magento.com/guides/v2.4/graphql/mutations/delete-company-team.html),
[updateCompanyStructure](https://devdocs.magento.com/guides/v2.4/graphql/mutations/update-company-structure.html).'
versions: 2.4.2
type: New Topic
date: February 9, 2021
link: https://github.com/magento/devdocs/pull/8028
contributor: andrewbess
profile: https://github.com/andrewbess
- description: Added the B2B [`createCompany` mutation](https://devdocs.magento.com/guides/v2.4/graphql/mutations/create-company.html)
and [`updateCompany` mutation](https://devdocs.magento.com/guides/v2.4/graphql/mutations/update-company.html).
Existing customers and guests can request to create a company, but only approved
company administrators can update the company.
versions: 2.4.2
type: New Topic
date: February 9, 2021
link: https://github.com/magento/devdocs/pull/7949
contributor: keharper
profile: https://github.com/keharper
- description: Added the [company query](https://devdocs.magento.com/guides/v2.4/graphql/queries/company.html)
for B2B.
versions: 2.4.2
type: New Topic
date: February 9, 2021
link: https://github.com/magento/devdocs/pull/7984
contributor: keharper
profile: https://github.com/keharper
- description: Added the `useCurrentGroup` input parameter to the [`availableStores`
query](https://devdocs.magento.com/guides/v2.4/graphql/queries/available-stores.html).
versions: 2.4.2
type: Major Update
date: February 9, 2021
link: https://github.com/magento/devdocs/pull/8001
contributor: keharper
profile: https://github.com/keharper
- description: Added support for multiple wishlists in Magento Commerce. You can use
GraphQL to [create](https://devdocs.magento.com/guides/v2.4/graphql/mutations/create-wishlist.html),
[delete](https://devdocs.magento.com/guides/v2.4/graphql/mutations/delete-wishlist.html),
and [rename](https://devdocs.magento.com/guides/v2.4/graphql/mutations/update-wishlist.html)
wishlists as well as [move](https://devdocs.magento.com/guides/v2.4/graphql/mutations/move-products-between-wishlists.html)
or [copy](https://devdocs.magento.com/guides/v2.4/graphql/mutations/copy-products-between-wishlists.html)
items between them.
versions: 2.4.2
type: New Topic
date: February 9, 2021
link: https://github.com/magento/devdocs/pull/7888
contributor: keharper
profile: https://github.com/keharper
- description: Updated the note about [supported PHP versions](https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements.html#php).
versions: 2.3.x
type: Technical
date: February 2, 2021
link: https://github.com/magento/devdocs/pull/8613
contributor: jeff-matthews
profile: https://github.com/jeff-matthews
- description: New Relic log file names are now stored in the `filePath` field, with
full paths to the log file. See [View and analyze log data](https://devdocs.magento.com/cloud/project/new-relic.html#view-and-analyze-log-data),
step 4, for querying the logs.
versions: 2.4.x
type: Major Update
date: February 2, 2021
link: https://github.com/magento/devdocs/pull/8614
contributor: bdenham
profile: https://github.com/bdenham
- description: Cloud Patches 1.0.9 [release notes](https://devdocs.magento.com/cloud/release-notes/mcp-release-notes.html).
versions: 2.4.x
type: Major Update
date: February 1, 2021
link: https://github.com/magento/devdocs/pull/8577
contributor: bdenham
profile: https://github.com/bdenham
- description: "[Release notes](https://devdocs.magento.com/cloud/release-notes/ece-release-notes.html#v200215)
for ECE-Tools 2002.1.5."
versions: 2.4.x
type: Major Update
date: February 1, 2021
link: https://github.com/magento/devdocs/pull/8578
contributor: bdenham
profile: https://github.com/bdenham
- description: Published [release notes](https://devdocs.magento.com/quality-patches/release-notes.html)
for the 1.0.15 Magento Quality Patch (MQP) package release.
versions: 2.x
type: Major Update
date: February 1, 2021
link: https://github.com/magento/devdocs/pull/8607
contributor: ilima-ebay
profile: https://github.com/ilima-ebay
- description: Added an example use case of the [gallery widget](https://devdocs.magento.com/guides/v2.4/javascript-dev-guide/widgets/widget_gallery.html).
versions: 2.3.x, 2.4.x
type: Major Update
date: January 29, 2021
link: https://github.com/magento/devdocs/pull/8556
contributor: DashukVolodymyr
profile: https://github.com/DashukVolodymyr
- description: Default disk space for the application and database in cloud templates
were updated from 2GB to 5GB.
versions: 2.4.x
type: Major Update
date: January 29, 2021
link: https://github.com/magento/devdocs/pull/8588
contributor: oshmyheliuk
profile: https://github.com/oshmyheliuk
- description: Added the [Maintainer's Handbook](https://devdocs.magento.com/contributor-guide/maintainer-handbook.html)
topic.
versions: 2.x
type: New Topic
date: January 29, 2021
link: https://github.com/magento/devdocs/pull/8580
contributor: gabrieldagama
profile: https://github.com/gabrieldagama
- description: Added more information about security releases to our [release policy](https://devdocs.magento.com/release/policy/).
versions: 2.x
type: Major Update
date: January 27, 2021
link: https://github.com/magento/devdocs/pull/8575
contributor: jeff-matthews
profile: https://github.com/jeff-matthews
- description: Updated the [Upgrade Compatibility Tool](https://devdocs.magento.com/upgrade-compatibility-tool/introduction.html)
topic with the latest name and acronym changes.
versions: ''
type: Major Update
date: January 26, 2021
link: https://github.com/magento/devdocs/pull/8553
contributor: danidelcar
profile: https://github.com/danidelcar
- description: Reorganized the [Installation Guide](https://devdocs.magento.com/guides/v2.4/install-gde/install-flow-diagram.html)
to improve usability.
versions: 2.3.x, 2.4.x
type: Major Update
date: January 25, 2021
link: https://github.com/magento/devdocs/pull/8558
contributor: jeff-matthews
profile: https://github.com/jeff-matthews
- description: Added the [DateTime library](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/framework/datetime.html)
topic to the _PHP Developer Guide_.
versions: 2.3.x, 2.4.x
type: New Topic
date: January 25, 2021
link: https://github.com/magento/devdocs/pull/8439
contributor: RakeshJesadiya
profile: https://github.com/RakeshJesadiya
- description: Published [release notes](https://devdocs.magento.com/quality-patches/release-notes.html)
for the 1.0.14 Magento Quality Patch (MQP) package release.
versions: ''
type: Major Update
date: January 22, 2021
link: https://github.com/magento/devdocs/pull/8541
contributor: abukatar
profile: https://github.com/abukatar
- description: Added the [Setting up static analysis](https://devdocs.magento.com/guides/v2.4/test/static/static-analysis.html)
topic.
versions: 2.3.x, 2.4.x
type: New Topic
date: January 22, 2021
link: https://github.com/magento/devdocs/pull/8547
contributor: dobooth
profile: https://github.com/dobooth
- description: Added the [Upgrade Compatibility Tool](https://devdocs.magento.com/upgrade-compatibility-tool/introduction.html)
topics to the Software Update Guide section.
versions: ''
type: Major Update, New Topic
date: January 21, 2021
link: https://github.com/magento/devdocs/pull/8314
contributor: danidelcar
profile: https://github.com/danidelcar
- description: Added the 'Product Attribute Option Creation' section to the [How to
Add a New Product Attribute](https://devdocs.magento.com/videos/fundamentals/add-new-product-attribute/) topic.
versions: ''
type: Major Update
date: January 20, 2021
link: https://github.com/magento/devdocs/pull/8395
contributor: dineshvb
profile: https://github.com/dineshvb
- description: Added a new topic describing how contributors can work with [pull request
tests](https://devdocs.magento.com/contributor-guide/pull-request-tests.html).
versions: ''
type: New Topic
date: January 20, 2021
link: https://github.com/magento/devdocs/pull/8483
contributor: sivaschenko
profile: https://github.com/sivaschenko
- description: SendGrid DKIM signatures are available only on Magento Commerce Cloud
Pro projects. For more information on SendGrid, see https://devdocs.magento.com/cloud/project/sendgrid.html.
versions: 2.4.x
type: Major Update
date: January 14, 2021
link: https://github.com/magento/devdocs/pull/8440
contributor: bdenham
profile: https://github.com/bdenham
- description: New Relic Alerts now include Redis and MariaDB. See https://devdocs.magento.com/cloud/project/new-relic.html#monitor-performance-with-managed-alerts.
versions: 2.4.x
type: Major Update
date: January 12, 2021
link: https://github.com/magento/devdocs/pull/8503
contributor: bdenham
profile: https://github.com/bdenham
- description: Added a [legal disclaimer](https://devdocs.magento.com/compliance/privacy/pi-data-reference-m2.html#customer-data)
to references of the `date_of_birth` attribute of the `customer` database entity.
versions: 2.3.x, 2.4.x
type: Major Update
date: January 8, 2021
link: https://github.com/magento/devdocs/pull/8488
contributor: jeff-matthews
profile: https://github.com/jeff-matthews
- description: Published release notes for [Cloud Docker 1.2.1](https://devdocs.magento.com/cloud/release-notes/mcd-release-notes.html#v121).
versions: 2.4.x
type: Major Update
date: December 22, 2020
link: https://github.com/magento/devdocs/pull/8429
contributor: bdenham
profile: https://github.com/bdenham
- description: Added a new topic with instructions for [reverting from a split database
to a single database](https://devdocs.magento.com/guides/v2.4/config-guide/revert-split-database.html)
implementation.
versions: 2.3.x, 2.4.x
type: New Topic
date: December 21, 2020
link: https://github.com/magento/devdocs/pull/8422
contributor: jeff-matthews
profile: https://github.com/jeff-matthews
- description: Added an [example](https://devdocs.magento.com/guides/v2.4/javascript-dev-guide/javascript/requirejs.html)
of overwriting a Knockout JS .html template file in the `requirejs-config.js`
file.
versions: 2.3.x, 2.4.x
type: Major Update
date: December 14, 2020
link: https://github.com/magento/devdocs/pull/8367
contributor: sathiyaaa
profile: https://github.com/sathiyaaa
- description: Added [descriptions](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/framework/serializer.html)
for the JsonHexTag, Base64Json, and FormData serializer implementations.
versions: 2.3.x, 2.4.x
type: Major Update
date: December 14, 2020
link: https://github.com/magento/devdocs/pull/8382
contributor: drpayyne
profile: https://github.com/drpayyne
- description: Added a new topic describing the [URL Library](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/framework/url-library.html).
versions: 2.4.x
type: New Topic
date: December 14, 2020
link: https://github.com/magento/devdocs/pull/8384
contributor: drpayyne
profile: https://github.com/drpayyne
- description: Published [release notes](https://devdocs.magento.com/quality-patches/release-notes.html)
for the 1.0.13 Magento Quality Patch (MQP) package release.
versions: 2.3.x, 2.4.x
type: Major Update
date: December 10, 2020
link: https://github.com/magento/devdocs/pull/8375
contributor: Rykh
profile: https://github.com/Rykh
- description: Added an [explanation and example](http://devdocs.magento.com/guides/v2.4/javascript-dev-guide/javascript/requirejs.html)
of passing parameters to JavaScript using the `data-mage-init` HTML attribute.
versions: 2.3.x, 2.4.x
type: Major Update
date: December 9, 2020
link: https://github.com/magento/devdocs/pull/8311
contributor: sathiyaaa
profile: https://github.com/sathiyaaa
- description: Added a new topic describing how to [customize the Magento Admin design](https://devdocs.magento.com/guides/v2.4/howdoi/admin/customize_admin.html).
versions: 2.3.x, 2.4.x
type: New Topic
date: December 8, 2020
link: https://github.com/magento/devdocs/pull/8351
contributor: BarnyShergold
profile: https://github.com/BarnyShergold
- description: Added an [explanation and example](https://devdocs.magento.com/guides/v2.3/install-gde/install/cli/install-cli-subcommands-maint.html)
of using the `$_GET['skin']` parameter to set a different layout and localized
content for each store in a multistore setup.
versions: 2.3.x, 2.4.x
type: Major Update
date: December 7, 2020
link: https://github.com/magento/devdocs/pull/8247
contributor: dineshvb
profile: https://github.com/dineshvb
- description: Instructions on how to remove plugins from the [Elasticsearch service](https://devdocs.magento.com/cloud/project/services-elastic.html#additional-search-configuration).
versions: 2.4.x
type: Technical
date: December 4, 2020
link: https://github.com/magento/devdocs/pull/8336
contributor: bdenham
profile: https://github.com/bdenham
- description: Added detailed examples to [Define the GraphQL schema for a module](https://devdocs.magento.com/guides/v2.4/graphql/develop/create-graphqls-file.html).
versions: 2.3.x, 2.4.x
type: Major Update
date: November 30, 2020
link: https://github.com/magento/devdocs/pull/8232
contributor: sathiyaaa
profile: https://github.com/sathiyaaa
- description: Published [release notes](https://devdocs.magento.com/quality-patches/release-notes.html)
for the 1.0.12 Magento Quality Patch (MQP) package release.
versions: 2.3.x, 2.4.x
type: Major Update
date: November 26, 2020
link: https://github.com/magento/devdocs/pull/8271
contributor: ilima-ebay
profile: https://github.com/ilima-ebay
- description: Updated Composer package versions to correct 2.4.x [sample data upgrade
instructions](https://devdocs.magento.com/guides/v2.4/comp-mgr/cli/cli-rc1-samp.html).
versions: 2.4.x
type: Technical
date: November 24, 2020
link: https://github.com/magento/devdocs/pull/8259
contributor: jeff-matthews
profile: https://github.com/jeff-matthews
- description: Simplified and updated the [GraphQL tutorial](https://devdocs.magento.com/guides/v2.4/graphql/tutorials/checkout/index.html).
versions: 2.3.x, 2.4.x
type: Major Update
date: November 23, 2020
link: https://github.com/magento/devdocs/pull/8046
contributor: dobooth
profile: https://github.com/dobooth
- description: Published [ece-tools 2002.1.4 package release notes](https://devdocs.magento.com/cloud/release-notes/cloud-tools.html).
This release fixes search engine and database validation issues that can cause
deployment failure.
versions: 2.x
type: Technical
date: November 19, 2020
link: https://github.com/magento/devdocs/pull/8249
contributor: meker12
profile: https://github.com/meker12
- description: Published [release notes](https://devdocs.magento.com/quality-patches/release-notes.html)
for the 1.0.10 Magento Quality Patch (MQP) package release.
versions: 2.3.x, 2.4.x
type: Major Update
date: November 19, 2020
link: https://github.com/magento/devdocs/pull/8252
contributor: viktym
profile: https://github.com/viktym
- description: Published [release notes](https://devdocs.magento.com/quality-patches/release-notes.html)
for the 1.0.10 Magento Quality Patch (MQP) package release.
versions: ''
type: Major Update
date: November 13, 2020
link: https://github.com/magento/devdocs/pull/8227
contributor: Rykh
profile: https://github.com/Rykh
- description: Updated the [Service containers](https://devdocs.magento.com/cloud/docker/docker-containers-service.html)
topic in the Cloud Guide to provide current information about the TLS, MailHog,
and Xdebug containers.
versions: 2.x
type: Technical
date: November 13, 2020
link: https://github.com/magento/devdocs/pull/8216
contributor: meker12
profile: https://github.com/meker12
- description: Published [release notes](https://devdocs.magento.com/quality-patches/release-notes.html)
for the 1.0.9 Magento Quality Patch (MQP) package release.
versions: ''
type: Major Update
date: November 12, 2020
link: https://github.com/magento/devdocs/pull/8220
contributor: Rykh
profile: https://github.com/Rykh
- description: Added Purchase Order resources to the [Manage Company Roles](https://devdocs.magento.com/guides/v2.4/b2b/roles.html)
topic.
versions: 2.4.x
type: Major Update
date: November 11, 2020
link: https://github.com/magento/devdocs/pull/8179
contributor: dobooth
profile: https://github.com/dobooth
- description: Added Page Builder modules to the Module Reference Guide for [2.4](https://devdocs.magento.com/guides/v2.4/mrg/intro.html)
and [2.3](https://devdocs.magento.com/guides/v2.3/mrg/intro.html).
versions: 2.3.x, 2.4.x
type: Major Update
date: November 11, 2020
link: https://github.com/magento/devdocs/pull/8215
contributor: dshevtsov
profile: https://github.com/dshevtsov
- description: Published [ece-tools package 2002.1.3 release notes](https://devdocs.magento.com/cloud/release-notes/ece-release-notes.html)<br/>-
Added a [SKIP_COMPOSER_DUMP_AUTOLOAD build variable](https://devdocs.magento.com/cloud/env/variables-build.html).<br/>-
Added documentation for [new CLI commands](https://devdocs.magento.com/cloud/project/magento-env-yaml.html)
for creating and updating Magento environment variables in `.magento.env.yaml`.<br/>-
Updated [ece-tools commands](https://devdocs.magento.com/cloud/reference/ece-tools-reference.html).<br/>Published
[Magento Cloud Docker 1.2.0 release notes](https://devdocs.magento.com/cloud/release-notes/mcd-release-notes.html)
and updates:<br/>- Updated the [Set up email](https://devdocs.magento.com/cloud/docker/docker-config.html#set-up-email)
topic to add instructions for configuring HTTP and SMTP ports and disabling MailHog
in a Magento Cloud Docker environment.<br/>- Added instructions for configuring
the Docker host name for the Xdebug container when running Magento Cloud Docker
on Linux.<br/>- Added instructions for updating the [Elasticsearch plugin configuration](/cloud/docker/docker-containers-service.html#elasticsearch-plugins)
in a Magento Cloud Docker environment.<br/>- Added instructions for [building
a custom `docker-compose.yaml` file](https://devdocs.magento.com/cloud/docker/docker-config-sources.html#build-a-custom-docker-compose-configuration).
versions: 2.4.x
type: Major Update
date: November 9, 2020
link: https://github.com/magento/devdocs/pull/8203
contributor: bdenham
profile: https://github.com/bdenham
- description: Added clarification that the default value of 16MB for the MySQL [`max_allowed_packets`](https://devdocs.magento.com/guides/v2.4/install-gde/prereq/mysql.html)
setting applies to both Magento Commerce Cloud and on-premises projects.
versions: 2.3.x, 2.4.x
type: Technical
date: November 6, 2020
link: https://github.com/magento/devdocs/pull/8187
contributor: jeff-matthews
profile: https://github.com/jeff-matthews
- description: Reorganized the [system requirements](https://devdocs.magento.com/guides/v2.4/install-gde/system-requirements.html)
pages in the Magento Installation Guide to make it more coherent.
versions: 2.3.x, 2.4.x
type: Major Update
date: November 5, 2020
link: https://github.com/magento/devdocs/pull/8175
contributor: dobooth
profile: https://github.com/dobooth
- description: Added information about two hot fixes available for Magento 2.3.6 and
Magento 2.4.1. See [Magento 2.3.x release information](https://devdocs.magento.com/guides/v2.3/release-notes/bk-release-notes.html)
and [Magento 2.4.x release information](https://devdocs.magento.com/guides/v2.4/release-notes/bk-release-notes.html).
versions: 2.3.4, 2.3.6
type: Major Update
date: October 29, 2020
link: https://github.com/magento/devdocs/pull/8150
contributor: jfrontain
profile: https://github.com/jfrontain
- description: Updated Magento Cloud Docker instructions for [adding custom PHP extensions](https://devdocs.magento.com/cloud/docker/docker-extend.html#add-a-new-php-extension).
versions: 2.x
type: Technical
date: October 29, 2020
link: https://github.com/magento/devdocs/pull/8145
contributor: meker12
profile: https://github.com/meker12
- description: Published [release notes](https://devdocs.magento.com/quality-patches/release-notes.html)
for the 1.0.8 Magento Quality Patch (MQP) package release.
versions: ''
type: Major Update
date: October 28, 2020
link: https://github.com/magento/devdocs/pull/8140
contributor: Rykh
profile: https://github.com/Rykh
- description: Specified that Magento supports the latest 1.x version of Composer
in the [system requirements](https://devdocs.magento.com/guides/v2.4/install-gde/system-requirements-tech.html).
versions: 2.3.x, 2.4.x
type: Technical
date: October 28, 2020
link: https://github.com/magento/devdocs/pull/8142
contributor: jeff-matthews
profile: https://github.com/jeff-matthews
- description: Updated the [Configuring the Magento database instance](https://devdocs.magento.com/guides/v2.4/install-gde/prereq/mysql.html#instgde-prereq-mysql-config)
topic in the _Installation Guide_ to indicate that the `explicit_defaults_for_timestamp`
setting for MySQL has been deprecated.
type: Technical
date: October 28, 2020
link: https://github.com/magento/devdocs/pull/8137
contributor: BarnyShergold
profile: https://github.com/BarnyShergold
- description: Updated the [Submit for Technical Review](https://devdocs.magento.com/marketplace/sellers/submit-for-technical-review.html)
topic in the _Marketplace Developer Guide_ with detailed information about the
technical review guidelines, tests, tools, and processes that Magento uses to
verify and validate third-party extensions submitted to the Magento Marketplace
Developer Portal.
versions: 2.x
type: Major Update
date: October 27, 2020
link: https://github.com/magento/devdocs/pull/8133
contributor: meker12
profile: https://github.com/meker12
- description: Added information about using the New Relic Managed Alerts for Magento
Commerce alert policy to monitor performance on Starter environments. See [Monitoring
performance with Managed Alerts](cloud/project/new-relic.html#monitor-performance-with-managed-alerts).
versions: 2.x
type: Technical
date: October 23, 2020
link: https://github.com/magento/devdocs/pull/8115
contributor: meker12
profile: https://github.com/meker12
- description: Updated the [`web` property used in the `magento.app.yaml` properties
topic](https://devdocs.magento.com/cloud/project/magento-app-properties.html#web)
in the Cloud guide.
versions: 2.x
type: Technical
date: October 22, 2020
link: https://github.com/magento/devdocs/pull/8068
contributor: hguthrie
profile: https://github.com/hguthrie
- description: Added Magento Community links and resources for getting support and
discussing issues related to Magento Cloud Docker. See [Getting support for Magento
Cloud Docker](https://devdocs.magento.com/cloud/docker/docker-troubleshooting.html.
versions: 2.x
type: Technical
date: October 20, 2020
link: https://github.com/magento/devdocs/pull/8077
contributor: meker12
profile: https://github.com/meker12
- description: Added a new section to the [Redis installation guide](https://devdocs.magento.com/guides/v2.4/config-guide/redis/config-redis.html)
about how to configure Redis to work with Magento.
versions: ''
type: Major Update
date: October 20, 2020
link: https://github.com/magento/devdocs/pull/8073
contributor: jonashrem
profile: https://github.com/jonashrem
- description: Added a Security section to the [Generate a local REST reference](https://devdocs.magento.com/guides/v2.4/rest/generate-local.html)
topic.
versions: 2.3.x, 2.4.x
type: Major Update
date: October 16, 2020
link: https://github.com/magento/devdocs/pull/8064
contributor: dobooth
profile: https://github.com/dobooth
- description: Updated the [Module Reference Guide](https://devdocs.magento.com/guides/v2.3/mrg/intro.html).
versions: 2.3.6
type: Major Update
date: October 15, 2020
link: https://github.com/magento/devdocs/pull/8057
contributor: dshevtsov
profile: https://github.com/dshevtsov
- description: Published the [Magento Cloud Patches v1.0.8 release notes](https://devdocs.magento.com/cloud/release-notes/mcp-release-notes.html).
versions: 2.x
type: Technical
date: October 15, 2020
link: https://github.com/magento/devdocs/pull/8048
contributor: meker12
profile: https://github.com/meker12
- description: Added a configuration hierarchy table to the [Configuration management
for store settings](https://devdocs.magento.com/cloud/live/sens-data-over.html#configuration-logic-flow)
topic in the _Cloud Guide_ that describes how Magento applies configuration settings
that have been defined in multiple contexts.
versions: 2.x
type: Major Update
date: October 15, 2020
link: https://github.com/magento/devdocs/pull/8031
contributor: BarnyShergold
profile: https://github.com/BarnyShergold
- description: Published all documentation updates related to the Q4 2020 Commerce
and Open Source releases.
versions: 2.3.6, 2.4.1
type: Major Update
date: October 15, 2020
link: https://github.com/magento/devdocs/pull/8051
contributor: jeff-matthews
profile: https://github.com/jeff-matthews
- description: Updated reference documentation for backward incompatible changes introduced
in the [2.4.1](http://127.0.0.1:4000/guides/v2.4/release-notes/backward-incompatible-changes/reference.html#240---241)
and [2.3.6](http://127.0.0.1:4000/guides/v2.3/release-notes/backward-incompatible-changes/reference.html#235---236)
releases.
versions: 2.3.6, 2.4.1
type: Major Update
date: October 15, 2020
link: https://github.com/magento/devdocs/pull/8054
contributor: devops-devdocs
profile: https://github.com/devops-devdocs
- description: Updated `bin/magento` reference for Magento [Commerce](https://devdocs.magento.com/guides/v2.4/reference/cli/magento-commerce.html)
and [Open Source](https://devdocs.magento.com/guides/v2.4/reference/cli/magento.html).
versions: 2.4.1
type: Major Update
date: October 15, 2020
link: https://github.com/magento/devdocs/pull/8055
contributor: dshevtsov
profile: https://github.com/dshevtsov
- description: Updated the list of required [PHP extensions](https://devdocs.magento.com/guides/v2.4/install-gde/prereq/php-settings.html)
and other [product dependencies](https://devdocs.magento.com/guides/v2.4/release-notes/packages-open-source.html).
versions: 2.3.6, 2.4.1
type: Major Update
date: October 15, 2020
link: https://github.com/magento/devdocs/pull/8065
contributor: dshevtsov
profile: https://github.com/dshevtsov
- description: Updated [reference documentation](https://devdocs.magento.com/guides/v2.3/reference/cli/magento.html)
for the `bin/magento` tool.
versions: 2.3.6
type: Major Update
date: October 15, 2020
link: https://github.com/magento/devdocs/pull/8067
contributor: dshevtsov
profile: https://github.com/dshevtsov
- description: Updated the [Backup and disaster recovery](cloud/architecture/pro-architecture.html#backup-and-disaster-recovery)
topic in the _Cloud Guide_ to clarify that restoring Pro Production and Staging
environments from backup requires a support ticket.
versions: 2.x
type: Technical
date: October 15, 2020
link: https://github.com/magento/devdocs/pull/8044
contributor: meker12
profile: https://github.com/meker12
- description: Added release notes to describe the Magento 2.3.6 and Magento 2.4.1
release notes. See [2.4 Release Information](https://devdocs.magento.com/guides/v2.4/release-notes/bk-release-notes.html)
and [2.3 Release Information](https://devdocs.magento.com/guides/v2.3/release-notes/bk-release-notes.html).
versions: 2.3.6, 2.4.1
type: Major Update
date: October 15, 2020
link: https://github.com/magento/devdocs/pull/8036
contributor: jfrontain
profile: https://github.com/jfrontain
- 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).
versions: 2.3.6
type: Technical
date: October 15, 2020
link: https://github.com/magento/devdocs/pull/7896
contributor: jeff-matthews
profile: https://github.com/jeff-matthews
- description: Added a new overview page for [Klarna's payment method](https://devdocs.magento.com/guides/v2.4/graphql/payment-methods/klarna.html)
and a new reference page for Klarna's [`createKlarnaPaymentsSession`](https://devdocs.magento.com/guides/v2.4/graphql/mutations/create-klarna-payments-session.html)
GraphQL mutation.
versions: 2.4.1
type: New Topic
date: October 15, 2020
link: https://github.com/magento/devdocs/pull/7891
contributor: jeff-matthews
profile: https://github.com/jeff-matthews
- description: Added release notes for [Inventory Management](https://devdocs.magento.com/guides/v2.3/inventory/release-notes.html).
versions: 2.4.1
type: Major Update
date: October 15, 2020
link: https://github.com/magento/devdocs/pull/7925
contributor: sidolov
profile: https://github.com/sidolov
- description: Added a list of [REST endpoints](https://devdocs.magento.com/guides/v2.4/rest/protected-endpoints.html)
and a list of [GraphQL mutations](https://devdocs.magento.com/guides/v2.4/graphql/protected-mutations.html)
that require an `X-Captcha` header when CAPTCHA is enabled for various storefront
forms.
versions: 2.3.6, 2.4.1
type: New Topic
date: October 15, 2020
link: https://github.com/magento/devdocs/pull/7906
contributor: keharper
profile: https://github.com/keharper
- description: Added the [`availableStores` query](https://devdocs.magento.com/guides/v2.4/graphql/queries/available-stores.html),
which returns system configuration information from multiple store views. The