Alokai is a Frontend as a Service solution that simplifies composable commerce. It connects all the technologies needed to build and deploy fast & scalable ecommerce frontends. It guides merchants to deliver exceptional customer experiences quickly and easily.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@vue-storefront/sdk@2.0.0
Major Changes
[ADDED] CDN support for the middlewareModule.
Now, the module's configuration includes cdnCacheBustingId property, which allows you to set a unique identifier for the CDN cache busting.
The property is obligatory and must be a string.
[FIXED] support for GET requests in default HTTP client, which was throwing an error "SDKError: Request with GET/HEAD method cannot have body". Now, the client can handle GET requests properly.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@vue-storefront/sdk@2.0.0
Major Changes
middlewareModule
. Now, the module's configuration includescdnCacheBustingId
property, which allows you to set a unique identifier for the CDN cache busting. The property is obligatory and must be a string.Patch Changes
GET
requests in default HTTP client, which was throwing an error "SDKError: Request with GET/HEAD method cannot have body". Now, the client can handleGET
requests properly.