Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Release/20200408 - #155

#155
Merged
bredmond-sf merged 4 commits into
masterSalesforceCommerceCloud/commerce-sdk:masterfrom
release/20200408SalesforceCommerceCloud/commerce-sdk:release/20200408Copy head branch name to clipboard
Apr 8, 2020
Merged

Release/20200408#155
bredmond-sf merged 4 commits into
masterSalesforceCommerceCloud/commerce-sdk:masterfrom
release/20200408SalesforceCommerceCloud/commerce-sdk:release/20200408Copy head branch name to clipboard

Conversation

@bredmond-sf

Copy link
Copy Markdown
Collaborator

Core Functionality

Enhancements

  • Added support for Redis cache
    Example:
import { CacheManagerRedis } from "@commerce-apps/core"

const cacheManager = new CacheManagerRedis({ connection: "redis://localhost:6379" });
const config = {
    cacheManager: cacheManager,
    parameters: {
...
    }
}

API Changes

Product APIs

Product API

  • BREAKING: Endpoint method name changes
Existing Method Name New Method Name
deleteVariationGroupForMaster unassignVariationGroupFromMasterProduct
updateVariationGroupInMasterProduct updateVariationGroupForMasterProduct
assignVariationGroupForMasterProduct assignVariationGroupToMasterProduct
deleteVariationForMaster unassignVariationFromMasterProduct
updateVariationsInMasterProduct updateVariationForMasterProduct
createVariationForMasterProduct assignVariationForMasterProduct

@bredmond-sf
bredmond-sf requested a review from a team as a code owner April 8, 2020 14:18
@bredmond-sf
bredmond-sf merged commit a529a6f into master Apr 8, 2020
@bredmond-sf
bredmond-sf deleted the release/20200408 branch April 8, 2020 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.