Request payloads are no longer returned in the response when the policy is applied with specific origins and a request is performed with an unknown origin.
1.2.1
June 6, 2022
Minimum Mule Version
Mule 4.1.0
Fixed issues
When policy is configured with a wildcard origin (*) and allowing credentials, the Origin returned is the wildcard itself, and not the request’s origin as stated by the CORS specification.
1.3.1
June 1, 2022
Fixed issues
Fix policy schema not allowing additional properties via REST API.
1.3.0
May 17, 2022
New Features and Enhancements
First Flex compatible Policy.
Separated Policy Definition from Policy Implementation. Stronger validations applied to a given policy configuration.
1.2.0
October 8, 2020
Minimum Mule Version
Mule 4.1.0
Fixed issues
The policy deployment fails when the CORS policy is applied to an API whose HTTP Listener configuration is deployed in a Mule domain, and that API uses Mule runtime engine v4.1.x. This is because both the domain and the policy export the same internal package.
New Features and Enhancements
The CORS policy now supports an value in the Origins and Headers fields. An signifies that there are no restrictions in the origin and header fields of the API request.
1.1.5
July 8, 2020
Minimum Mule Version
Mule 4.1.0
Fixed issues
When the CORS Policy is applied to an API whose HTTP Listener configuration is in a Mule Domain, the policy deployment fails. This is because both the domain and the policy export the same internal package.
1.1.4
Apr 30, 2020
Minimum Mule Version
Mule 4.1.0
New Features and Enhancements
The CORS policy business logic is now completely modified to improve performance.
Several performance improvements are made to the header manipulation engine.
Fixed issues
After a policy was applied, HTTP headers did not follow the RFC 2616 requirement of case-sensitivity: