This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
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