crypto-exchanges-gateway
crypto-exchanges-gateway copied to clipboard
chore(deps): bump binance from 1.4.0 to 2.10.4
Bumps binance from 1.4.0 to 2.10.4.
Changelog
Sourced from binance's changelog.
Binance API
2.0.14
- Update values thrown by exception parser.
2.0.13
- Expose time sync offset getter/setter in base client.
getTimeOffset()/setTimeOffest(value)
.- Add handler to signMessage method, falling back to browser equivalent if method is not a function (react/preact/#141).
2.0.12
- Increase default timeout for websocket pong heartbeats to 7500ms.
2.0.11
- Fix APIs that use the DELETE method.
2.0.9-10
- Fix typo in websocket types.
- Fix missing type properties for ws messages.
2.0.8
- Emit
reconnected
events for reconnected user data stream.2.0.6
- Fix symbol & margin asset types for futures user data updated position event.
2.0.5
- Refine types for user data websocket events (futures)
2.0.4
- Disable 'silly' logger category by default to reduce ping/pong noise.
- Expand ws support to other API categories.
- Expand beautifier support for other WS messages.
2.0.3
- Expand main-client APIs.
- Expand usdm-client APIs.
2.0.2
- Fix getAccountInformation main endpoint.
- Fix a few missing APIs.
- Refactor SpotClient->MainClient. SpotClient will be deprecated in future (MainClient is the same, just a different name).
- Fix build errors from incorrect module imports.
2.0.0
- Introduction for typescript with strong types on most request parameters & responses.
- NPM package includes transpiled framework & type declarations.
- Supports both typescript and vanilla node.js projects.
- REST requests and responses include detailed types, though some may still be missing.
- Raw and beautified WS events include detailed types, though some may still be missing.
... (truncated)
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)