Skip to content

Commit b8cb7c9

Browse files
Release 1.256.0 (#4452)
* Release 1.256.0 (deletions) * Release 1.256.0 (.) * Release 1.256.0 (packages/sources/dxfeed) --------- Co-authored-by: app-token-issuer-data-feeds[bot] <134377064+app-token-issuer-data-feeds[bot]@users.noreply.github.com>
1 parent 5fcc280 commit b8cb7c9

File tree

6 files changed

+11
-10
lines changed

6 files changed

+11
-10
lines changed

.changeset/fair-doors-reflect.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

MASTERLIST.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Release 1.255.0
1+
## Release 1.256.0
22

33
This document was generated automatically. Please see [Master List Generator](./packages/scripts#master-list-generator) for more info.
44

@@ -65,7 +65,7 @@ This document was generated automatically. Please see [Master List Generator](./
6565
| [deutsche-boerse](packages/sources/deutsche-boerse/README.md) | `1.4.1` | `source` | v3 | Unknown | `external-adapter-framework` | `API_KEY (✅)`, `HEARTBEAT_INTERVAL_MS (✅)`, `WS_API_ENDPOINT (✅)` | `lwba`, `price` | `lwba` | ✅ | [✅](packages/sources/deutsche-boerse/test/unit) | [✅](packages/sources/deutsche-boerse/test/integration) | |
6666
| [dlc-btc-por](packages/sources/dlc-btc-por/README.md) | `4.4.4` | `source` | v3 | Unknown | `external-adapter-framework` | `BACKGROUND_EXECUTE_MS`, `BITCOIN_NETWORK`, `BITCOIN_RPC_GROUP_SIZE`, `BITCOIN_RPC_URL (✅)`, `CONFIRMATIONS`, `EVM_RPC_BATCH_SIZE` | `reserves` | `reserves` | | [✅](packages/sources/dlc-btc-por/test/unit) | [✅](packages/sources/dlc-btc-por/test/integration) | |
6767
| [dns-query](packages/sources/dns-query/README.md) | `1.6.40` | `source` | v2 | Unknown | | `CUSTOM_ENDPOINT`, `DNS_PROVIDER (✅)` | `dnsProof`, `dnsQuery` | `dnsQuery` | | [✅](packages/sources/dns-query/test/unit) | [✅](packages/sources/dns-query/test/integration) | |
68-
| [dxfeed](packages/sources/dxfeed/README.md) | `2.3.1` | `source` | v3 | `https://tools.dxfeed.com/webservice/rest` | `external-adapter-framework` | `API_ENDPOINT`, `API_PASSWORD`, `API_USERNAME`, `WS_API_ENDPOINT` | `commodities`, `crypto`, `forex`, `price`, `stock`, `stock_quotes` | `price` | | [✅](packages/sources/dxfeed/test/unit) | [✅](packages/sources/dxfeed/test/integration) | |
68+
| [dxfeed](packages/sources/dxfeed/README.md) | `2.3.2` | `source` | v3 | `https://tools.dxfeed.com/webservice/rest` | `external-adapter-framework` | `API_ENDPOINT`, `API_PASSWORD`, `API_USERNAME`, `WS_API_ENDPOINT` | `commodities`, `crypto`, `forex`, `price`, `stock`, `stock_quotes` | `price` | | [✅](packages/sources/dxfeed/test/unit) | [✅](packages/sources/dxfeed/test/integration) | |
6969
| [dydx-stark](packages/targets/dydx-stark/README.md) | `2.0.31` | `target` | v3 | `https://api.stage.dydx.exchange/v3/price` | `external-adapter-framework` | `API_ENDPOINT`, `ORACLE_NAME (✅)`, `PRIVATE_KEY (✅)`, `STARK_MESSAGE (✅)` | `send` | `send` | | [✅](packages/targets/dydx-stark/test/unit) | [✅](packages/targets/dydx-stark/test/integration) | |
7070
| [elwood](packages/sources/elwood/README.md) | `3.1.22` | `source` | v3 | `https://api.chk.elwood.systems/v1/stream` | `external-adapter-framework` | `API_ENDPOINT`, `API_KEY (✅)`, `SUBSCRIBE_DELAY_MS`, `WS_API_ENDPOINT` | `crypto`, `crypto-lwba`, `crypto_lwba`, `cryptolwba`, `price` | `price` | ✅ | | [✅](packages/sources/elwood/test/integration) | |
7171
| [ens](packages/sources/ens/README.md) | `2.0.31` | `source` | v2 | Unknown | | `CHAIN_ID`, `RPC_URL (✅)` | `lookup` | `lookup` | | [✅](packages/sources/ens/test/unit) | [✅](packages/sources/ens/test/integration) | [✅](packages/sources/ens/test/e2e) |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/external-adapters-js",
3-
"version": "1.255.0",
3+
"version": "1.256.0",
44
"license": "MIT",
55
"private": true,
66
"workspaces": [

packages/sources/dxfeed/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @chainlink/dxfeed-adapter
22

3+
## 2.3.2
4+
5+
### Patch Changes
6+
7+
- [#4449](https://github.com/smartcontractkit/external-adapters-js/pull/4449) [`187c776`](https://github.com/smartcontractkit/external-adapters-js/commit/187c7762f4411d92fb2ba294a947cec23616cdd2) Thanks [@mxiao-cll](https://github.com/mxiao-cll)! - Improve how `ws_subscription_active` `ws_subscription_total` `ws_message_total` are recorded
8+
39
## 2.3.1
410

511
### Patch Changes

packages/sources/dxfeed/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DXFEED
22

3-
![2.3.1](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/dxfeed/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
3+
![2.3.2](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/dxfeed/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
44

55
This document was generated automatically. Please see [README Generator](../../scripts#readme-generator) for more info.
66

packages/sources/dxfeed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/dxfeed-adapter",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"description": "Chainlink dxfeed adapter.",
55
"keywords": [
66
"Chainlink",

0 commit comments

Comments
 (0)