Skip to content

Releases: subquery/network-indexer-services

indexer-coordinator v2.3.0

30 Jul 07:19
Compare
Choose a tag to compare

Priority

High Recommended for everyone

What's Changed

Full Changelog: v2.2.3...v2.3.0

indexer-proxy v2.4.2

23 Jul 03:34
3b46469
Compare
Choose a tag to compare

Priority

Medium Add auto reduce allocation.

What's Changed

  • Add auto reduce allocation to healthy API in #469

Full Changelog: proxy-v2.4.1...proxy-v2.4.2

indexer-coordinator v2.2.3

18 Jul 08:02
389cc5a
Compare
Choose a tag to compare

Priority

High Recommended for everyone

What's Changed

Full Changelog: v2.2.1...v2.2.3

indexer-proxy v2.4.1

21 Jul 22:46
3975e19
Compare
Choose a tag to compare

Priority

Medium Improve performance and add compatibility.

What's Changed

  • Add waterlevel in query response in #453
  • Add autoReduceAllocation to metadata in #459
  • Support jsonrpc id is string in #465
  • Redirect homepage to healthy in #466

Full Changelog: proxy-v2.4.0...proxy-v2.4.1

indexer-coordinator v2.2.1

05 Jul 10:23
c1a1f39
Compare
Choose a tag to compare

Priority

High Recommended for everyone, with support for extending channel using new price (proxy v2.4.0)

What's Changed

  • feat: auto collect state channel rewards and auto reduce over allocation by @cool-firer in #446
  • feat: add default flex plan config by @cool-firer in #447
  • feat: support price when extend in coordinator by @nz-neooo in #443
  • feat: subgraph tag for subgraph project, add link for explorer by @HuberTRoy in #438

New Contributors

Full Changelog: v2.2.0...v2.2.1

indexer-proxy v2.4.0

05 Jul 10:22
c1a1f39
Compare
Choose a tag to compare

Priority

High Recommended for everyone, with extend channel using new price & batch limit in rpc.

What's Changed

  • Improve proxy request error in #440
  • Add batch limit in RPC in #444
  • Update extend expiration and price in #442
  • Add jsonrpc style error for rpc in #449
  • Add path & method for whitelist query in #450

Full Changelog: proxy-v2.3.1...proxy-v2.4.0

indexer-proxy v2.3.1

20 Jun 01:47
Compare
Choose a tag to compare

Priority

Medium support db size in metadata and websocket & whitelist in metrics.

What's Changed

  • Support admin endpoint in #434
  • Support ws & whitelist in metrics in #433
  • Support db size for subquery project in #435

Full Changelog: proxy-v2.3.0...proxy-v2.3.1

indexer-proxy v2.3.0

14 Jun 03:43
8d89aa4
Compare
Choose a tag to compare

Priority

High Recommended for everyone, support SubGraph & RPC batch request.

What's Changed

  • subql-contracts from v1.1.0 to v1.3.0 in #415
  • Support SubGraph node in #421
  • Update auth verification to make it compatible with client signMessage in #425
  • Support whitelist query for WebSocket in #426
  • Support batch request in rpc in #427
  • update tokio-tungstenite requirement from 0.21.0 to 0.23.0 in #428
  • Make wl_query backward compatibility in #431

Full Changelog: proxy-v2.2.0...proxy-v2.3.0

indexer-coordinator v2.1.1

31 May 08:20
01c15cd
Compare
Choose a tag to compare

Priority

High Recommended for everyone

What's Changed

  • disable some action if use wrong wallet, add copy button on controller by @HuberTRoy in #417
  • fix validating node type for polkadot family by @icezohu in #418

Full Changelog: v2.1.0...v2.1.1

indexer-coordinator v2.1.0

24 May 03:34
cbcd46b
Compare
Choose a tag to compare

Priority

High Recommended for everyone

What's Changed

[MAJOR UPDATES]

  • feat: add support for polkadot RPC
  • feat: add support for websocket RPC endpoints
  • feat: start/stop project on chain with controller account
  • feat: allow any wallet address to access indexer-admin
  • feat: enable new config for setting gas fee limit

[MINOR UPDATES]

  • Add Coinbase wallet support.
  • Add error toast if activate controller failed.
  • Add toast if config controller account on chain but database don't have it.
  • Enforce to create controller account if don't have controller.
  • Improve switch network style.
  • Use chain query replace hard code for minimum stake & commission.
  • Fix WalletConnect error in some cases.
  • Fix incorrect docker container display.
  • Fix infinity loading when in the unsupported network.
  • Fix long name display.

Full Changelog: v2.0.7...v2.1.0