Skip to content

[8.0.0] @subql/node-core

Compare
Choose a tag to compare
@ianhe8x ianhe8x released this 03 Apr 03:37
b2ff289

[8.0.0] - 2024-03-28

Added

  • Add service to support for dictionary v2 (#2257)
  • Support for ordering with store getBy* methods (#2325)

Removed

  • @subql/apollo-links for resolving dictionary endpoints and matching dictionary-resolver flag (#2305)

Fixed

  • Various issues with store cache (#2325)
    • getByFields ignoring mutations from the current block
    • Order and offset issues when using store getByFields, getByField and getOnByField
    • Being able to mutate data in the store cache without calling methods
    • Matching cache data with getByFields, getByField and getOneByField