forked from magento/devdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwhats-new.yml
2721 lines (2721 loc) · 150 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: 2019-01-14 14:11:39 -0600
entries:
- description: Updated the [availability timeline](https://devdocs.magento.com/availability)
for the Amazon Sales Channel extension.
versions: 'N/A'
type: Major update
date: January 10, 2019
link: https://github.com/magento/devdocs/pull/3552
- description: "Added new topics to Integrations Testing Framework annotations
describing:<br/>- [@magentoAppArea](https://devdocs.magento.com/guides/v2.3/test/integration/annotations/magento-app-area.html)<br/>-
[@magentoAppIsolation](https://devdocs.magento.com/guides/v2.3/test/integration/annotations/magento-app-isolation.html)<br/>-
[@magentoCache](https://devdocs.magento.com/guides/v2.3/test/integration/annotations/magento-cache.html)<br/>-
[@magentoComponentsDir](https://devdocs.magento.com/guides/v2.3/test/integration/annotations/magento-components-dir.html)<br/>-
[@magentoConfigFixture](https://devdocs.magento.com/guides/v2.3/test/integration/annotations/magento-config-fixture.html)<br/>-
[@magentoDataFixture](https://devdocs.magento.com/guides/v2.3/test/integration/annotations/magento-data-fixture.html)<br/>-
[@magentoDbIsolation](https://devdocs.magento.com/guides/v2.3/test/integration/annotations/magento-db-isolation.html)"
versions: 2.1.x, 2.2.x, 2.3.x
type: New topic
date: January 10, 2019
link: https://github.com/magento/devdocs/pull/2665
- description: Rewrote the [developer installation](https://devdocs.magento.com/guides/v2.3/install-gde/prereq/dev_install.html)
topic for clarity and readability.
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: January 4, 2019
link: https://github.com/magento/devdocs/pull/3512
- description: Added information about [generating a local Swagger instance](https://devdocs.magento.com/guides/v2.3/rest/generate-local.html)
that lists asynchronous APIs.
versions: 2.3.x
type: Technical changes
date: January 3, 2019
link: https://github.com/magento/devdocs/pull/3513
- description: Updated the [Blackfire.io integration](https://devdocs.magento.com/guides/v2.2/cloud/project/project-integrate-blackfire.html)
topic to include the `blackfire:setup` command for Magento Cloud CLI.
versions: 2.3.x
type: Technical changes
date: December 21, 2018
link: https://github.com/magento/devdocs/pull/3484
- description: MFTF 2.3.12 was released:<br/>- Added more documentation with examples
for [`<value>`](https://devdocs.magento.com/mftf/2.3/metadata.html#value-tag)
in metadata array.<br/>- Added use of reference to data field in `url` of [metadata
operation](https://devdocs.magento.com/mftf/2.3/metadata.html#operation-tag).
versions: 2.2.x, 2.3.x
type: Major update
date: December 21, 2018
link: https://github.com/magento/devdocs/pull/3431
- description: Added information about retrieving Fastly credentials from project
environment variables and updated information about how to manage Magento Commerce
Cloud project domains associated with an existing Fastly account. See [Get Fastly
credentials](https://devdocs.magento.com/guides/v2.3/cloud/cdn/configure-fastly.html#cloud-fastly-creds).
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: December 21, 2018
link: https://github.com/magento/devdocs/pull/3479
- description: Updated links and information for [Test your component](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/validate/test-module.html).
versions: 2.1.x, 2.2.x, 2.3.x
type: Technical changes
date: December 21, 2018
link: https://github.com/magento/devdocs/pull/3489
- description: Updated Translations content and added information for Community Engineering
in [Translations overview](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/translations/xlate.html),
[Use translation dictionary to customize strings](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/translations/theme_dictionary.html),
[Translate theme strings](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/translations/translate_theory.html),
[Example theme translation dictionary](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/translations/translate_practice.html),
and [Translation dictionaries and language packages](https://devdocs.magento.com/guides/v2.3/config-guide/cli/config-cli-subcommands-i18n.html).
versions: 2.x
type: Major update
date: December 20, 2018
link: https://github.com/magento/devdocs/pull/3487
- description: Added a topic about Inventory Management [reservations](https://devdocs.magento.com/guides/v2.3/inventory/reservations.html)
versions: 2.3.x
type: New topic
date: December 20, 2018
link: https://github.com/magento/devdocs/pull/3454
- description: Added a missing parameter to the message queue consumer [reference
documentation](https://devdocs.magento.com/guides/v2.3/config-guide/cli/config-cli-subcommands-queue.html).
versions: 2.x
type: Major update
date: December 15, 2018
link: https://github.com/magento/devdocs/pull/3456
- description: Added information for the `setup:di:compile` step for [Install extensions
from the command line](https://devdocs.magento.com/guides/v2.2/comp-mgr/install-extensions.html),
[Install the B2B extension](https://devdocs.magento.com/guides/v2.2/comp-mgr/install-extensions/b2b-installation.html),
and [Create an integration](https://devdocs.magento.com/guides/v2.2/get-started/create-integration.html).
versions: 2.2.x, 2.3.x
type: Technical changes
date: December 15, 2018
link: https://github.com/magento/devdocs/pull/3466
- description: Added a note in Cloud guide about using PHP constants with certain
versions of the `symfony/yaml` package.
versions: 2.1.x, 2.2.x, 2.3.x
type: Technical changes
date: December 14 2018
link: https://github.com/magento/devdocs/pull/3446
- description: Improved custom indexer code and information in [Adding a custom indexer](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/indexing-custom.html).
versions: 2.3.x
type: Technical changes
date: December 14 2018
link: https://github.com/magento/devdocs/pull/3465
- description: Added missing [cache information](https://devdocs.magento.com/guides/v2.3/config-guide/cli/config-cli-subcommands-cache.html).
versions: 2.3.x
type: Major update
date: December 13 2018
link: https://github.com/magento/devdocs/pull/3452
- description: 'Added corrected validation to Step 4 in [Customize Checkout: Add custom
shipping carrier validations](https://devdocs.magento.com/guides/v2.3/howdoi/checkout/checkout_carrier.html).'
versions: 2.x
type: Technical changes
date: December 13 2018
link: https://github.com/magento/devdocs/pull/3458
- description: Added missing parameters and descriptions to the [store configuration](https://devdocs.magento.com/guides/v2.3/install-gde/install/cli/install-cli-subcommands-store.html)
topic.
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: December 11 2018
- description: Magento backup feature is deprecated as of v2.1.16, v2.2.7, and v2.3.0.
Added content to enable the backup feature in [Back up and roll back the file
system, media, and database](https://devdocs.magento.com/guides/v2.3/install-gde/install/cli/install-cli-backup.html),
[Step 3. Back up the file system and database](https://devdocs.magento.com/guides/v2.3/comp-mgr/upgrader/upgrade-backup.html),
[Step 2. Back up the file system and database](https://devdocs.magento.com/guides/v2.3/comp-mgr/module-man/compman-backup.html),
and [Troubleshoot backups](https://devdocs.magento.com/guides/v2.3/comp-mgr/trouble/cman/tshoot_backup.html).
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: December 10 2018
- description: Backported [asynchronous](https://devdocs.magento.com/guides/v2.2/rest/asynchronous-web-endpoints.html)
and [bulk](https://devdocs.magento.com/guides/v2.2/rest/bulk-endpoints.html) REST
documentation to 2.2
versions: 2.2.x
type: New topic
date: December 8 2018
- description: Updated the Cloud guide instructions for [Upgrading to Magento version](https://devdocs.magento.com/guides/v2.3/cloud/project/project-upgrade.html)
2.3.<br/>Updated the [Elasticsearch setup](https://devdocs.magento.com/guides/v2.3/cloud/project/project-conf-files_services-elastic.html)
topic in the Cloud guide.
versions: 2.3.x
type: Technical changes
date: December 7 2018
- description: Added Docker project by Mark Shust to the [Community Resources](https://devdocs.magento.com/community/resources/resources.html).
versions: 2.x
type: Major update
date: December 5 2018
- description: "- Updated the Magento Commerce Cloud instructions for [customizing
response pages](https://devdocs.magento.com/guides/v2.3/cloud/cdn/cloud-fastly-custom-response.html)<br/>for
Fastly CDN and WAF services--adding additional screen captures and explanation.<br/>-
Edited the [Managed Cloud WAF](https://devdocs.magento.com/guides/v2.3/cloud/cdn/fastly-waf-service.html)
documentation to clarify information about features and benefits"
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: December 5 2018
- description: Added a new section to the Cloud guide called [Optimize cloud deployment](https://devdocs.magento.com/guides/v2.2/cloud/deploy/optimize-cloud-deployment.html).
This section includes a fresh overview of the Cloud deployment process, SCD strategies,
and Smart wizards.
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: December 4 2018
- description: Added sections documenting backward incompatible changes:<br/>- 2.1.15-2.1.16
[OpenSource](https://devdocs.magento.com/guides/v2.1/release-notes/backward-incompatible-changes/open-source.html#releases-2_1_15-2_1_16),
[Commerce](https://devdocs.magento.com/guides/v2.1/release-notes/backward-incompatible-changes/commerce.html#releases-2_1_15-2_1_16)<br/>-
2.2.6-2.2.7 [OpenSource](https://devdocs.magento.com/guides/v2.2/release-notes/backward-incompatible-changes/open-source.html#releases-2_2_6-2_2_7),
[Commerce](https://devdocs.magento.com/guides/v2.2/release-notes/backward-incompatible-changes/commerce.html#releases-2_2_6-2_2_7)<br/>-
2.1.0-2.3.0 [OpenSource](https://devdocs.magento.com/guides/v2.3/release-notes/backward-incompatible-changes/open-source.html#releases-2_1_0-2_3_0),
[Commerce](https://devdocs.magento.com/guides/v2.3/release-notes/backward-incompatible-changes/commerce.html#releases-2_1_0-2_3_0)<br/>-
2.2.0-2.3.0 [OpenSource](https://devdocs.magento.com/guides/v2.3/release-notes/backward-incompatible-changes/open-source.html#releases-2_2_0-2_3_0),
[Commerce](https://devdocs.magento.com/guides/v2.3/release-notes/backward-incompatible-changes/commerce.html#releases-2_2_0-2_3_0)
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: November 30 2018
- description: "[Index and constraint definitions](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/declarative-schema/db-schema.html)
in declarative schema now contain the `referenceId` attribute instead of `name`."
versions: 2.3.x
type: Major update
date: November 29 2018
- description: Added a new [Enable EAV indexer](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/indexer-batch.html)
section to the indexer optimization topic..
versions: 2.3.x
type: Major update
date: November 28 2018
- description: Updated release information for Inventory Management (MSI) and GraphQL
in 2.3.0 Release Notes for [Open Source](https://devdocs.magento.com/guides/v2.3/release-notes/ReleaseNotes2.3.0OpenSource.html)
and [Commerce](https://devdocs.magento.com/guides/v2.3/release-notes/ReleaseNotes2.3.0Commerce.html).
versions: 2.3.x
type: Major update
date: November 28 2018
- description: Updated and added Security Guidelines to the [Coding Standards](https://devdocs.magento.com/guides/v2.3/coding-standards/technical-guidelines.html)
for all versions.
versions: 2.x
type: Major update
date: November 27 2018
- description: Added documentation for for the `cmsPage` and `cmsBlock` [GraphQL queries](https://devdocs.magento.com/guides/v2.3/graphql/reference/cms.html).
versions: 2.3.x
type: New topic
date: November 26 2018
- description: Added a fresh, new look to the [Cloud release notes](https://devdocs.magento.com/guides/v2.2/cloud/release-notes/cloud-tools.html)
format.
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: November 21 2018
- description: Added the [GraphQL quote endpoint](https://devdocs.magento.com/guides/v2.3/graphql/reference/quote.html)
topic
versions: 2.3.x
type: New topic
date: November 21 2018
- description: Generated topics for all modules in the [Module Reference Guide](https://devdocs.magento.com/guides/v2.3/mrg/intro.html)
from the corresponding READMEs.
versions: 2.3.x
type: Major update
date: November 20 2018
- description: Added `CatalogInventory` attributes to the [products query](https://devdocs.magento.com/guides/v2.3/graphql/reference/products.html).
versions: 2.3.x
type: Technical changes
date: November 16 2018
- description: Added content to [Deprecated ScalableInventory entities](https://devdocs.magento.com/guides/v2.3/inventory/scalable-inventory-replacements.html)
versions: 2.3.x
type: Major update
date: November 16 2018
- description: Added the [Source selection algorithms](https://devdocs.magento.com/guides/v2.3/inventory/source-selection-algorithms.html)
topic
versions: 2.3.x
type: New topic
date: November 16 2018
- description: Release notes for Cloud ece-tools version [2002.0.15](https://devdocs.magento.com/guides/v2.2/cloud/release-notes/cloud-tools.html#v2002015)<br/>Added
a new [Cron container](https://devdocs.magento.com/guides/v2.2/cloud/docker/docker-development.html#cron-container)
to the Cloud Docker architecture.<br/>Added a [services table](https://devdocs.magento.com/guides/v2.2/cloud/docker/docker-config.html)
to clarify the service key and version values available for the Cloud Docker environment
setup.<br/>There are several other Cloud Docker updates, such as a new a PHP 7.2
image and various services, the ability to [share data between host and container](https://devdocs.magento.com/guides/v2.2/cloud/docker/docker-development.html#sharing-data-between-host-machine-and-container), and
information on [importing a database dump](https://devdocs.magento.com/guides/v2.2/cloud/docker/docker-development.html#database-container).<br/>Added
a [Quick Reference](https://devdocs.magento.com/guides/v2.2/cloud/docker/docker-quick-reference.html)
for the Docker environment.<br/>Added the [ENABLE_GOOGLE_ANALYTICS environment
variable](https://devdocs.magento.com/guides/v2.2/cloud/env/variables-deploy.html#enable-google-analytics).<br/>Moved
the [Global environment variables](https://devdocs.magento.com/guides/v2.2/cloud/env/variables-global.html)
to a new, independent topic.
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: November 14 2018
- description: 'MFTF 2.3.11: Added the [mftf run:failed](https://devdocs.magento.com/mftf/2.3/commands/mftf.html#runfailed)
command to rerun the previously failed tests.'
versions: 2.3.x
type: Major update
date: November 14 2018
- description: Updated the [Inventory Management REST tutorial](https://devdocs.magento.com/guides/v2.3/rest/tutorials/inventory/index.html)
to use sample data and added a step for [mass transferring products](https://devdocs.magento.com/guides/v2.3/rest/tutorials/inventory/bulk-transfer-products.html).
versions: 2.3.x
type: Major update
date: November 14 2018
- description: Added a topic about [Credentials in the MFTF](https://devdocs.magento.com/mftf/2.3/credentials.html).
versions: 2.3.x
type: New topic
date: November 9 2018
- description: Added the topic [Start message queue consumers](https://devdocs.magento.com/guides/v2.3/config-guide/cli/config-cli-subcommands-queue.html).
versions: 2.3.x
type: New topic
date: November 8 2018
- description: 'Updated [migration troubleshooting](https://devdocs.magento.com/guides/v2.2/migration/migration-troubleshooting.html)
guide with corrected info about the error that occurs when the Deltalog is not
installed:'
versions: 2.2.x, 2.3.x
type: Technical changes
date: November 6 2018
- description: Added a new [product attribute reference section](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/attributes.html#add-product-eav-attribute-options-reference).
versions: 2.x
type: Major update
date: November 6 2018
- description: Added [Reporting in the MFTF](https://devdocs.magento.com/mftf/2.3/reporting.html).
versions: 2.3.x
type: New topic
date: November 2 2018
- description: Added a note about important tables for [delta migrations](https://devdocs.magento.com/guides/v2.2/migration/migration-migrate-delta.html).
Also, added an example to the [troubleshooting page](https://devdocs.magento.com/guides/v2.2/migration/migration-troubleshooting.html)
with specific error type reference.
versions: 2.1.x, 2.2.x
type: Major update
date: October 30 2018
- description: Added [Health notifications](https://devdocs.magento.com/guides/v2.2/cloud/integrations/health-notifications.html)
to [Integrations](https://devdocs.magento.com/guides/v2.2/cloud/integrations/cloud-integrations.html)
for Cloud.
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: October 29 2018
- description: Added new resource links from Alessandro Ronchi and Joshua Warren and
Slack information for [Community Resources](https://devdocs.magento.com/community/resources/resources.html).
versions: 2.x
type: Major update
date: October 29 2018
- description: Updated the [Contributing process](https://github.com/magento/devdocs/blob/master/.github/CONTRIBUTING.md)
for DevDocs with updates to the [Community Resources](https://devdocs.magento.com/community/resources/resources.html)
and [Contributor Guide](https://devdocs.magento.com/guides/v2.2/contributor-guide/contributing.html)
versions: 2.x
type: Major update
date: October 26 2018
- description: 'Added documentation for Inventory Management REST endpoints: [low
stock notifications](https://devdocs.magento.com/guides/v2.3/rest/modules/inventory/manage-low-quantity.html),
[salable quantities](https://devdocs.magento.com/guides/v2.3/rest/modules/inventory/check-salable-quantity.html),
and [source selection algorithms](https://devdocs.magento.com/guides/v2.3/rest/modules/inventory/manage-source-selection.html)'
versions: 2.3.x
type: New topic
date: October 26 2018
- description: Updated coding standards based on PSR2 from Zend Framework in [Global
features that support extensibility](https://devdocs.magento.com/guides/v2.2/architecture/global_extensibility_features.html).
versions: 2.1.x, 2.2.x, 2.3.x
type: Technical changes
date: October 25 2018
- description: Updated the Magento Commerce Cloud Fastly documentation with information
about the Magento Managed Cloud WAF solution. See [Managed Cloud WAF](https://devdocs.magento.com/guides/v2.2/cloud/cdn/fastly-waf-service.html).
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: October 22 2018
- description: Added guidelines how to [Set up a standalone MFTF](https://devdocs.magento.com/mftf/2.3/getting-started.html#set-up-a-standalone-mftf).
versions: 2.3.x
type: Major update
date: October 19 2018
- description: Added [MSI (Inventory Management)](https://devdocs.magento.com/guides/v2.3/inventory/index.html)
topics
versions: 2.3.x
type: New topic
date: October 19 2018
- description: Added [Community contributed best practices](https://devdocs.magento.com/community/resources/best-practices.html)
section and navigation to the [Community Resources](https://devdocs.magento.com/community/resources/resources.html).
versions: 2.x
type: New topic
date: October 18 2018
- description: Corrected a code sample in [Configure declarative schema](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/declarative-schema/db-schema.html)
versions: 2.3.x
type: Technical changes
date: October 12 2018
- description: Updated the Cloud set up [Services](https://devdocs.magento.com/guides/v2.2/cloud/project/project-conf-files_services.html)
articles to clarify that the instructions apply to the Magento Commerce Pro Integration
environment and Starter environments only.
versions: 2.1.x, 2.2.x, 2.3.x
type: Technical changes
date: October 12 2018
- description: Added code samples to [Construct a request](https://devdocs.magento.com/guides/v2.1/get-started/gs-web-api-request.html)
versions: 2.x
type: Technical changes
date: October 12 2018
- description: 'Updated shell commands that change a file permission to run much faster
when using in combination with the `find` command. For more details, refer to
the #3024 issue.'
versions: 2.x
type: Technical changes
date: October 11 2018
- description: Added a list of [common email template variables](https://devdocs.magento.com/guides/v2.2/frontend-dev-guide/templates/template-email.html).
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: October 10 2018
- description: 'MFTF:<br/>- New release: [2.3.8](https://github.com/magento/magento2-functional-testing-framework/blob/develop/CHANGELOG.md)<br/>-
Changed obsolete `--lines` to `--time` in the [`mftf generate:tests`](https://devdocs.magento.com/mftf/2.3/commands/mftf.html#generatetests)'
versions: 2.3.x
type: Technical changes
date: October 10 2018
- description: Added [contact information](https://devdocs.magento.com/guides/v2.2/release-notes/cbe-support-info.html)
for reporting issues with third-party bundled extensions.
versions: 2.2.x
type: New topic
date: October 9 2018
- description: Added [Multi-Repo Docs](https://devdocs.magento.com/community/resources/multi-repo-docs.html)
features and overview
versions: 2.x
type: New topic
date: October 7 2018
- description: MFTF 2.3.7 release:<br/>Updated the [pressKey](https://devdocs.magento.com/mftf/2.3/test/actions.html#presskey)
action.<br/>Updated the [action group argument](https://devdocs.magento.com/mftf/2.3/test/action-groups.html#data-type-usage)
syntax for a value based on data entity resolution.<br/>Added the [DEFAULT_TIMEZONE](https://devdocs.magento.com/mftf/2.3/configuration.html#default_timezone)
configuration parameter.
versions: 2.3.x
type: Technical changes
date: October 5 2018
- description: Added a 2.3 [product availability](https://devdocs.magento.com/availability.html)
topic.
versions: 2.3.x
type: New topic
date: October 5 2018
- description: Updated the [1.3.1 technical guideline](https://devdocs.magento.com/guides/v2.3/coding-standards/technical-guidelines.html#1-basic-programming-principles).
versions: 2.x
type: Major update
date: October 4 2018
- description: Corrected the instructions for optimizing JavaScript files using the
[JavaScript bundling](https://devdocs.magento.com/guides/v2.2/frontend-dev-guide/themes/js-bundling.html)
technique.
versions: 2.1.x, 2.2.x, 2.3.x
type: Technical changes
date: October 3 2018
- description: Added [Two-Factor Authentication](https://devdocs.magento.com/guides/v2.2/security/two-factor-authentication.html)
and [Google reCAPTCHA](https://devdocs.magento.com/guides/v2.2/security/google-recaptcha.html)
installation and troubleshooting information for [Security settings](https://devdocs.magento.com/guides/v2.2/config-guide/secy/secy.html).
versions: 2.1.x, 2.2.x
type: New topic
date: October 1 2018
- description: Added [Contribution awards and points](https://devdocs.magento.com/guides/v2.2/contributor-guide/contributing.html#points)
section to the [Contributor Guide](https://devdocs.magento.com/guides/v2.2/contributor-guide/contributing.html)
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: September 27 2018
- description: Updated the [Release notes for ece-tools version 2002.0.14.](http://devdocs.magento.com/guides/v2.2/cloud/release-notes/cloud-tools.html#v2002014)<br/>Renamed
Local environment setup to Local development. Added new [Docker development](https://devdocs.magento.com/guides/v2.2/cloud/docker/docker-development.html)
architecture.<br/>Added [Reset cron jobs](http://devdocs.magento.com/guides/v2.1/cloud/trouble/reset-cron-jobs.html)
topic to version 2.1.<br/>And other minor Cloud guide fixes for broken links and
a bad redirect for the ece-tools update.
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: September 25 2018
- description: Updated [declarative schema](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/declarative-schema/migration-commands.html)
command names and parameters.
versions: 2.3.x
type: Technical changes
date: September 21 2018
- description: Added a step to configure a webhook for the Magento Cloud [BitBucket
integration](https://devdocs.magento.com/guides/v2.2/cloud/integrations/bitbucket-integration.html).
versions: 2.1.x, 2.2.x
type: Technical changes
date: September 21 2018
- description: Updated the backward incompatible changes for [Open Source](https://devdocs.magento.com/guides/v2.2/release-notes/backward-incompatible-changes/open-source.html#releases-2_2_5-2_2_6)
and [Commerce](https://devdocs.magento.com/guides/v2.2/release-notes/backward-incompatible-changes/commerce.html#releases-2_2_5-2_2_6)
after the Magento 2.2.6 release.
versions: 2.2.x
type: Major update
date: September 18 2018
- description: Updated the backward incompatible changes for [Open Source](https://devdocs.magento.com/guides/v2.1/release-notes/backward-incompatible-changes/open-source.html#releases-2_1_14-2_1_15)
and [Commerce](https://devdocs.magento.com/guides/v2.1/release-notes/backward-incompatible-changes/commerce.html#releases-2_1_14-2_1_15)
after the Magento 2.1.15 release.
versions: 2.1.x
type: Major update
date: September 18 2018
- description: Added details about the [`\Magento\Store\Api\StoreResolverInterface`
deprecation](https://devdocs.magento.com/guides/v2.3/release-notes/backward-incompatible-changes/index.html#storemanager-instead-of-storeresolve).
versions: 2.3.x
type: Technical changes
date: September 17 2018
- description: Added announcements and supported pull requests for [v2.1](https://devdocs.magento.com/guides/v2.1/contributor-guide/contributing.html),
[v2.2](https://devdocs.magento.com/guides/v2.2/contributor-guide/contributing.html),
and [v2.3](https://devdocs.magento.com/guides/v2.3/contributor-guide/contributing.html)
Contributing guide. Updated the [basic template](https://devdocs.magento.com/guides/v2.2/contributor-guide/templates/basic_template.html)
for DevDocs contributions.
versions: 2.x
type: Major update
date: Sep 14 2018
- description: Updated the 2.3 [Swagger reference](https://devdocs.magento.com/swagger/index_23.html)
to include Open Source, MSI, Commerce, and B2B endpoints.
versions: 2.3.x
type: Technical changes
date: Sep 14 2018
- description: __MFTF 2.3.6 updates:__<br/>Added MAGENTO_CLI_COMMAND_PATH to the [configuration](https://devdocs.magento.com/guides/v2.2/magento-functional-testing-framework/2.3/configuration.html).<br/>Fixed
the `grabId` test step in the [deleteData](https://devdocs.magento.com/guides/v2.3/magento-functional-testing-framework/2.3/test/actions.html#deletedata)
examples.<br/>Added an option to the [`mftf` CLI](https://devdocs.magento.com/guides/v2.2/magento-functional-testing-framework/2.3/commands/mftf.html)
to remove previously generated suites and tests.<br/>The [`testCaseId` annotation](https://devdocs.magento.com/guides/v2.3/magento-functional-testing-framework/2.3/test/annotations.html#testcaseid)
is now automatically prepended to `title` for the test identification.<br/>Added
`skipReadiness` to the [MFTF actions](https://devdocs.magento.com/guides/v2.2/magento-functional-testing-framework/2.2/test/actions.html).<br/>[Test
data](https://devdocs.magento.com/guides/v2.3/magento-functional-testing-framework/2.3/data.html#persist-a-data-entity-as-a-prerequisite-of-a-test)
no longer needs to be specific to scope.
versions: 2.2.x, 2.3.x
type: Major update
date: Sep 14 2018
- description: Added a note regarding developer mode for the Developer configuration
options in the admin in [Configuration best practices](https://devdocs.magento.com/guides/v2.2/performance-best-practices/configuration.html).
versions: 2.2.x, 2.3.x
type: Major update
date: Sep 12 2018
- description: Update the Welcome page for the [Magento Commerce Cloud guide](https://devdocs.magento.com/guides/v2.2/cloud/bk-cloud.html)
and moved the location of the Cloud Guide links to the top navigation bar.
versions: 2.x
type: Major update
date: Sep 10 2018
- description: Added documentation for the GraphQL [storeConfig endpoint](https://devdocs.magento.com/guides/v2.3/graphql/reference/store-config.html).
versions: 2.3.x
type: New topic
date: Sep 10 2018
- description: The [SCD_STRATEGY](https://devdocs.magento.com/guides/v2.2/cloud/env/variables-build.html#scd_strategy)
build and deploy environment variable for Magento Commerce Cloud now works for
multiple threads.
versions: 2.2.x, 2.3.x
type: Technical changes
date: Sep 6 2018
- description: Updated file names in [Web API functional testing](https://devdocs.magento.com/guides/v2.3/get-started/web-api-functional-testing.html)
versions: 2.3.x
type: Technical changes
date: Sep 5 2018
- description: Added a note about filtered product attributes in [Products endpoint](https://devdocs.magento.com/guides/v2.3/graphql/reference/products.html)
versions: 2.3.x
type: Technical changes
date: Sep 5 2018
- description: You can specify [configuration types](http://devdocs.magento.com/guides/v2.2/config-guide/cli/config-cli-subcommands-config-mgmt-export.html)
when running the `app:config:dump` command.
versions: 2.2.x, 2.3.x
type: Major update
date: Sep 5 2018
- description: Replaced all references to the `composer create-project --repository-url`
flag with `composer create-project --repository`.
versions: 2.x
type: Technical changes
date: Sep 5 2018
- description: Updated [CustomAttributeMetadata endpoint](https://devdocs.magento.com/guides/v2.3/graphql/reference/custom-attribute-metadata.html)
to include the new `attribute_options` object.
versions: 2.3.x
type: Technical changes
date: Sep 4 2018
- description: Added [REST reference documentation for MSI](https://devdocs.magento.com/guides/v2.3/rest/modules/inventory/manage-sources.html)
versions: 2.3.x
type: New topic
date: Sep 4 2018
- description: Removed Fastly VCL snippet for extending the Admin timeout. Magento
Commerce Cloud Admin users can configure the timeout from the [Magento Admin UI](https://devdocs.magento.com/guides/v2.2/cloud/access-acct/fastly.html).
versions: 2.1.x, 2.2.x, 2.3.x
type: Technical changes
date: Sep 4 2018
- description: The [How migration works](https://devdocs.magento.com/guides/v2.2/migration/migration-overview-how.html)
topic was updated to clarify the migration process.
versions: 2.x
type: Technical changes
date: Aug 30 2018
- description: Added instructions for accessing the [New Relic account and managing
account users](https://devdocs.magento.com/guides/v2.2/cloud/project/new-relic.html) for
the New Relic APM service available with Magento Commerce Cloud.
versions: 2.1.x, 2.2.x
type: Major update
date: Aug 29 2018
- description: Update the magento-cloud [CLI instructions for deleting an environment](https://devdocs.magento.com/guides/v2.1/cloud/env/environments-start.html#env-delete).
versions: 2.1.x, 2.2.x, 2.3.x
type: Technical changes
date: Aug 27 2018
- description: Updated [Generate a local REST reference](https://devdocs.magento.com/guides/v2.2/rest/generate-local.html)
to include additional display options.
versions: 2.2.x, 2.3.x
type: Technical changes
date: Aug 22 2018
- description: Corrected the list of attributes in an HTTP header in [OAuth-based
authentication](https://devdocs.magento.com/guides/v2.2/get-started/authentication/gs-authentication-oauth.html).
versions: 2.x
type: Technical changes
date: Aug 22 2018
- description: Documented a more secure method of [adding authentication credentials](https://devdocs.magento.com/guides/v2.2/cloud/access-acct/first-time-setup_import-prepare.html#auth-json)
to a Cloud project.
versions: 2.1.x, 2.2.x, 2.3.x
type: Technical changes
date: Aug 22 2018
- description: Add information about installing the Google reCAPTCHA and Two-Factor
Authentication extensions to the [Magento Commerce Cloud Store configuration documentation](https://devdocs.magento.com/guides/v2.2/cloud/configure/configuration-overview.html).
versions: 2.1.x, 2.2.x, 2.3.x
type: Technical changes
date: Aug 21 2018
- description: Updated [Generate a local REST reference](https://devdocs.magento.com/guides/v2.1/rest/generate-local.html)
to include non-default options.
versions: 2.x
type: Technical changes
date: Aug 21 2018
- description: "[Update topic to reflect backward-incompatible changes made in 2.3
regarding controllers and CSRF protection](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/routing.html)"
versions: 2.3.x
type: Major update
date: Aug 21 2018
- description: Added information about breadcrumbs in the [GraphQL category](https://devdocs.magento.com/guides/v2.3/graphql/reference/categories.html)
topic.
versions: 2.3.x
type: Major update
date: Aug 20 2018
- description: 'MFTF 2.3: Added example test steps for each [action](https://devdocs.magento.com/guides/v2.2/magento-functional-testing-framework/2.3/test/actions.html).'
versions: 2.2.x
type: Major update
date: Aug 17 2018
- description: Updated all GitHub labels used for community contributions and added
information on the Magento Contributor Assistant in the [Contributor Guide](https://devdocs.magento.com/guides/v2.2/contributor-guide/contributing.html)
versions: 2.x
type: Major update
date: Aug 16 2018
- description: Improve instructions for [configuring multi-site URLs](https://devdocs.magento.com/guides/v2.2/cloud/project/project-multi-sites.html)
with Magento Commerce Cloud.
versions: 2.1.x, 2.2.x
type: Technical changes
date: Aug 14 2018
- description: Updated the Fastly plugin version requirement for Fastly image optimization
to version 1.2.62.
versions: 2.1.x, 2.2.x, 2.3.x
type: Technical changes
date: Aug 14 2018
- description: Added [Bulk endpoints](https://devdocs.magento.com/guides/v2.3/rest/bulk-endpoints.html)
topic.
versions: 2.3.x
type: New topic
date: Aug 14 2018
- description: Added topics on [Asynchronous web endpoints](https://devdocs.magento.com/guides/v2.3/rest/asynchronous-web-endpoints.html)
and [Bulk operation status endpoints](https://devdocs.magento.com/guides/v2.3/rest/operation-status-endpoints.html).
versions: 2.3.x
type: New topic
date: Aug 14 2018
- description: Update [nginx](https://devdocs.magento.com/guides/v2.2/install-gde/prereq/nginx.html)
PHP versions and Composer installation steps
versions: 2.2.x, 2.3.x
type: Major update
date: Aug 13 2018
- description: Added Events to [WYSIWYG component](https://devdocs.magento.com/guides/v2.3/ui_comp_guide/components/ui-wysiwyg.html).<br/>
Updated list of methods in [Add Custom Editor](https://devdocs.magento.com/guides/v2.3/ui_comp_guide/components/wysiwyg/add-custom-editor/index.html#step-3-create-editor-adapter).
versions: 2.3.x
type: Major update
date: Aug 09 2018
- description: Added CLI enable/disable commands for profiler in [Enable profiling
(MAGE_PROFILER)](https://devdocs.magento.com/guides/v2.2/config-guide/bootstrap/mage-profiler.html)
for 2.2 and 2.3
versions: 2.2.x, 2.3.x
type: Major update
date: Aug 08 2018
- description: Added the [Order Processing for MSI tutorial](https://devdocs.magento.com/guides/v2.3/rest/tutorials/inventory/index.html)
versions: 2.3.x
type: New topic
date: Aug 08 2018
- description: Corrected the path of the `PUT /V1/companyCredits/:id` [endpoint](https://devdocs.magento.com/guides/v2.2/b2b/credit-manage.html#update-a-company-credit-limit).
versions: 2.2.x, 2.3.x
type: Technical changes
date: Aug 06 2018
- description: Updated the Inbound and Outbound [Integration environment IP address
tables](https://devdocs.magento.com/guides/v2.2/cloud/env/environments-start.html#ipaddress).
versions: 2.x
type: Technical changes
date: Aug 06 2018
- description: Added the topic [Custom routes](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/webapi/custom-routes.html).
versions: 2.3.x
type: New topic
date: Aug 03 2018
- description: Added the topic [Operation Status Search](https://devdocs.magento.com/guides/v2.3/rest/operation-status-search.html).
versions: 2.3.x
type: New topic
date: Aug 03 2018
- description: Updated the [Magento Functional Testing Framework documentation](https://devdocs.magento.com/guides/v2.2/magento-functional-testing-framework/release-2/introduction.html)
due to the MFTF 2.3.0 release.
versions: 2.2.x, 2.3.x
type: Major update
date: Aug 02 2018
- description: Added Magento Cloud [v2.1](https://devdocs.magento.com/guides/v2.1/cloud/release-notes/cloud-tools.html)
and [v2.2](https://devdocs.magento.com/guides/v2.2/cloud/release-notes/cloud-tools.html)
release notes for `ece-tools` package v2002.0.13
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: Aug 04 2018
- description: Updated the [Configure Docker](https://devdocs.magento.com/guides/v2.2/cloud/reference/docker-config.html)
documentation to include instructions for deploying to a read-only file system.
versions: 2.2.x, 2.3.x
type: Technical changes
date: Aug 02 2018
- description: Added the capability to [clean static files](https://devdocs.magento.com/guides/v2.2/cloud/env/variables-deploy.html#clean_static_files)
generated during the build phase when deploying your site with Magento Commerce
Cloud.
versions: 2.1.x, 2.2.x, 2.3.x
type: Technical changes
date: Jul 31 2018
- description: Added information on porting code contributions to [Code Contributions](https://devdocs.magento.com/guides/v2.2/contributor-guide/contributing.html)
versions: 2.x
type: Major update
date: Jul 30 2018
- description: Added database maintenance scheduling information to the [Performance
Best Practices for Configuration](https://devdocs.magento.com/guides/v2.2/performance-best-practices/configuration.html)
versions: 2.2.x, 2.3.x
type: Major update
date: Jul 30 2018
- description: Reorganized and refreshed the [Cloud Upgrades and Patches section](https://devdocs.magento.com/guides/v2.2/cloud/project/project-upgrade-parent.html).
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: Jul 26 2018
- description: Added local file inclusion (LFI) and remote code execution (RCE) protection
guidelines to the [Code Magento Standards](https://devdocs.magento.com/guides/v2.2/coding-standards/technical-guidelines.html).
versions: 2.2.x, 2.3.x
type: Major update
date: Jul 25 2018
- description: Updated [Definition of Done](https://devdocs.magento.com/guides/v2.2/contributor-guide/contributing_dod.html)
with examples and guidelines.
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: Jul 25 2018
- description: Consolidated and simplified the Composer [installation instructions](https://devdocs.magento.com/guides/v2.2/install-gde/composer.html)
for Magento.
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: Jul 23 2018
- description: Improved the Docker configuration process to set up a Magento Commerce
Cloud development environment in your local workstation using ece-tools v2002.0.13
or later. Also added support for Redis, Varnish, and SSL services. See the [Magento
Commerce (Cloud) v2002.0.13 Release Notes](https://devdocs.magento.com/guides/v2.2/cloud/bk-cloud.html).
versions: 2.1.x, 2.2.x, 2.3.x
type: Technical changes
date: Jul 23 2018
- description: Added the [CLI instructions](https://devdocs.magento.com/guides/v2.3/comp-mgr/cli/cli-upgrade.html)
for upgrading Magento to 2.3.
versions: 2.3.x
type: Major update
date: Jul 20 2018
- description: Added [installation instructions](https://devdocs.magento.com/guides/v2.3/release-notes/2.3.0-alpha-install.html)
for Commerce 2.3 Alpha.
versions: 2.3.x
type: Major update
date: Jul 20 2018
- description: Updated [location](https://devdocs.magento.com/guides/v2.2/magento-functional-testing-framework/release-2/introduction.html#mftf-tests)
of the MFTF tests.
versions: 2.2.x, 2.3.x
type: Technical changes
date: Jul 18 2018
- description: The default username for new Magento Commerce Cloud accounts has been
changed from `Admin` to the Project Owner email address.
versions: 2.x
type: Technical changes
date: Jul 17 2018
- description: Changed the default value for the [SKIP_HTML_MINIFICATION global variable](https://devdocs.magento.com/guides/v2.1/cloud/env/variables-global.html#skip_html_minification)
to `true` to minimize downtime during deployment.
versions: v2.2.1, v2.2.x, v2.2.3
type: Technical changes
date: Jul 13 2018
- description: Enhanced the [hooks property](https://devdocs.magento.com/guides/v2.2/cloud/project/project-conf-files_magento-app.html#hooks)
so that you can customize the build phase further by using the `generate` and
`transfer` commands to perform additional actions when specifically building code
or moving files.
versions: 2.1.x, 2.2.x
type: Major update
date: Jul 12 2018
- description: Added MSI and bulk API endpoints to [List of REST endpoints by module](https://devdocs.magento.com/guides/v2.3/rest/list.html)
versions: 2.3.x
type: Technical changes
date: Jul 12 2018
- description: Added [Security information](https://devdocs.magento.com/guides/v2.2/coding-standards/technical-guidelines.html#15-security)
to Coding Standards [Technical Guidelines](https://devdocs.magento.com/guides/v2.2/coding-standards/technical-guidelines.html).
versions: 2.2.x
type: Major update
date: Jul 09 2018
- description: The new [URL Rewrite module](https://devdocs.magento.com/guides/v2.2/cloud/configure/import-url-rewrites.html)
helps to manage redirects in Magento Cloud without losing SEO rankings and traffic.
versions: 2.2.x
type: Major update
date: Jul 06 2018
- description: We split the build phase into two separate processes so that you can
use hooks to apply custom changes to the generated static content before packaging
the application for deployment. The build:generate process generates code, applies
patches, and generates static content. The build:transfer process deploys the
application. See [Application hooks](https://devdocs.magento.com/guides/v2.2/cloud/project/project-conf-files_magento-app.html).
versions: v2.1.4 and later, 2.2.x, 2.3.x
type: Major update
date: Jul 5 2018
- description: Added information to set up and configure [Fastly Image Optimization](https://devdocs.magento.com/guides/v2.2/cloud/cdn/fastly-image-optimization.html).
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: Jun 29 2018
- description: Update the Cloud [Project structure](https://devdocs.magento.com/guides/v2.2/cloud/project/project-start.html)
to reflect the recent base template changes for version 2.1 and 2.2.
versions: 2.1.x, 2.2.x
type: Technical changes
date: Jun 28 2018
- description: Added [Magento Commerce Release Notes (1.14 and later)](https://devdocs.magento.com/guides/m1x/ce19-ee114/ee1.14_release-notes.html)
and [Magento Open Source Release Notes (1.9 and later)](https://devdocs.magento.com/guides/m1x/ce19-ee114/ce1.9_release-notes.html).
versions: ''
type: Major update
date: Jun 27 2018
- description: Added Magento Commerce and Open Source 2.1.14 Release Notes. See [Magento
Commerce 2.1.14 Release Notes](https://devdocs.magento.com/guides/v2.1/release-notes/ReleaseNotes2.1.14EE.html)
and [Magento Open Source 2.1.14](https://devdocs.magento.com/guides/v2.1/release-notes/ReleaseNotes2.1.14CE.html)
for more information.
versions: 2.1.x
type: New topic
date: Jun 27 2018
- description: Added Magento Commerce and Open Source 2.2.5 Release Notes. See [Magento
Commerce 2.2.5 Release Notes](https://devdocs.magento.com/guides/v2.2/release-notes/ReleaseNotes2.2.5EE.html)
and [Magento Open Source 2.2.5](https://devdocs.magento.com/guides/v2.2/release-notes/ReleaseNotes2.2.5CE.html)
for more information.
versions: 2.2.x
type: New topic
date: Jun 27 2018
- description: Added the backward incompatible changes for the Magento 2.1.14 release
in [OpenSource](https://devdocs.magento.com/guides/v2.1/release-notes/backward-incompatible-changes/open-source.html)
and [Commerce](https://devdocs.magento.com/guides/v2.1/release-notes/backward-incompatible-changes/commerce.html).
versions: 2.1.x
type: Major update
date: Jun 27 2018
- description: Added the backward incompatible changes for the Magento 2.2.5 release
in [OpenSource](https://devdocs.magento.com/guides/v2.2/release-notes/backward-incompatible-changes/open-source.html)
and [Commerce](https://devdocs.magento.com/guides/v2.2/release-notes/backward-incompatible-changes/commerce.html).
versions: 2.2.x
type: Major update
date: Jun 27 2018
- description: Added a new solution section for Redis to an [installation troubleshooting](https://devdocs.magento.com/guides/v2.1/install-gde/trouble/tshoot_wrong-mysql.html)
topic.
versions: 2.1.x
type: Major update
date: Jun 25 2018
- description: There is a new Cloud workflow to [add a `robots.txt` file and generate
a `sitemap.xml` file](https://devdocs.magento.com/guides/v2.2/cloud/trouble/robots-sitemap.html)
for a single domain configuration without requiring a change to the infrastructure.
versions: 2.1.x, 2.2.x, 2.3.x
type: Technical changes
date: Jun 13 2018
- description: Now you can [change store locales](https://devdocs.magento.com/guides/v2.2/cloud/live/sens-data-over.html#change-locales)
when using SCD_ON_DEMAND without using the exporting and importing configuration
process.
versions: 2.1.x, 2.2.x, 2.3.x
type: Technical changes
date: Jun 13 2018
- description: The new ece-tools command—`docker:build`—generates a [Docker Compose](https://devdocs.magento.com/guides/v2.2/cloud/reference/docker-config.html) configuration.
versions: 2.1.x, 2.2.x, 2.3.x
type: New topic
date: Jun 09 2018
- description: Added a topic about the [Magento binding syntax](https://devdocs.magento.com/guides/v2.2/ui_comp_guide/concepts/magento-bindings.html).
versions: 2.2.x, 2.3.x
type: New topic
date: Jun 07 2018
- description: Added a new topic describing how to [enable/disable logging](https://devdocs.magento.com/guides/v2.2/config-guide/cli/logging.html) with the Magento CLI.
versions: 2.2.x, 2.3.x
type: New topic
date: Jun 04 2018
- description: Updated the storage capacity information for Magento Commerce Cloud
Pro architecture information in the [Production Technology Stack](https://devdocs.magento.com/guides/v2.1/cloud/architecture/pro-architecture.html#production-technology-stack)
documentation for Magento Cloud [v2.1](https://devdocs.magento.com/guides/v2.1/cloud/architecture/pro-architecture.html#production-technology-stack),
[v2.2](https://devdocs.magento.com/guides/v2.2/cloud/architecture/pro-architecture.html#production-technology-stack),
and [v2.3](https://devdocs.magento.com/guides/v2.3/cloud/architecture/pro-architecture.html#production-technology-stack).
versions: 2.x
type: Technical changes
date: Jun 04 2018
- description: "[These changes](https://devdocs.magento.com/guides/v2.1/config-guide/multi-site/ms_nginx.html)
show users how to simplify Nginx configs to host multiple Magento websites and
store views with one virtual host file. It allows to that Nginx configuration
to stay much cleaner, and more maintainable."
versions: 2.1.x, 2.2.x, 2.3.x
type: Technical changes
date: Jun 1 2018
- description: Contribution with fix to the custom entry point script in [MAGE_DIRS](https://devdocs.magento.com/guides/v2.1/config-guide/bootstrap/mage-dirs.html).
versions: 2.1.x, 2.2.x, 2.3.x
type: Technical changes
date: May 29 2018
- description: Updated the GraphQL [Products endpoint](https://devdocs.magento.com/guides/v2.3/graphql/reference/products.html)
to include functionality contributed by community members.
versions: 2.3.x
type: Technical changes
date: May 23 2018
- description: Added a new Cloud command—module:refresh—to enable missing modules
the same way that it is done automatically during a build. See [Build and deploy
on local in Build phase](https://devdocs.magento.com/guides/v2.2/cloud/live/live-sanity-check.html#build).
versions: 2.1.x, 2.2.x, 2.3.x
type: Technical changes
date: May 23 2018
- description: Added [Handling a REST API response](https://devdocs.magento.com/guides/v2.2/magento-functional-testing-framework/release-2/metadata.html#rest-response)
to the MFTF Metadata.
versions: 2.2.x, 2.3.x
type: Technical changes
date: May 22 2018
- description: Added descriptions for the [new `magento config:set lock-env` and `lock-config`
options](https://devdocs.magento.com/guides/v2.2/config-guide/cli/config-cli-subcommands-config-mgmt-set.html).
versions: 2.2.x
type: Technical changes
date: May 22 2018
- description: Removed `setup:cache:{command}` and `setup:indexer:{command}`from [config-cli-subcommands.md](https://devdocs.magento.com/guides/v2.1/config-guide/cli/config-cli-subcommands.html), as
they do not exist. Replaced with `cache:{command}` and `indexer:{command}` commands.
versions: 2.1.x, 2.2.x, 2.3.x
type: Technical changes
date: May 21 2018
- description: "[Updated](https://devdocs.magento.com/guides/v2.2/config-guide/multi-site/ms_nginx.html)
to show a way to pass the MAGE_RUN_TYPE and MAGE_RUN_CODE Nginx variables into
PHP, and include the $MAGE_RUN_TYPE in the Nginx vhost files to show how one could
specify website vs store."
versions: 2.1.x, 2.2.x, 2.3.x
type: Technical changes
date: May 15 2018
- description: Added filter attribute information in [GraphQL Product](https://devdocs.magento.com/guides/v2.3/graphql/reference/products.html)
versions: 2.3.x
type: Technical changes
date: May 10 2018
- description: Added configuration info for [creating nginx virtual hosts](https://devdocs.magento.com/guides/v2.0/config-guide/multi-site/ms_nginx.html#ms-nginx-vhosts) on Tutorial—Set
up multiple websites or stores with nginx page.
versions: 2.x
type: Technical changes
date: May 10 2018
- description: Updated the Cloud build and deploy [environment variable](https://devdocs.magento.com/guides/v2.1/cloud/env/variables-intro.html) descriptions and samples.
versions: 2.1.x, 2.2.x, 2.3.x
type: Technical changes
date: May 08 2018
- description: You must bypass Fastly when profiling with [Blackfire](https://devdocs.magento.com/guides/v2.2/cloud/project/project-integrate-blackfire.html) in your Cloud Production
environment.
versions: 2.1.x, 2.2.x
type: Technical changes
date: May 07 2018
- description: Added the [Reference architecture](https://devdocs.magento.com/guides/v2.2/performance-best-practices/reference-architecture.html)
topic
versions: 2.2.x, 2.3.x
type: New topic
date: May 07 2018
- description: Contributed to [Linking properties of UI components](https://devdocs.magento.com/guides/v2.2/ui_comp_guide/concepts/ui_comp_linking_concept.html).
versions: 2.x
type: Technical changes
date: May 07 2018
- description: You must bypass Fastly when profiling with [Blackfire](https://devdocs.magento.com/guides/v2.2/cloud/project/project-integrate-blackfire.html) in your Cloud Production
environment.
versions: 2.1.x, 2.2.x
type: Technical changes
date: May 07 2018
- description: You can trigger a [redeploy](https://devdocs.magento.com/guides/v2.2/cloud/reference/cli-ref-topic.html)
of your Cloud environment.
versions: 2.1.x, 2.2.x, 2.3.x
type: Technical changes
date: May 05 2018
- description: Updated the example in [Example_logging database activity](https://devdocs.magento.com/guides/v2.2/config-guide/log/log-db.html)
versions: 2.2.x
type: Technical changes
date: May 04 2018
- description: Updated the backward incompatible changes between _2.2.0_ and _2.3-develop_
for [OpenSource](https://devdocs.magento.com/guides/v2.3/release-notes/backward-incompatible-changes/open-source.html)
and [Commerce](https://devdocs.magento.com/guides/v2.3/release-notes/backward-incompatible-changes/commerce.html).
versions: 2.3.x
type: Technical changes
date: May 02 2018
- description: Fixed the severity values in [MFTF annotations](https://devdocs.magento.com/guides/v2.2/magento-functional-testing-framework/release-2/test/annotations.html).
versions: 2.2.x, 2.3.x
type: Technical changes
date: May 02 2018
- description: Describes the highlights, fixed issues, and community contributions
for Magento Open Source and Commerce 2.2.4. See [Magento Open Source 2.2.4 Release
Notes](https://devdocs.magento.com/guides/v2.2/release-notes/ReleaseNotes2.2.4CE.html)
and [Magento Commerce 2.2.4 Release Notes](https://devdocs.magento.com/guides/v2.2/release-notes/ReleaseNotes2.2.4EE.html)
for more information.
versions: 2.2.x
type: New topic
date: May 02 2018
- description: Contributed a section about [Using PHP short tags in template PHTML
files](https://devdocs.magento.com/guides/v2.2/frontend-dev-guide/templates/template-override.html#short-tags).
versions: 2.2.x
type: Technical changes
date: May 02 2018
- description: Added "custom database port" to the optional parameters section in
the [Migration Guide](https://devdocs.magento.com/guides/v2.2/migration/migration-tool-configure.html#migration-configure).
versions: 2.x
type: Technical changes
date: May 02 2018
- description: Describes the highlights, fixed issues, and community contributions
for Magento Open Source and Commerce 2.1.13. See [Magento Open Source 2.1.13 Release
Notes](https://devdocs.magento.com/guides/v2.1/release-notes/ReleaseNotes2.1.13CE.html)
and [Magento Commerce 2.1.13 Release Notes](https://devdocs.magento.com/guides/v2.1/release-notes/ReleaseNotes2.1.13EE.html)
for more information.
versions: 2.1.x
type: New topic
date: May 02 2018
- description: "[Magento 2.x GDPR compliance](https://devdocs.magento.com/guides/v2.2/architecture/gdpr/magento-2x.html)<br/>[Magento
1.x GDPR compliance](https://devdocs.magento.com/guides/v2.2/architecture/gdpr/magento-1x.html)"
versions: 2.x
type: New topic
date: May 01 2018
- description: Added the [development environment recommendations](https://devdocs.magento.com/guides/v2.2/performance-best-practices/development-environment.html).
versions: 2.1.x, 2.2.x, 2.3.x
type: New topic
date: May 01 2018
- description: Documented the [Redis Sentinel settings](https://devdocs.magento.com/guides/v2.2/config-guide/redis/redis-session.html).
versions: 2.3.x
type: Technical changes
date: May 01 2018
- description: Added a new topic [Suite](https://devdocs.magento.com/guides/v2.2/magento-functional-testing-framework/release-2/suite.html)
to the MFTF Guide along with documentation updates related to the 2.2.0 release
of the framework.
versions: 2.2.x, 2.3.x
type: New topic
date: Apr 28 2018
- description: Updates from the 2018 Imagine Docathon.
versions: 2.x
type: Technical changes
date: Apr 27 2018
- description: Added [Error code mapping](https://devdocs.magento.com/guides/v2.3/payments-integrations/payment-gateway/error-code-mapper.html)
versions: 2.3.x
type: New topic
date: Apr 25 2018
- description: Added the ability to configure a read-only connection to a non-master
node to receive read-only traffic for [Redis](https://devdocs.magento.com/guides/v2.2/cloud/env/variables-deploy.html#redisuseslaveconnection)
and for [MariaDB](https://devdocs.magento.com/guides/v2.2/cloud/env/variables-deploy.html#mysqluseslaveconnection).
versions: 2.1.x, 2.2.x, 2.3.x
type: New
date: Apr 24 2018
- description: New [Smart wizards](https://devdocs.magento.com/guides/v2.2/cloud/env/smart-wizards.html)
help you to verify your Cloud configuration follows best practices.
versions: 2.1.x, 2.2.x, 2.3.x
type: New
date: Apr 24 2018
- description: Added [Marketplace EQP API](https://devdocs.magento.com/guides/v2.2/marketplace/eqp/api.html)
reference documentation.
versions: 2.x
type: New topic
date: Apr 21 2018
- description: We added a new topic about [Community Maintainers](https://devdocs.magento.com/guides/v2.2/contributor-guide/devdocs-maintainers.html) for the devdocs repository.
versions: 2.x
type: New topic
date: Apr 20 2018
- description: Added documentation for the [schema.graphqls](https://devdocs.magento.com/guides/v2.3/graphql/develop/create-graphqls-file.html)
and completely revised the [resolvers](https://devdocs.magento.com/guides/v2.3/graphql/develop/resolvers.html)
documentation. Also added new reference articles.
versions: 2.3.x
type: Major updates
date: Apr 13 2018
- description: Clarified the [New Relic APM](https://devdocs.magento.com/guides/v2.2/cloud/project/new-relic.html)
procedures.
versions: 2.1.x, 2.2.x, 2.3.x
type: Technical changes
date: Apr 10 2018
- description: Updated information about how long we store [snapshots](https://devdocs.magento.com/guides/v2.2/cloud/project/project-webint-snap.html).
versions: 2.1.x, 2.2.x, 2.3.x
type: Technical changes
date: Apr 10 2018
- description: Added the [Performance Best Practices](https://devdocs.magento.com/guides/v2.2/performance-best-practices/index.html)
guide. It replaces the information formerly in the topic Magento Optimization
Guide.
versions: 2.2.x, 2.3.x