Skip to content

Releases: DinoChiesa/apigee-edge-js

v0.4.15 of the library

04 Oct 22:43
Compare
Choose a tag to compare

new function for creating, updating references (to Keystores and Truststores)

v0.4.14

05 Sep 22:46
Compare
Choose a tag to compare

standardize errors for rejected promises

v0.4.1 of the library

03 Dec 21:03
Compare
Choose a tag to compare

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

16 Jul 16:09
Compare
Choose a tag to compare
  • 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

03 Apr 00:21
Compare
Choose a tag to compare

new features:

  • org.keystores.get
  • org.keystores.getAlias
  • org.keystores.create
  • org.keystores.del
  • org.keystores.importCert

v0.2.27 of the library

18 Mar 00:18
Compare
Choose a tag to compare

add ApiProduct.update method
and a working example.

v0.2.23 of the library

13 Feb 01:52
Compare
Choose a tag to compare

corrected the example, findAndRemoveVhost.js , and updated the README.

v0.2.21

19 Dec 23:10
Compare
Choose a tag to compare

add getDeployments fn to the proxies and sharedflows collections

v0.2.20

08 Dec 02:46
Compare
Choose a tag to compare
  • add apps collection to org object
  • allow query of developer by id or email
  • new example: findApiKey.js

v0.2.19

08 Dec 02:24
Compare
Choose a tag to compare

This release adds expand=true to the products.get() method.
Also adds a few new examples.

  • findApiProductForProxy.js
  • findJavaPolicies.js