Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Releases: FuelLabs/fuel-indexer

v0.16.0

03 Jun 04:08
7c726f3
Compare
Choose a tag to compare

What's Changed

  • fix: revert transactions on asset registration by @ra0x3 in #957
  • docs: update example docs by @ra0x3 in #948
  • enhancement: continue flushing out explorer by @ra0x3 in #956
  • chore: update forc index status + update authentication by @ra0x3 in #958
  • enhancement: re-export indexer fuel-indexer-* dependencies under fuel-indexer-utils by @deekerno in #953
  • enhancement: implement more explorer types by @ra0x3 in #961
  • chore: reduce log spam by @deekerno in #968
  • chore: optimize tx fetching by @ra0x3 in #969
  • v0.16.0 by @ra0x3 in #970
  • fix: remove cyclic fuel-indexer-utils dep by @ra0x3 in #972
  • fix: remove fuel-indexer-utils from fuel-indexer-macros Cargo.toml by @deekerno in #973

Full Changelog: v0.15.1...v0.16.0

v0.15.1

26 May 17:48
abf8763
Compare
Choose a tag to compare

What's Changed

  • fix: bump default indexer timeout + cleanup transaction creation in DB by @ra0x3 in #954
  • v0.15.1 by @ra0x3 in #955

Full Changelog: v0.15.0...v0.15.1

v0.15.0

26 May 00:08
68a6608
Compare
Choose a tag to compare

What's Changed

  • Add forc index command to display indexer metadata by @lostman in #936
  • enhancement: add support for unindexable types by @ra0x3 in #943
  • enhancement: update fuel explorer by @ra0x3 in #946
  • enhancement: implement more types by @ra0x3 in #949
  • v0.15.0 by @ra0x3 in #952

Full Changelog: v0.14.0...v0.15.0

v0.14.0

22 May 19:47
488280d
Compare
Choose a tag to compare

What's Changed

  • enhancement: integrate async-graphql into GraphQL API by @deekerno in #877
  • fix: introspection response was nested one level too deep by @deekerno in #926
  • enhancement: add playground constraints by @ra0x3 in #756
  • fix: remove duplicate start arg by @ra0x3 in #927
  • enhancement: add explorer types by @ra0x3 in #930
  • forc index check: switch to async reqwest by @lostman in #934
  • chore: add fuel explorer initial schema by @ra0x3 in #939
  • enhancement: add graphql enum support by @ra0x3 in #872
  • test: cast put_object bytes as bytea by @ra0x3 in #911
  • chore: upgrade to syn v2.0 by @deekerno in #924
  • fix: fix docs and schema type generation for playground by @deekerno in #942
  • v0.14.0 by @lostman in #944

Full Changelog: v0.13.2...v0.14.0

v0.13.2

16 May 20:49
7238bbc
Compare
Choose a tag to compare

What's Changed

  • fix: remove query root + refactor graphql schema by @ra0x3 in #902
  • docs: add GraphQL functionality table by @deekerno in #910
  • add created_at field to index_registry by @lostman in #901
  • v0.13.1 by @rvmelkonian in #916
  • v0.13.2 by @rvmelkonian in #921

Full Changelog: v0.13.0...v0.13.2

v0.13.0

11 May 12:05
98cbc2e
Compare
Choose a tag to compare

What's Changed

  • chore: add end_block to default forc index manifest by @rvmelkonian in #868
  • enhancement: construct subscribed contract set only once by @lostman in #862
  • docs: add pr template by @ra0x3 in #876
  • Docs: Update broken hyperlink by @Braqzen in #883
  • chore: refactor schema macro by @deekerno in #882
  • fix: set platform: linux/x86_64 for fuel-indexer by @lostman in #875
  • fix: fix pr template name by @ra0x3 in #894
  • enhancement: pull remote ABI subcommand by @rvmelkonian in #775
  • v0.13.0 by @ra0x3 in #895

Full Changelog: v0.12.1...v0.13.0

v0.12.1

05 May 17:57
3906db4
Compare
Choose a tag to compare

What's Changed

  • enhancement: add end_block field in manifest by @rvmelkonian in #824
  • enhancement: add plugin command to kill indexer process by @lostman in #851
  • fix: extend copyable schema types to optionals by @ra0x3 in #865
  • v0.12.1 by @ra0x3 in #866

Full Changelog: v0.12.0...v0.12.1

v0.12.0

04 May 20:22
42e1f11
Compare
Choose a tag to compare

What's Changed

  • chore: make plugin output consistent by @ra0x3 in #831
  • fix: log api error by @ra0x3 in #832
  • fix: add feature to cross build by @ra0x3 in #829
  • docs: small book improvements by @deekerno in #840
  • chore: use [default-members] section in Cargo.toml by @deekerno in #844
  • bugfix: try pinning toolchain version by @rvmelkonian in #835
  • chore: move common crates to workspace by @lostman in #847
  • auth password input message by @Braqzen in #841
  • enhancement: add histogram reporting to postgres by @ra0x3 in #839
  • enhancement: convert Scalar types into Json and Blob by @rvmelkonian in #845
  • fix: don't send wasm bytes over service channel by @ra0x3 in #848
  • chore: bump to rustc 1.69 by @ra0x3 in #850
  • fix: ensure unit tests run properly in CI by @deekerno in #849
  • Update docs with vars by @rvmelkonian in #857
  • chore: move to async-graphql-parser by @deekerno in #854
  • fix: update docs/examples by @ra0x3 in #852
  • v0.12.0 by @ra0x3 in #861

New Contributors

Full Changelog: v0.11.2...v0.12.0

v0.11.2

27 Apr 18:41
30bb9c2
Compare
Choose a tag to compare

This fixes an error related to the forc index deploy command.

What's Changed

  • fix: add postgres package features by @ra0x3 in #821
  • docs: update for consistency by @ra0x3 in #806
  • bugfix: fix deserialize bug on contract_id by @rvmelkonian in #828
  • v0.11.2 by @rvmelkonian in #830

Full Changelog: v0.11.1...v0.11.2

v0.11.1

26 Apr 23:38
6788176
Compare
Choose a tag to compare

This fixes an error in publishing our full suite of crates.

What's Changed

Full Changelog: v0.11.0...v0.11.1