-
Notifications
You must be signed in to change notification settings - Fork 0
/
patches.json
414 lines (414 loc) · 22.4 KB
/
patches.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
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
{
"magento/magento2-base": {
"Fix asset locker race condition when using Redis": {
"2.1.4 - 2.1.14": "MDVA-2470__fix_asset_locking_race_condition__2.1.4.patch",
"2.2.0 - 2.2.5": "MDVA-2470__fix_asset_locking_race_condition__2.2.0.patch"
},
"Prevent redundant permissions check during build": {
"2.1.4 - 2.1.14": "MAGECLOUD-414__remove_unnecessary_permission_checks__2.1.4.patch",
"2.2.0 - 2.2.5": "MAGECLOUD-414__remove_unnecessary_permission_checks__2.2.0.patch"
},
"Fix Redis issues with session manager locking": {
"2.1.10 - 2.1.13" : "MAGECLOUD-1582__fix_session_manager_locking__2.1.10.patch",
"2.2.0 - 2.2.1": "MAGECLOUD-1582__fix_session_manager_locking__2.2.0.patch"
},
"Workaround app/etc not being available before the deploy phase": {
"~2.1.4": "MAGETWO-57413__move_vendor_path_autoloader__2.1.4.patch"
},
"Allow static assets to be loaded without URL rewrites": {
"2.1.4 - 2.1.16": "MAGETWO-57414__load_static_assets_without_rewrites__2.1.4.patch",
"~2.1.17": "MAGETWO-57414__load_static_assets_without_rewrites__2.1.17.patch"
},
"Don't attempt to use non-existent setup areas": {
"~2.1.4": "MAGETWO-45357__avoid_nonexistent_setup_area__2.1.4.patch"
},
"Skip checking var/generation for write permissions when it doesn't affect the build process": {
"2.1.4 - 2.1.14": "MAGETWO-63032__skip_unnecessary_write_permission_check__2.1.4.patch"
},
"Fix loading multiple plugins in the setup scope": {
"~2.1.4": "MAGETWO-56675__dont_skip_setup_scoped_plugins__2.1.4.patch"
},
"Support SCD forking in the credis connector": {
"~2.1.4": "MAGETWO-69847__support_credis_forking_during_scd__2.1.4.patch",
"2.2.0 - 2.2.5" : "MAGETWO-69847__support_credis_forking_during_scd__2.2.0.patch"
},
"Allow multiple languages to be specified for the SCD command": {
"2.1.4 - 2.1.7": "MAGETWO-63020__fix_scd_with_multiple_languages__2.1.4.patch"
},
"Continue to load javascript assets in the admin panel when using particular build parameters": {
"2.1.4 - 2.1.7": "MAGECLOUD-589__load_appropriate_js_files__2.1.4.patch"
},
"Handle special characters in email headers": {
"~2.1.4": "MDVA-8695__properly_encode_characters_in_emails__2.1.4.patch",
"2.2.0": "MDVA-8695__properly_encode_characters_in_emails__2.1.4.patch"
},
"Enable SCD on demand in production": {
"~2.1.4": "MAGECLOUD-1601__configure_scd_on_demand_for_cloud__2.1.4.patch",
"2.2.0 - 2.2.3": "MAGECLOUD-1601__configure_scd_on_demand_for_cloud__2.2.0.patch"
},
"Respect user-specified minification settings": {
"~2.1.4": "MAGECLOUD-1736__respect_minification_override__2.1.4.patch",
"~2.2.0": "MAGECLOUD-1736__respect_minification_override__2.2.0.patch"
},
"Process the application cron queue more reliably": {
"2.1.4": "MAGECLOUD-1607__overhaul_cron_implementation__2.1.4.patch",
"2.1.5 - 2.1.12": "MAGECLOUD-1607__overhaul_cron_implementation__2.1.5.patch",
"2.1.13": "MAGECLOUD-1607__overhaul_cron_implementation__2.1.13.patch",
"~2.1.14": "MAGECLOUD-1607__overhaul_cron_implementation__2.1.14.patch",
"2.2.0 - 2.2.1": "MAGECLOUD-1607__overhaul_cron_implementation__2.2.0.patch",
"2.2.2 - 2.2.3": "MAGECLOUD-1607__overhaul_cron_implementation__2.2.2.patch",
"2.2.4": "MAGECLOUD-1607__overhaul_cron_implementation__2.2.4.patch"
},
"Fix cron deadlocks and improve cron locking": {
"2.2.5 - 2.2.8": "MAGECLOUD-4530__fix_cron_deadlocks_and_improve_job_locking__2.2.5.patch",
"2.2.9": "MAGECLOUD-4530__fix_cron_deadlocks_and_improve_job_locking__2.2.9.patch",
">=2.2.10 <2.3.0": "MAGECLOUD-4530__fix_cron_deadlocks_and_improve_job_locking__2.2.10.patch",
"2.3.0": "MAGECLOUD-4530__fix_cron_deadlocks_and_improve_job_locking__2.3.0.patch",
"2.3.1": "MAGECLOUD-4530__fix_cron_deadlocks_and_improve_job_locking__2.3.1.patch",
">=2.3.2 <2.3.3": "MAGECLOUD-4530__fix_cron_deadlocks_and_improve_job_locking__2.3.2.patch",
">=2.3.3 <2.3.5": "MAGECLOUD-4530__fix_cron_deadlocks_and_improve_job_locking__2.3.3.patch"
},
"Add Zookeeper and flock locks": {
"2.2.5 - 2.2.8": "MAGECLOUD-3054__add_zookeeper_and_flock_locks__2.2.5.patch",
"2.3.0": "MAGECLOUD-3054__add_zookeeper_and_flock_locks__2.3.0.patch",
"2.3.1": "MAGECLOUD-3054__add_zookeeper_and_flock_locks__2.3.1.patch",
">=2.3.2 <2.3.5": "MCLOUD_6139__improvement_flock_locks__2.3.2.patch"
},
"Reduce memory usage when importing customers and addresses": {
"2.1.4 - 2.1.10": "SET-36__fix_oom_during_customer_import__2.1.4.patch",
"2.1.11 - 2.1.12": "SET-36__fix_oom_during_customer_import__2.1.11.patch",
"2.2.0 - 2.2.3": "SET-36__fix_oom_during_customer_import__2.2.0.patch",
"2.2.4": "SET-36__fix_oom_during_customer_import__2.2.4.patch"
},
"Fix Mview on staging environments": {
"2.1.4": "MAGETWO-84444__fix_mview_on_staging__2.1.4.patch",
"2.1.5 - 2.1.9": "MAGETWO-84444__fix_mview_on_staging__2.1.5.patch",
"2.1.10": "MAGETWO-84444__fix_mview_on_staging__2.1.10.patch"
},
"Resize images properly after upgrading to 2.1.6": {
"2.1.6": "MAGETWO-67805__fix_image_resizing_after_upgrade__2.1.6.patch"
},
"Bundle javascript files even when other files are present": {
"2.1.4 - 2.1.12": "MAGETWO-88336__fix_complex_folder_js_bundling__2.1.4.patch",
"2.2.0 - 2.2.3": "MAGETWO-84507__fix_complex_folder_js_bundling__2.2.0.patch"
},
"Allow ece-tools dumps to complete by fixing app:config:import": {
"2.2.2": "MAGECLOUD-1567__fix_import_during_ece_tools_dump__2.2.2.patch"
},
"Unify robots.txt and sitemap.xml generation": {
"2.1.4 - 2.1.10": "MAGECLOUD-1998__unify_sitemapxml_and_robotstxt_generation__2.1.4.patch",
"~2.1.11": "MAGECLOUD-1998__unify_sitemapxml_and_robotstxt_generation__2.1.11.patch"
},
"Fix javascript localization issues": {
"~2.1.4": "MAGETWO-62660__prevent_excessive_js_optimization__2.1.4.patch",
"2.2.0 - 2.2.1": "MAGETWO-82752__reload_js_translation_data__2.2.0.patch"
},
"Unlock locale editing when SCD on demand is enabled": {
"2.2.0 - 2.2.5": "MAGECLOUD-2159__unlock_locale_editing_when_scd_on_demand__2.2.0.patch"
},
"Write Logs for Failed Process of Generating Factories in Extensions": {
"2.2.0 - 2.2.5": "MAGECLOUD-2209__write_logs_for_failed_process_of_generating_factories_in_extensions__2.2.0.patch"
},
"Fix Problems with Consumer Runners on Cloud Clusters": {
"2.2.5": "MAGECLOUD-3913__fix_problems_with_consumer_runners_on_cloud_clusters__2.2.5_ce.patch",
"2.2.6": "MAGECLOUD-3913__fix_problems_with_consumer_runners_on_cloud_clusters__2.2.6_ce.patch",
"2.2.7": "MAGECLOUD-3913__fix_problems_with_consumer_runners_on_cloud_clusters__2.2.7_ce.patch",
"2.2.8 - 2.2.9": "MAGECLOUD-3913__fix_problems_with_consumer_runners_on_cloud_clusters__2.2.8_ce.patch",
"2.3.0": "MAGECLOUD-3913__fix_problems_with_consumer_runners_on_cloud_clusters__2.3.0.patch",
">=2.3.1 <2.3.3": "MAGECLOUD-3913__fix_problems_with_consumer_runners_on_cloud_clusters__2.3.1.patch"
},
"Resolve Issues with Cron Schedule": {
"2.1.10 - 2.1.14 || 2.2.2 - 2.2.5": "MAGECLOUD-2427__resolve_issues_with_cron_schedule__2.1.10.patch"
},
"Fix timezone parsing for Cron": {
"2.1.4": "MAGECLOUD-2602__fix_timezone_parsing_for_cron__2.1.4.patch",
"2.1.5 - 2.1.10": "MAGECLOUD-2602__fix_timezone_parsing_for_cron__2.1.5.patch",
"2.1.13 - 2.1.14": "MAGECLOUD-2602__fix_timezone_parsing_for_cron__2.1.13.patch"
},
"Change the depth of a recursive check of directory write permissions": {
"2.1.4 - 2.1.14": "MAGETWO-93265__fix_depth_of_recursive_check_of_directory_permissions__2.1.4.patch"
},
"Google chart API used by Magento dashboard scheduled to be turned off": {
"2.1.4 - 2.1.17": "MAGETWO-98833__turn_off_google_chart_api__2.x.patch",
"2.2.0 - 2.2.8": "MAGETWO-98833__turn_off_google_chart_api__2.x.patch",
"2.3.0 - 2.3.1": "MAGETWO-98833__turn_off_google_chart_api__2.x.patch"
},
"Do not run cron when it is disabled": {
"2.1.4 - 2.2.5": "MAGECLOUD-2445__do_not_run_cron_when_it_is_disabled__2.1.4.patch"
},
"Zendframework1 should use TLS 1.2": {
">=2.1.4 <2.3": "MAGECLOUD-2521__zendframework1_use_TLS_1.2__2.1.4.patch"
},
"The recursion detected error during deployment": {
"2.2.0 - 2.2.6": "MAGECLOUD-2173__the_recursion_error_during_deployment__2.2.0.patch"
},
"Remove the permission check for the console application": {
"2.2.0 - 2.2.5": "MAGECLOUD-2509__remove_permission_check_for_console_application__2.2.0.patch",
"2.2.6": "MAGECLOUD-2509__remove_permission_check_for_console_application__2.2.6.patch"
},
"Add the possibility to install Magento without admin creation" : {
"2.1.4 - 2.2.1": "MAGECLOUD-2573__installation_without_admin_creation__2.1.4.patch",
"2.2.2 - 2.2.7": "MAGECLOUD-2573__installation_without_admin_creation__2.2.2.patch"
},
"Add the possibility to configure max execution time during static content deployment": {
"2.2.0 - 2.2.8 || 2.3.0": "MAGECLOUD-2822__configure_max_execution_time__2.2.0.patch",
"2.3.1": "MAGECLOUD-2822__configure_max_execution_time__2.3.1.patch"
},
"Suppress PDO warnings to work around PHP bugs #63812, #74401": {
"2.1.4": "MAGECLOUD-2820__implement_isolated_connections_mechanism__2.1.4.patch",
"2.1.5 - 2.1.12": "MAGECLOUD-2820__implement_isolated_connections_mechanism__2.1.5.patch",
"2.1.13 - 2.1.17": "MAGECLOUD-2820__implement_isolated_connections_mechanism__2.1.13.patch",
"2.2.0 - 2.2.8 || 2.3.0 - 2.3.1": "MAGECLOUD-2820__implement_isolated_connections_mechanism__2.2.0.patch"
},
"Pre-auth SQL": {
"2.1.4 - 2.1.17": "MC-5964__preauth_sql__2.1.4.patch",
"2.2.0 - 2.2.7": "MC-5964__preauth_sql__2.2.0.patch",
"2.3.0": "MC-5964__preauth_sql__2.3.0.patch"
},
"Multi-thread SCD": {
"2.2.0 - 2.2.3": "MAGECLOUD-3611__multi_thread_scd__2.2.0.patch",
"2.2.4 - 2.2.9": "MAGECLOUD-3611__multi_thread_scd__2.2.4.patch",
"2.3.0 - 2.3.1": "MAGECLOUD-3611__multi_thread_scd__2.3.0.patch",
">=2.3.2 <2.3.3": "MAGECLOUD-3611__multi_thread_scd__2.3.2.patch"
},
"setup:upgrade returns error code if app:config:import failed": {
"2.2.0": "MAGECLOUD-3806__error_code_fix_for_setup_upgrade__2.2.0.patch",
"2.2.1 - 2.2.9": "MAGECLOUD-3806__error_code_fix_for_setup_upgrade__2.2.1.patch",
">=2.3.0 <2.3.3": "MAGECLOUD-3806__error_code_fix_for_setup_upgrade__2.3.0.patch"
},
"Re-work consumers to terminate as soon as there is nothing left to process": {
">=2.3.2 <2.3.4": "MAGECLOUD-4071__terminate_consumers_if_the_queue_is_empty__2.3.2.patch"
},
"Backward Compatibility of new Mail Interfaces": {
"2.3.3": "MAGECLOUD-4442__fix_backward_compatibility_of_new_mail_interfaces__2.3.3.patch"
},
"Catalog Product pagination does not work on Elasticsearch 6.x": {
"2.3.3": "MAGECLOUD-4847__elasticsearch_and_products_display_fix__2.3.3.patch"
},
"Catalog Product collection method chaining is broken": {
"2.3.3": "MC-21820__fix_broken_method_chaining__2.3.3.patch"
},
"Reduce q-ty of error report files": {
"2.1.4 - 2.1.7": "MAGECLOUD-3392__reduce_q-ty_of_error_report_files__2.1.4.patch",
"2.1.8 - 2.1.16": "MAGECLOUD-3392__reduce_q-ty_of_error_report_files__2.1.8.patch",
"~2.1.17": "MAGECLOUD-3392__reduce_q-ty_of_error_report_files__2.1.17.patch",
"2.2.0 - 2.2.4": "MAGECLOUD-3392__reduce_q-ty_of_error_report_files__2.2.0.patch",
"2.2.5": "MAGECLOUD-3392__reduce_q-ty_of_error_report_files__2.2.5.patch",
"2.2.6 - 2.2.7": "MAGECLOUD-3392__reduce_q-ty_of_error_report_files__2.2.6.patch",
"~2.2.8": "MAGECLOUD-3392__reduce_q-ty_of_error_report_files__2.2.8.patch",
"2.3.0": "MAGECLOUD-3392__reduce_q-ty_of_error_report_files__2.3.0.patch",
"2.3.1": "MAGECLOUD-3392__reduce_q-ty_of_error_report_files__2.3.1.patch",
">=2.3.2 <2.3.4": "MAGECLOUD-3392__reduce_q-ty_of_error_report_files__2.3.2.patch"
},
"Fix XSS in order history": {
"2.2.0 - 2.2.6": "PRODSECBUG-2233__fix_xss_in_order_history__2.2.0.patch",
"2.2.7 - 2.2.8": "PRODSECBUG-2233__fix_xss_in_order_history__2.2.7.patch",
"2.3.0 - 2.3.1": "PRODSECBUG-2233__fix_xss_in_order_history__2.3.0.patch"
},
"Pass Store View scope in the Async/Bulk Web API": {
"2.3.1": "MAGETWO-99902__pass_store_view_scope_in_async_web_api__2.3.1.patch",
">=2.3.2 <2.3.3": "MAGETWO-99902__pass_store_view_scope_in_async_web_api__2.3.2.patch"
},
"Admin path disclosure bug": {
"2.1.4 - 2.1.17": "PRODSECBUG-2432__admin_path_disclosure_bug__2.1.4.patch",
"2.2.0 - 2.2.8": "PRODSECBUG-2432__admin_path_disclosure_bug__2.2.0.patch",
"2.3.0 - 2.3.1": "PRODSECBUG-2432__admin_path_disclosure_bug__2.3.0.patch"
},
"Customer attributes issue": {
"2.2.6": "MAGETWO-95591__customer_attributes_issue__2.2.6.patch"
},
"Optimize retrieving product attributes": {
"2.2.5": "MAGETWO-93083__optimize_retrieving_product_attributes__2.2.5.patch"
},
"Cannot change the applied theme": {
"2.2.5": "MAGETWO-93036__cannot_change_the_applied_theme__2.2.5.patch"
},
"Fix for multi-site configuration issue": {
"2.2.4": "MAGETWO-92926__fix_for_multi-site_configuration_issue__2.2.4.patch"
},
"FPC is getting disabled during deployments": {
">=2.3.2 <2.3.5": "MAGECLOUD-5069__fpc_is_getting_disabled_during_deployments__2.3.2.patch",
">=2.3.5 <2.3.6": "MAGECLOUD-5069__fpc_is_getting_disabled_during_deployments__2.3.5.patch"
},
"Hold deployment config after reading from file": {
">=2.3.3 <2.3.6": "MCLOUD-5650__hold_deployment_config_after_reading_from_file__2.3.3.patch"
},
"Pagination Not working - product_list_limit=all": {
">=2.3.2 <2.3.4": "MCLOUD-5684__pagination_not_working_product_list_limit_all__2.3.2.patch",
">=2.3.4 <2.3.6": "MCLOUD-5684__pagination_not_working_product_list_limit_all__2.3.4.patch"
},
"Sitemap Generation Warnings": {
">=2.3.0 <2.3.2": "MCLOUD-3025__sitemap_generation_warnings__2.3.0.patch",
">=2.3.2 <2.3.5": "MCLOUD-3025__sitemap_generation_warnings__2.3.3.patch"
},
"Fix load balancer issue": {
">=2.3.4 <2.3.6": "MCLOUD-5837__fix_filesystem_load_balancer_issue__2.3.4.patch"
},
"Large amount of Keys Block Cache": {
">=2.3.1 <2.3.5": "MDVA-22950__large_amount_of_keys_block_cache__2.3.1.patch"
},
"Redis improvements": {
"2.3.0": "MCLOUD-6139_MCLOUD-6211__redis_improvement_patches__2.3.0.patch",
"2.3.1": "MCLOUD-6139_MCLOUD-6211__redis_improvement_patches__2.3.1.patch",
">=2.3.2 <2.3.3": "MCLOUD-6139_MCLOUD-6211__redis_improvement_patches__2.3.2.patch",
"2.3.3": "MCLOUD-6139_MCLOUD-6211__redis_improvement_patches__2.3.3.patch",
">=2.3.3-p1 <2.3.4": "MCLOUD-6139_MCLOUD-6211__redis_improvement_patches__2.3.3-p1.patch",
">=2.3.4 <2.3.5": "MCLOUD-6139_MCLOUD-6211__redis_improvement_patches__2.3.4.patch",
">=2.3.5 <2.3.6": "MCLOUD-6211__redis_improvement_patches__2.3.5.patch",
">=2.4.0 <2.4.1": "MCLOUD-6659__fix_L2_redis_cache__2.4.0.patch",
">=2.4.1 <2.4.2": "MCLOUD-7845__fix_local_flushing_L2_cache__2.4.0.patch"
},
"Incompatible PHP Method Fix": {
"2.3.7-p1": "AC-384__Fix_Incompatible_PHP_Method__2.3.7-p1_ce.patch",
"2.4.3": "AC-384__Fix_Incompatible_PHP_Method__2.4.3_ce.patch"
},
"Fixed currency displaying on product page": {
">=2.4.3 <2.4.4": "MCLOUD-8279__Fixed_currency_displaying_on_product_page__2.4.3.patch"
},
"Auto increment number jumping up for catalog_product_entity_* tables": {
">=2.3.7 <2.4.7": "MCLOUD-10032__Increment_number_for_catalog_product_entity_tables__2.4.3-p1.patch"
},
"Fixes the error 'The file can't be deleted. Warning!unlink: No such file or directory' when flushing JS/CSS cache from the Admin": {
">=2.4.0 <2.4.1-p1": "MCLOUD-10279__errors_when_flushing_js_css_cache_from_admin__2.4.0.patch",
">=2.4.1-p1 <2.4.7": "MCLOUD-10279__errors_when_flushing_js_css_cache_from_admin__2.4.4.patch"
},
"Reduced the number of times the same deployment configurations load": {
">=2.4.6 <2.4.6-p2": "MCLOUD-10604__performance_degradation_around_deployment_configuration__2.4.6.patch"
},
"Fixes the issue where missed jobs unnecessarily wait for cron job locks.": {
">=2.4.4 <2.4.7": "MCLOUD-11329__missed_jobs_unnecessarily_wait_for_cron_job_locks__2.4.6.patch"
},
"Enhanced Layout Cache Efficiency (memory usage reduced)": {
">=2.4.4 <2.4.7": "MCLOUD-11514__enhanced_layout_cache_efficiency__2.4.6-p3.patch"
}
},
"magento/module-paypal": {
"Add PayPal TPV codes on checkout": {
"~100.1.6": "MAGETWO-53941__fix_enterprise_paypal_codes__100.1.6.patch"
},
"Fix PayPal issue with region": {
"100.3.4": "MC-31387__fix_paypal_issue_with_region__100.3.4.patch"
}
},
"magento/module-authorizenet": {
"Transaction MD5 hash field is removed by Authorize.net": {
"100.2.0 - 100.2.3": "MAGETWO-98129__transaction_field_is_removed_by_authorize_net__100.2.0.patch"
}
},
"magento/module-braintree": {
"Add Braintree TPV codes on checkout": {
"~100.1.6": "MAGETWO-53941__fix_enterprise_braintree_code__100.1.6.patch"
}
},
"monolog/monolog": {
"Fix monolog Slack Handler bug for magento 2.1.x": {
"1.16.0": "MAGECLOUD-2793__fix_monolog_slack_handler__2.1.x.patch",
">=1.16.0 <1.24.0": "MAGECLOUD-6029__add_processor_interface__2.1.x.patch"
}
},
"colinmollenhour/cache-backend-redis": {
"The ability to read from the master Redis instance if the slave Redis is unavailable:": {
"1.10.2": "MAGECLOUD-2899__fix_redis_slave_configuration__2.1.16.patch",
"1.10.4": "MAGECLOUD-2899__fix_redis_slave_configuration__2.2.3.patch",
"1.10.5": "MAGECLOUD-2899__fix_redis_slave_configuration__2.3.0.patch"
}
},
"colinmollenhour/credis": {
"Fix credis pipeline issue": {
"1.6": "MAGETWO-67097__fix_credis_pipeline_bug__2.1.4.patch"
}
},
"magento/module-inventory-catalog": {
"Price indexer fails with large catalogs": {
">=1.0.3 <1.0.6": "MSI-2210__price_indexer_fails_with_large_catalogs__1.0.3.patch"
}
},
"magento/module-inventory-indexer": {
"Avoid quering inventory default stock view in storefront": {
">=1.0.3 <1.0.6": "MSI-GH-2350__avoid_quering_inventory_default_stock_view_in_storefront__1.0.3.patch"
},
"Avoid group concat from source item indexer": {
">=1.0.3 <1.0.6": "MSI-GH-2515__eliminate_group_concat_from_source_item_indexer__indexer__1.0.3.patch"
}
},
"magento/module-inventory-reservations": {
"Avoid group concat from source item indexer": {
">=1.0.3 <1.0.6": "MSI-GH-2515__eliminate_group_concat_from_source_item_indexer__reservations__1.0.3.patch"
}
},
"magento/module-inventory-configurable-product-indexer": {
"Avoid group concat from source item indexer": {
">=1.0.3 <1.0.5": "MSI-GH-2515__eliminate_group_concat_from_source_item_indexer__configurable-product-indexer__1.0.3.patch"
}
},
"magento/module-inventory-grouped-product-indexer": {
"Avoid group concat from source item indexer": {
">=1.0.3 <1.0.5": "MSI-GH-2515__eliminate_group_concat_from_source_item_indexer__grouped-product-indexer__1.0.3.patch"
}
},
"vertex/module-tax": {
"Fix wrong namespace": {
"3.2.0": "MAGECLOUD-4407__fix_namespace_vertex_tax__3.2.0.patch"
}
},
"amzn/amazon-pay-module": {
"Fix for DI compilation with Amazon_Payment module": {
"2.1.0": "MAGECLOUD-2850__fix_amazon_payment_module__2.2.6.patch"
},
"Set Payment info bug": {
"3.4.1": "BUNDLE-2554__set_payment_info_bug_fix__3.4.1.patch"
}
},
"paypal/module-braintree-core": {
"Fix Braintree Settlement report error": {
"4.1.0": "BUNDLE-2683__braintree_settlement_report_fix__4.1.0.patch"
},
"Fix creating orders when Braintree is enabled": {
"4.4.0": "BUNDLE-3137__braintree_create_order_fix__2.4.5.patch"
}
},
"magento/magento2-b2b-base": {
"Layered navigation filter is present only when product is present on the listing page with enabled Shared catalog": {
">=1.1.5 <1.3.1": "MCLOUD-6923__layered_navigation_filter_is_present_only_when_product_is_present_on_the_listing_page_with_enabled_shared_catalog__2.3.5.patch"
}
},
"magento/magento2-ee-base": {
"Fix pagebuilder module": {
"2.3.1": "PB-319__fix_pagebuilder_module__2.3.1.patch",
"2.3.2": "PB-320__fix_pagebuilder_module__2.3.2.patch",
">=2.3.2-p1 <2.3.3": "PB-322__fix_pagebuilder_module__2.3.2-p1.patch",
"2.3.3": "PB-323__fix_pagebuilder_module__2.3.3.patch"
},
"Allow DB dumps done with the support module to complete": {
"2.2.0 - 2.2.5": "MAGECLOUD-2033__prevent_deadlock_during_db_dump__2.2.0.patch"
},
"Fix Problems with Consumer Runners on Cloud Clusters": {
"2.2.0 - 2.2.3": "MAGECLOUD-2464__fix_problems_with_consumer_runners_on_cloud_clusters__2.2.0.patch",
"2.2.4": "MAGECLOUD-2464__fix_problems_with_consumer_runners_on_cloud_clusters__2.2.4.patch",
"2.2.5": "MAGECLOUD-3913__fix_problems_with_consumer_runners_on_cloud_clusters__2.2.5_ee.patch",
"2.2.6": "MAGECLOUD-3913__fix_problems_with_consumer_runners_on_cloud_clusters__2.2.6_ee.patch",
"2.2.7": "MAGECLOUD-3913__fix_problems_with_consumer_runners_on_cloud_clusters__2.2.7_ee.patch",
"2.2.8 - 2.2.9": "MAGECLOUD-3913__fix_problems_with_consumer_runners_on_cloud_clusters__2.2.8_ee.patch"
},
"Re-work consumers to terminate as soon as there is nothing left to process": {
">=2.2.0 <2.3.2": "MAGECLOUD-4071__terminate_consumers_if_the_queue_is_empty__2.2.0.patch"
},
"Fixes issue with PayPal Express where previously placed order price is displayed": {
"2.3.7-p1": "MC-42674__paypal_checkout__2.3.7-p1.patch"
},
"Raise rate limits": {
"2.3.7-p1": "MC-43048__set_rate_limits__2.3.7-p1.patch",
"2.4.3": "MC-43048__set_rate_limits__2.4.3.patch"
},
"Parser token new fix": {
">=2.3.3-p1 <=2.3.4": "MDVA-43443__parser_token_new_fix__2.3.3-p1.patch",
">=2.3.4-p2 <2.3.7-p3 || >=2.4.0 <2.4.3": "MDVA-43443__parser_token_new_fix__2.3.4-p2.patch",
">=2.4.3 <2.4.3-p2": "MDVA-43443__parser_token_new_fix__2.4.3.patch"
}
},
"magento/framework": {
"Fix regexp cache tag validation": {
">=103.0.6 <103.0.7": "MCLOUD-10226__fix_regexp_cache_tag_validation__2.4.6.patch"
}
}
}