Skip to content

Releases: rackspace/cargoplane

client-1.1.0

26 Feb 17:14
602de02
Compare
Choose a tag to compare

Enhancements to CargoplaneClient:

  • connect function now returns an RxJs stream of events related to the connection.
  • Events include notice of expiring credentials, so each application no longer needs to implement their own expiration tracking (issue #19) and detect resumption of suspended CPU.
  • Documentation updated with details of the new connection events.
  • Demos updated as examples of how to use the new events.
  • Added Angular unit test documentation - Issue #16

Bug fixes in CargoplaneClient:

  • Clear pending publishQueue upon disconnect
  • Handle message processing failures - Issue #17
  • Display message content as JSON, not array of integers.

cloud-1.0.2

18 Dec 00:15
e0789d0
Compare
Choose a tag to compare

Issue #12: Fixed bug in building IAM credentials that caused failure if the client is not to be given access to publish on any topic.
Issue #14: Updates to documentation

No change to client library.

v1.0.1

29 Oct 19:04
6c901f1
Compare
Choose a tag to compare

Closed enhancements dealing with documentation and audits. No functional change.

  • issue #3 - Move documentation to ReadTheDocs
  • issue #9 - npm audit emits many issues

v1.0.0

27 Sep 20:48
eb35eb7
Compare
Choose a tag to compare

Initial release.