Skip to content

3.5.3

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Oct 10:55
· 2786 commits to main since this release
7a06f8d

Fixed

  • Fixed default policy creation.

Changed

  • Changed configuration for default policies from:
    irs-edc-client:
      catalog:
        policies:
          allowedNames: A, B
          acceptedLeftOperands: X
          acceptedRightOperands: Y
    
    to:
    irs-edc-client:
      catalog:
        acceptedPolicies:
        - leftOperand: "X"
          operator: "eq"
          rightOperand: "A"
        - leftOperand: "B"
          operator: "eq"
          rightOperand: Y"
    

Full Changelog: 3.5.2...3.5.3