-
Notifications
You must be signed in to change notification settings - Fork 59
/
community-release-notes.json
45 lines (45 loc) · 1.78 KB
/
community-release-notes.json
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
{
"header": "",
"releases": [
{
"version": "1.1.2",
"patches": [
{
"code": "magento2-base",
"magento-version": "2.3.7",
"description": "\"Optimize QuoteIdToMaskedQuoteId model\": Improve performance by using direct SQL queries"
}
]
},
{
"version": "1.1.4",
"patches": [
{
"code": "magento2-base",
"magento-version": "2.4.3",
"description": "\"Added patch for the upgrade issue from 2.4.2 to 2.4.3\": Fixes Upgrade Issue, While upgrade from Magento 2.4.2-p1 to Magento 2.4.3 for PayPal data patch"
},
{
"code": "magento2-base",
"magento-version": "2.3.7",
"description": "\"backport #28137 to 2.3\": Fixes issue with Varnish 6 when 503 error was returned and VCL error Too many restarts in logs"
}
]
},
{
"version": "1.1.6",
"patches": [
{
"code": "magento/magento2-base",
"magento-version": "2.3.7",
"description": "\"MC-41887: Validation Messages - CustomerData messages not showing up\": Fixed issue with don't visible messages for sites hosted on subdirectories due to cookie restriction"
},
{
"code": "magento/magento2-base",
"magento-version": "2.4.3",
"description": "\"Optimize QuoteIdToMaskedQuoteId model and fix infinite loop\": Improve performance by using direct SQL queries"
}
]
}
]
}