Skip to content

Graphman Client v1.3.8 release

Latest
Compare
Choose a tag to compare
@graju256 graju256 released this 16 Sep 06:55
· 12 commits to main since this release
fa7aa79

This release includes few additions and fixes to the below minor issues
- [issue] incorrect diff bundle generation with DELETE mapping instructions
- [issue] fails to implode the configuration where the chosen policyCodeFormat is JSON.
- [issue] fails to normalize the bundle during the import operation for fip (and the associated certReferences) entities.
- [new] introducing config operation
- [new] support for v11.0.00-CR03 schema
- [change] use client without CLI wrapper
- [change] import operation validates the query type

NOTE:

  • Graphman Client, an NPM module (@layer7/graphman NPM module), is now made available from the Broadcom's public npm registry
  • To install the latest graphman-client module
    npm install @layer7/[email protected] --global --registry https://packages.broadcom.com/artifactory/api/npm/layer7-npm
  • If you've already installed the previous version of the module using npm-install command, uninstall it using the below command.
    npm uninstall @layer7/graphman