Skip to content

Releases: chain/sequence-sdk-node

Sequence Node SDK v2.2.4

07 Sep 20:23
Compare
Choose a tag to compare

Fix bug that filtered out snapshot.sourceAccountTags and snapshot.destinationAccountTags in actions.

Sequence Node SDK v2.2.3

23 Aug 19:24
Compare
Choose a tag to compare
  • Switch object validation libraries from ajv to yup to support browsers with a strict Content Security Policy.

Sequence Node SDK v2.2.2

16 Aug 23:16
Compare
Choose a tag to compare
  • Added support for setting custom HTTP request headers at the client level.

Sequence Node SDK v2.2.1

15 Aug 00:14
Compare
Choose a tag to compare
  • Added support for setting a custom API URL when run outside of a Node process.

Sequence Node SDK v2.2.0

08 Aug 23:56
Compare
Choose a tag to compare
  • Added updateTags to Action.
  • Added support for dynamically addressing different API hosts for
    individual ledgers. Internal APIs only, works automatically.

Sequence Node SDK v2.1.0

16 May 18:51
Compare
Choose a tag to compare

Added transaction tags. More info

Sequence Node SDK v2.0.2

07 May 21:33
Compare
Choose a tag to compare
  • Deserialize numbers greater than 15 digits into BigNumber objects.
    This fixes a bug where numbers that large were losing precision.
  • Throw validation error for numbers larger than the max limit.

Sequence Node SDK v2.0.1

02 May 01:07
Compare
Choose a tag to compare
  • Generate unique request IDs in the client for easier debugging support
  • Restore the ability to set a custom HTTPS agent for specific network configuration.

Sequence Node SDK v2.0.0

18 Apr 22:58
Compare
Choose a tag to compare
  • Enabled keepAlive on the HTTP agent.
  • Added copy of Apache 2.0 license to source.
  • Added User-Agent header when in a Node program,
    is sequence-sdk-node/#{VERSION}.

Sequence Node SDK v2.0.0-rc.2

16 Apr 18:57
Compare
Choose a tag to compare
Pre-release
  • Omit deprecated attributes returned from the API from all response objects.
  • Prevent submitting deprecated parameters in API requests.