Skip to content

Releases: dojoengine/dojo

v0.3.10

10 Nov 15:18
be16762
Compare
Choose a tag to compare

Other

  • Fix windows sigterm handling (#1174)
  • Add ci step to ensure buildable on windows (#1175)
  • Use cross platform interrupt handler (#1178)

v0.3.9

09 Nov 20:45
Compare
Choose a tag to compare

Other

  • Use separate grpc/graphql proxy clients (#1173)

v0.3.8

09 Nov 19:35
Compare
Choose a tag to compare

Other

  • Use conditional compilation to support interrupt signals on windows (#1170)
  • Use http2 for proxy client (#1171)
  • Fix torii commit updates before publish (#1172)

v0.3.7

09 Nov 03:09
Compare
Choose a tag to compare

Other

  • Rename dojo contract generated name method to dojo_resource (#1161)
  • Compute entrypoints manifest (#1152)
  • Refactor torii to use proxy server (#1162)
  • Fix grpc routing for torii server (#1168)
  • Cleanup some unused deps (#1167)
  • Fix update metadata and handle empty content (#1166)
  • Serve grpc at base address (#1169)
  • Graphql event emitted subscription (#1165)

v0.3.6

06 Nov 20:09
Compare
Choose a tag to compare

Other

  • Fix graphql where filter ignored when querying with order + cursor (#1153)
  • Fix torii core remove extra quotes on enum options (#1160)

v0.3.5

06 Nov 15:42
c4898f6
Compare
Choose a tag to compare

Other

  • Add gRPC entity query clauses (#1149)
  • Implement Comprehensive Dojo Storage Benchmarking (#1097)
  • Allow grpc header for tonic cors (#1158)
  • torii: use u32 for packed_size & unpacked_size in models (#1141)
  • Refactor torii core parameterize sql queries (#1151)
  • Prepare v0.3.5 (#1159)

v0.3.4

03 Nov 18:41
Compare
Choose a tag to compare
  • No changes

v0.3.3

02 Nov 01:39
3c9f109
Compare
Choose a tag to compare

Other

  • Add exponential backoff for error loop in torii engine (#1106)
  • Add prepare release script (#1105)
  • Remove WASM torii-client (#1107)
  • Use workspace version (#1109)
  • Make socials metadata optional (#1108)
  • feat(katana): configurable max RPC connections (#1112)
  • bump rust to 1.73.0 (#1113)
  • semantic: model r/w access (#1102)
  • fix: incorrect error code for tx hash not found (#1115)
  • torii-client fetch entity from remote if not synced (#1117)
  • Use nextest for runnning test in CI (#1118)
  • Fix Torii graphql type name collision (#1086)
  • Torii fix sqlite migration from 0.3.0 (#1119)
  • torii: validate events (#1100)
  • Torii only create member index if not exists (#1122)
  • chore: remove semantic deps error (#1126)
  • Bump cairo to v2.3.1 (#1125)
  • Remove sub stream if closed + refactor (#1128)
  • Torii stores metadata files (#1110)
  • Fix graphql u128 test failing due to uneven str compare (#1129)
  • Implement ModelReader trait (#1131)
  • Use sql for model metadata in set record (#1132)
  • Torii graphql namepsace for transaction, query, and subscription types (#1127)
  • Torii metadata query format (#1133)
  • bumps cubit (#1135)
  • Update to starknet-rs 0.7.0 (#1134)
  • Torii graphql metadata test (#1136)
  • Build fixes (#1137)

v0.3.2

26 Oct 13:40
Compare
Choose a tag to compare

Other

  • Schema types helper methods (#1079)
  • Remove Print from Introspect test (#1083)
  • Torii graphql comprehensive tests (#1078)
  • Change serialized JSON format of Ty (#1087)
  • Update cairo + scarb to v2.3.0 (#1090)
  • Prevent manifest.json complete overwrite on build (#1093)
  • Embed scarb plugin manifest (#1101)
  • Torii graphql handle empty state (#1095)
  • Torii create indices on members in model tables (#1089)
  • Refactor(torii-core): Optimize and clean sql statements (#927)
  • Refactor torii indexer system calls to transactions (#1068)
  • Query optimization (#1104)

v0.3.1

20 Oct 21:11
4ae61b3
Compare
Choose a tag to compare

Other

  • katana dev mode (#1067)
  • fix: invalid contract not found error (#1069)
  • [sozo] Bump default timeout to 5 minutes and interval to 2.5 seconds (#1065)
  • Fix torii graphql entity_id name conflict (#1063)
  • Update README.md (#1071)
  • feat(torii-client): add entity change listener (#1072)
  • fix(torii-client): remove mut (#1073)
  • Add Commit Reveal primitive (#1074)
  • Dojo Storage Benchmarking (#1075)
  • Add missing plugins in language server (#1076)
  • Graphql events keys filtering (#1062)