Releases: DinoChiesa/apigee-edge-js
Releases · DinoChiesa/apigee-edge-js
v0.4.15 of the library
new function for creating, updating references (to Keystores and Truststores)
v0.4.14
standardize errors for rejected promises
v0.4.1 of the library
Now each method returns an ES6 promise.
Existing callbacks continue to work. Client applications can choose to use promises or callbacks.
v 0.3.9 of the library
- better error handling in deployableAsset
- keystore now handles key and cert input via strings (not just files)
- notoken is now a common option in examples (works with OPDK)
- now queries audit logs
- importAndDeploy.js now handles ORG and ENV environment variables
- better error handling with Mgmt server overrides
v0.2.29 - adds keystores , including import key and cert
new features:
- org.keystores.get
- org.keystores.getAlias
- org.keystores.create
- org.keystores.del
- org.keystores.importCert
v0.2.27 of the library
add ApiProduct.update method
and a working example.
v0.2.23 of the library
corrected the example, findAndRemoveVhost.js , and updated the README.
v0.2.21
add getDeployments fn to the proxies and sharedflows collections
v0.2.20
- add apps collection to org object
- allow query of developer by id or email
- new example: findApiKey.js
v0.2.19
This release adds expand=true to the products.get() method.
Also adds a few new examples.
- findApiProductForProxy.js
- findJavaPolicies.js