You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: guides/v2.3/release-notes/ReleaseNotes2.3.2Commerce.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,9 +79,8 @@ Magento now performs the following tasks as **asynchronous background processes*
79
79
80
80
### GraphQL
81
81
82
-
GraphQL performance improvements include these enhancements:
82
+
GraphQL enhancements include:
83
83
84
-
***GraphQL caching**. GraphQL can now cache the `category`, `cmsBlocks`, `cmsPage`, `products`, and `urlResolver` queries, which improves response times. To enable this feature, send these queries using HTTP GET. You can send all other queries with HTTP GET, but they are not cached.
85
84
86
85
***Improvements to GraphQL coverage**. Improved coverage for cart and checkout operations include mutations that provide support for the following actions:
87
86
@@ -93,6 +92,8 @@ GraphQL performance improvements include these enhancements:
93
92
* Set the payment method (offline methods only)
94
93
* Place an order
95
94
95
+
***GraphQL caching**. GraphQL can now cache the `category`, `cmsBlocks`, `cmsPage`, `products`, and `urlResolver` queries, which improves response times. To enable this feature, send these queries using HTTP GET. You can send all other queries with HTTP GET, but they are not cached.
96
+
96
97
***GraphQL performance test scenario coverage**. We have added PWA GraphQL test scenarios for critical checkout and catalog browsing to the performance builds. GraphQL community developers can use the new scenarios to measure storefront performance. <!--- MC-15826, 15922-->
97
98
98
99
See [Release notes](https://devdocs.magento.com/guides/v2.3/graphql/release-notes.html) for a more detailed discussion of recent GraphQL bug fixes.
Copy file name to clipboardExpand all lines: guides/v2.3/release-notes/ReleaseNotes2.3.2OpenSource.md
+46-1Lines changed: 46 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,13 @@ group: release-notes
3
3
title: Magento Open Source 2.3.2 Release Notes
4
4
---
5
5
6
-
*Release notes published June 26, 2019.*
6
+
*Release notes published June 25, 2019.*
7
7
8
8
We are pleased to present Magento Open Source 2.3.2. This release includes over 200 functional fixes to the core product, over 350 pull requests contributed by the community, and over 75 security enhancements. It includes significant contributions from our community members.
9
9
10
+
## Other release information
11
+
12
+
Although code for these features is bundled with quarterly releases of the Magento core code, several of these projects (for example, Page Builder, Inventory Management, and Progressive Web Applications (PWA) Studio) are also released independently. Bug fixes for these projects are documented in separate, project-specific release information which is available in the documentation for each project.
10
13
11
14
## Highlights
12
15
@@ -59,6 +62,48 @@ Magento now performs the following tasks as **asynchronous background processes*
59
62
* Data export. Previously, connection timeouts occurred during export of large data sets (for example, the export of 200,000 products). See [Export](https://docs.magento.com/m2/b2b/user_guide/system/data-export.html) for more information.
60
63
<!--- MC-5953-->
61
64
65
+
### Inventory Management enhancements
66
+
67
+
***New commands** allow merchants to check for reservation inconsistencies and resolve any that occur. See [Inventory CLI reference](https://devdocs.magento.com/guides/v2.3/inventory/inventory-cli-reference.html).
68
+
69
+
* Improved user interface for assigning sources to products. This redesigned interface includes:
70
+
71
+
* Support for decimal order quantity
72
+
* New test scenarios created to cover Credit Memo use cases
73
+
* New InventoryGraphQl module provides attributes that return correct information about product quantities
74
+
* Single product save (using asynchronous synchronization with legacy catalog inventory)
75
+
* Multiple product save
76
+
* Bulk inventory transfer
77
+
78
+
***New endpoint** for Bulk Partial Stock Transfer to bulk transfer a custom product quantity between sources. See [Inventory Bulk Actions](https://devdocs.magento.com/guides/v2.3/rest/modules/inventory/bulk-inventory.html).
79
+
80
+
* Fixes to multiple bugs. See [Inventory Management release notes](https://devdocs.magento.com/guides/v2.3/inventory/release-notes.html).
81
+
82
+
### GraphQL
83
+
84
+
Graph enhancements include:
85
+
86
+
87
+
***Improvements to GraphQL coverage**. Improved coverage for cart and checkout operations include mutations that provide support for the following actions:
88
+
89
+
* Support for simple and virtual products
90
+
* Add, update, and delete cart items
91
+
* Set shipping addresses (with address book support)
92
+
* Set the billing address (with address book support)
93
+
* Set shipping methods
94
+
* Set the payment method (offline methods only)
95
+
* Place an order
96
+
97
+
***GraphQL caching**. GraphQL can now cache the `category`, `cmsBlocks`, `cmsPage`, `products`, and `urlResolver` queries, which improves response times. To enable this feature, send these queries using HTTP GET. You can send all other queries with HTTP GET, but they are not cached.
98
+
99
+
***GraphQL performance test scenario coverage**. We have added PWA GraphQL test scenarios for critical checkout and catalog browsing to the performance builds. GraphQL community developers can use the new scenarios to measure storefront performance. <!--- MC-15826, 15922-->
100
+
101
+
See [Release notes](https://devdocs.magento.com/guides/v2.3/graphql/release-notes.html) for a more detailed discussion of recent GraphQL bug fixes.
102
+
103
+
### Progressive Web Apps (PWA)
104
+
105
+
***Improved modular component library**. PWA Studio continues to build out the concept for functional and data components through the Peregrine library. Components can now be reused and scaled for frontend needs. Magento has planned a phased rollout for Peregrine functional and data components, starting with the Search component which is launching with this release.
106
+
62
107
### Vendor-developed extension enhancements
63
108
64
109
This release of Magento includes extensions developed by third-party vendors.
0 commit comments