Skip to content

Releases: sablier-labs/indexers

v2.0.0

06 Feb 11:42
dd1c516

Choose a tag to compare

Changed

  • BREAKING: Bump sablier dependency to ^2.0.1 (peer dependency now ^2.x)
  • Make package ESM by default

Added

  • Add dual CJS/ESM build with exports map supporting "." and ./* wildcard subpaths
  • Add new EVM chains: Core DAO, Monad, Denergy, and Sei (#249,
    #267, #300)
  • Add depleted boolean field to Lockup streams (#270)
  • Add ShapeSource enum and shapeSource field for shape inference tracking
    (#272)
  • Add getIndexerGraph and getIndexerEnvio convenience functions

Removed

  • BREAKING: Remove GraphQL codegen infrastructure (src/gql/, src/fragments/, src/queries/)
  • BREAKING: Remove OrderDirection and Order_By enums from exported types
  • BREAKING: Deprecate Arbitrum Sepolia and Optimism Sepolia testnets
    (#289)

v1.2.0

22 Oct 10:12
0197231

Choose a tag to compare

Changed

  • Bump sablier package to v1.4.0
  • Update documentation in GraphQL files
  • Update gql bindings

Added

  • Add Contract entity in GraphQL schemas
  • Add Indexer.Name type
  • Add DeprecatedStream entity in GraphQL schemas, and deprecate fee-less contracts
    (#189)
  • Support the latest Sablier releases (Airdrops v2.0, and Flow v2.0, and Lockup v3.0)

Removed

  • Remove User, UserTransaction, Revenue, and RevenueTransaction entities from GraphQL schemas
  • Remove Envio support for Form Network, Lightlink, Sei, and Tangle
  • Remove The Graph support for Form Network, IoTex, and Mode

Fixed

  • Fix subgraph names and testing URLs (#205)

v1.1.1

01 Sep 22:02
0ac7cb0

Choose a tag to compare

Changed

  • Bump viem to v2.35
  • Bump sablier devkit dependency

Fixed

  • Fix subgraph names (#205)

v1.1.0

25 Aug 11:30

Choose a tag to compare

Changed

  • Bump sablier devkit dependency to v1.1.0

Added

  • Add new EVM chains: Sonic and HyperEVM (#193)

Fixed

  • Fix deployment ID for zkSync subgraph

v1.0.0

25 Aug 11:29
6b10b26

Choose a tag to compare

Added

  • Initial release