This topic describes the version information of Function Compute SDK for Node.js.

2022

Release date Version Description
2022-11-17 2.6.3
  • Supports official common layers.
  • Adds the arnV2 parameter.
2022-03-22 2.5.3 Adds the getLayerVersionByArn operation.
2022-01-19 2.5.2 Fixes some bugs.

2020

Release date Version Description
2020-09-10 2.2.2 Allows you to specify a destination API operation.
2020-04-18 2.2.1 Supports data streams.

2019

Release date Version Description
2019-08-12 2.1.1 Allows you to specify a custom endpoint on the Feat client.

2018

Release date Version Description
2018-11-20 2.1.0
  • Changes the delimiter in code from the dollar sign ($) to the period (.).
  • Allows you to manage versions.
2018-11-16 2.0.7 Adds a raw buffer mode for function invocations.
2018-10-29 2.0.6
2018-09-19 2.0.5 Supports custom domain names and fixes related issues.
2018-05-24 2.0.3 Fixes the issue where no data is returned for queries of HTTP functions.
2018-05-23 2.0.2
  • Adds the queries parameter to the getSignature operation.
  • Deletes unnecessary annotations.
  • Supports the JavaScript format for ESLint.
2018-02-11 2.0.1
  • Checks runtimes when you create or update functions.
  • Updates the image and URL in the README file to a new version.

2017

Release date Version Description
2017-12-19 2.0.0 Releases the version 2.0.0 of Function Compute SDK for Node.js.
2017-10-12 1.2.3 Implements updated conventions on endpoints.
2017-08-18 1.2.2 Allows you to specify X-FC in request headers to invoke functions.
2017-08-02 1.2.1
  • Updates ES5 conventions.
  • Allows you to specify a timeout period for requests sent from the client.
  • Updates the README file.
2017-07-20 1.2.0
  • Allows you to customize request headers.
  • Adds the directory, repository, bug, and homepage properties to the package.json file.
2017-06-16 1.1.2 Checks the tokens issued by Security Token Service (STS).
2017-06-08 1.1.1
  • Optimizes the test case.
  • Optimizes the output of ES5 code.
  • Replaces Node.js 7 with Node.js 8 in Travis CI.
2017-05-27 1.1.0 Provides the getFunctionCode operation.
2017-05-08 1.0.2 Optimizes the request parameter that specifies an event type in the invokeFunction operation.
1.0.1 Replaces Buffer.from() with new Buffer().
2017-05-04 1.0.0
  • Converts the syntax of the sample code to make the code compatible with ES5.
  • Releases Function Compute SDK for Node.js.