Skip to content

Releases: rackspace/cargoplane

cloud-2.0.1

11 Apr 17:45
c60a9e9

Choose a tag to compare

What's Changed

  • Issue #119 - Modernize library by @kernwig in #120
    • Updated to Node.js 20, Typescript v5.5, both CommonJS and ES modules, AWS-SDK v3, and more

client-2.0.1

11 Apr 17:45
c60a9e9

Choose a tag to compare

What's Changed

  • Issue #119 - Modernize library by @kernwig in #120
    • Updated to Node.js 20, Typescript v5.5, both CommonJS and ES modules, RxJS v7, and more

client-1.1.0

26 Feb 17:14
602de02

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

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

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

Choose a tag to compare

Initial release.