Skip to content

Releases: dojoengine/dojo

v0.5.1-alpha.0

17 Jan 18:00
bc6a5c1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.5.1-alpha.0

v0.5.0

12 Jan 20:41
41a48b8
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • Generate graphql attributes are now properly camel cased: recordsiblingModels -> recordSiblingModels

Note

  • Katana does not support RPC v6 yet and us such is incompatible with Starkli --account katana-x

New Contributors

Full Changelog: v0.4.4...v0.5.0

v0.4.4

03 Jan 02:48
8afd8c9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.3...v0.4.4

v0.4.3

28 Dec 20:42
b45ef4a
Compare
Choose a tag to compare

What's Changed

  • fix(dojo-lang): ensure a model has at least one attribute that is not a key by @glihm in #1323
  • fix(dojo-lang): use PluginDiagnostic instead of panic for model keys verification by @glihm in #1327
  • refactor(katana-db): compress SierraClass as JSON for now by @kariy in #1329
  • test(katana-provider): add tests for contract classes + fix provider state impl by @kariy in #1333
  • Fix torii indexing models having >1 same nested types by @broody in #1331
  • chore(katana): remove redundant code + rename functions by @kariy in #1334
  • Add database version file for katana-db by @kariy in #1338
  • feat(sozo): wait for tx to be accepted by @kariy in #1341
  • Prepare release: v0.4.3 by @tarrencev in #1324

Full Changelog: v0.4.2...v0.4.3

v0.4.2

20 Dec 21:44
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @github-actions made their first contribution in #1284

Full Changelog: v0.4.1...v0.4.2

v0.4.1

14 Dec 17:29
Compare
Choose a tag to compare

Other

  • fix(katana-provider): take correct amount of tx (#1274)
  • test(katana-provider): test block insertions for providers (#1275)

v0.4.0-rc2

13 Dec 16:24
Compare
Choose a tag to compare

Other

  • tests(dojo-lang): add compiler test for cairo v2.4.0 (#1249)
  • Implement Katana Runner in Dojo (#1205)
  • Update readme with feature matrix (#1253)
  • refactor(katana-db): update mdbx implementations (#1250)
  • fix(dojo-lang): ensure macro expansion does not depend on prelude (#1260)
  • Expose world contract address via metadatas connection (#1263)
  • Change metadata content casing from lower camel to snake (#1264)
  • Update grpc entities/models subscriptions (#1262)
  • install cairo1 in devcontainer (#1267)
  • fix(katana-rpc-types): compute contract address correctly (#1269)
  • feat(katana): update RPC to v0.5.1 (#1259)

v0.4.0

13 Dec 22:09
Compare
Choose a tag to compare

Other

  • use full_name for artifacts (#1234)
  • [core] Inline macro - delete! (#1271)
  • Fix grpc sub entity ids (#1273)

v0.4.0-rc1

09 Dec 19:13
Compare
Choose a tag to compare

Other

  • Cleanup grpc types (#1244)
  • dojo-lang: add plugin test for contract with components (#1246)
  • Pad query values (#1238)
  • [katana] cli (#1248)
  • feat: blockifier update and bump cairo 2.4.0 (#1247)

v0.4.0-rc0

08 Dec 16:18
Compare
Choose a tag to compare

Other

  • fix(sozo-migrate): change call request block to pending (#1239)
  • Refactor model members in GraphQL to camelCase (#1215)
  • Torii grpc handle entities_all query (#1240)
  • refactor(katana): storage provider abstractions (#1214)