This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
Releases: FuelLabs/fuel-indexer
Releases · FuelLabs/fuel-indexer
v0.20.1
v0.20.0
What's Changed
- develop <> master by @ra0x3 in #1189
- ci: update latest docker tag by @ra0x3 in #1195
- revert: manually revert #1146 by @ra0x3 in #1199
- v0.19.1 by @ra0x3 in #1200
- develop <> master by @ra0x3 in #1203
- chore: code cleanup + add indices to explorer by @ra0x3 in #1190
- fix: fail gracefully on web api by @ra0x3 in #1204
- fix: forc index {build, deploy} no longer needs --target-dir by @lostman in #1183
- enhancement/breaking: update directive usage by @ra0x3 in #1202
- v0.19.2 by @ra0x3 in #1210
- rashad/cherry-pick-patch-ci-commits-onto-develop by @ra0x3 in #1215
- fix: temporarily skip bad ids by @ra0x3 in #1219
- v0.19.3 by @ra0x3 in #1220
- master <> develop by @ra0x3 in #1221
- master <> develop (#1221) by @ra0x3 in #1223
- ci: only publish docker on release by @ra0x3 in #1224
- log message for start block when resumable not set by @lostman in #1222
- Trigger rebuild when schema changes. by @lostman in #1211
- chore: add lostman as codeowner by @ra0x3 in #1239
- fix: ensure we always get schema version the same way by @lostman in #1196
- fix: minor mistakes in the PR template by @lostman in #1246
- fix: update + explain executor logic by @ra0x3 in #1236
- ci: switch to buildjet runners and cache by @deekerno in #1242
- v0.19.4 by @ra0x3 in #1249
- fix: re-enable default indexer ci by @ra0x3 in #1251
- chore: add verbose sql manual queries by @ra0x3 in #1261
- fix: add debug info to error log by @ra0x3 in #1268
- fix: add
OPTIONS
to allowed CORS methods by @deekerno in #1271 - v0.19.5 by @deekerno in #1272
- feature: beta-4-release by @ra0x3 in #1258
- docs: add issue template by @ra0x3 in #1267
- enhancement: reimplement WasmArg Drop by @lostman in #1245
- fix: block height conversion by @lostman in #1275
- docs: update build badge by @ra0x3 in #1280
- refactor: swap ID from u64 to
SizedAsciiString<64>
by @ra0x3 in #1217 - chore: remove
unsafe impl Send + Sync
forDatabase
andNativeIndexExecutor
by @deekerno in #1279 - chore: fix
clippy
warnings across the repo by @deekerno in #1277 - v0.20.0 by @ra0x3 in #1283
- fix: remove cyclic dep by @ra0x3 in #1284
Full Changelog: v0.19.0...v0.20.0
v0.19.5
v0.19.4
What's Changed
- master <> develop (#1221) by @ra0x3 in #1223
- ci: only publish docker on release by @ra0x3 in #1224
- log message for start block when resumable not set by @lostman in #1222
- Trigger rebuild when schema changes. by @lostman in #1211
- chore: add lostman as codeowner by @ra0x3 in #1239
- fix: ensure we always get schema version the same way by @lostman in #1196
- fix: minor mistakes in the PR template by @lostman in #1246
- fix: update + explain executor logic by @ra0x3 in #1236
- ci: switch to buildjet runners and cache by @deekerno in #1242
- fix: re-enable default indexer ci by @ra0x3 in #1251
- v0.19.4 by @ra0x3 in #1249
Full Changelog: v0.19.3...v0.19.4
v0.19.3
v0.19.2
What's Changed
- chore: code cleanup + add indices to explorer by @ra0x3 in #1190
- fix: fail gracefully on web api by @ra0x3 in #1204
- fix: forc index {build, deploy} no longer needs --target-dir by @lostman in #1183
- enhancement/breaking: update directive usage by @ra0x3 in #1202
- rashad/cherry-pick-patch-ci-commits-onto-develop by @ra0x3 in #1215
- v0.19.2 by @ra0x3 in #1210
Full Changelog: v0.19.1...v0.19.2
v0.19.1
v0.19.0
What's Changed
- fix: wait for hello-world-node to build on ci by @ra0x3 in #1077
- Fix start_block behavior when resumable flag is set. by @lostman in #1081
- chore: Remove
QueryRoot
workaround by @deekerno in #1076 - chore: add docker multiplatform by @ra0x3 in #1065
- chore: remove
.expect()
from GraphQL query flow by @deekerno in #1084 - Fix unreported WASM runtime error by @lostman in #1089
- chore: re-enable TRYBUILD tests by @deekerno in #1086
- fix: dont panic on empty panicreceipt contract id by @ra0x3 in #1092
- fix: bump cursor when unique constraint fails due to ID derivation by @ra0x3 in #1088
- v0.18.1 by @deekerno in #1094
- fix: prevent serde error from crashing service by @ra0x3 in #1097
- Revert "chore: re-enable TRYBUILD tests (#1086)" by @deekerno in #1103
- Update wasmer from v2.3.0 to v4.0.0 by @lostman in #1072
- docs: specify alternative darwin/arm64 docker image in docs by @ra0x3 in #1104
- Put whole test modules behind feature flags by @lostman in #1105
- chore: add more executor logging by @ra0x3 in #1102
- v0.18.2 by @ra0x3 in #1107
- chore: fix docker multiplatform builds by @deekerno in #1108
- docs: remove reference to temporary docker image by @ra0x3 in #1109
- v0.18.3 by @ra0x3 in #1114
- chore: reduce CI run time for releases by @deekerno in #1113
- fix: dispatch per block instead of per transaction by @deekerno in #1116
- v0.18.4 by @ra0x3 in #1117
- fix: re-add steps back to release by @ra0x3 in #1119
- chore: bump MAX_ARRAY_LENGTH by @ra0x3 in #1122
- Change how we listen to shutdown signals to work better with --embedded-database by @lostman in #1120
- Enable WASM metering and add benchmarks by @lostman in #1060
- enhancement: add endpoint for raw sql queries by @ra0x3 in #1106
- chore: refactor manifest usage + refactor tests by @ra0x3 in #1126
- enhancement: add micro-benchmarking by @deekerno in #1129
- ci: add cargo check by @ra0x3 in #1132
- fix: fix manifest creation in benchmarks by @deekerno in #1133
- v0.18.5 by @ra0x3 in #1131
- fix: add sql endpoint auth + make
run_query
fail gracefully by @ra0x3 in #1136 - chore: switch to manual sqlx query logging by @ra0x3 in #1138
- fix: update readme by @ra0x3 in #1141
- enhancement: make
NODE_BLOCK_PAGE_SIZE
configurable by @deekerno in #1147 - Replace blocking
reqwest
usage with async by @AlicanC in #1148 - Revert "Replace blocking
reqwest
usage with async" by @ra0x3 in #1151 - docs: adjust docs to include
--block-page-size
on start commands by @deekerno in #1153 - Replace blocking
reqwest
usage with async by @AlicanC in #1152 - fix: don't skip blocks on constraint error by @ra0x3 in #1154
- Adding resources to helm chart by @rfuelsh in #1160
- Update --replace-indexer and add --remove-data by @lostman in #1146
- remove debug info message by @lostman in #1163
- docs: update non-book docs by @ra0x3 in #1161
- Fix incorrect schema digest by @lostman in #1165
- add docs CI by @sarahschwartz in #1158
- enhancement: implement many-to-many relationships by @ra0x3 in #1140
- chore: improve UX of
forc index
plugin commands by @deekerno in #1142 - ci: streamline develop <> master merges by @ra0x3 in #1166
- ci: use new formatter + fix master<>develop merging by @ra0x3 in #1169
- v0.19.0 by @ra0x3 in #1172
- develop <> master (#1177) by @ra0x3 in #1180
New Contributors
Full Changelog: v0.18.0...v0.19.0
v0.18.5
What's Changed
- fix: bump MAX_ARRAY_LENGTH by @ra0x3 in #1122
- fix: change how we listen to shutdown signals to work better with --embedded-database by @lostman in #1120
- enhancement/fix: enable WASM metering and add benchmarks by @lostman in #1060
- enhancement: add endpoint for raw sql queries by @ra0x3 in #1106
- chore: refactor manifest usage + refactor tests by @ra0x3 in #1126
- enhancement: add micro-benchmarking by @deekerno in #1129
- ci: add cargo check by @ra0x3 in #1132
- fix: fix manifest creation in benchmarks by @deekerno in #1133
- v0.18.5 by @ra0x3 in #1131
Full Changelog: v0.18.4...v0.18.5