Releases: chain/sequence-sdk-node
Releases · chain/sequence-sdk-node
Sequence Node SDK v2.2.4
Sequence Node SDK v2.2.3
- Switch object validation libraries from
ajv
toyup
to support browsers with a strict Content Security Policy.
Sequence Node SDK v2.2.2
- Added support for setting custom HTTP request headers at the client level.
Sequence Node SDK v2.2.1
- Added support for setting a custom API URL when run outside of a Node process.
Sequence Node SDK v2.2.0
- Added
updateTags
toAction
. - Added support for dynamically addressing different API hosts for
individual ledgers. Internal APIs only, works automatically.
Sequence Node SDK v2.1.0
Added transaction tags. More info
Sequence Node SDK v2.0.2
- 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
- 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
- Enabled
keepAlive
on the HTTP agent. - Added copy of Apache 2.0 license to source.
- Added
User-Agent
header when in a Node program,
issequence-sdk-node/#{VERSION}
.
Sequence Node SDK v2.0.0-rc.2
- Omit deprecated attributes returned from the API from all response objects.
- Prevent submitting deprecated parameters in API requests.