0.7.6 (2024-02-24)
0.7.5 (2024-02-24)
0.7.4 (2024-02-23)
0.7.3 (2024-02-22)
0.7.2 (2024-02-21)
- deps: update dependency @fluencelabs/aqua-ipfs to v0.5.31 (#278) (817142a)
- deps: update dependency @fluencelabs/aqua-lib to v0.10.1 (#275) (5162fd2)
0.7.1 (2024-02-19)
0.7.0 (2024-02-14)
- deps: update marine-rs-sdk
- deps: update marine-rs-sdk (182cbad)
0.6.10 (2024-01-31)
0.6.9 (2024-01-16)
0.6.8 (2024-01-15)
0.6.7 (2024-01-15)
0.6.6 (2024-01-11)
- deps: Bump aqua-ipfs to 0.5.30 (d30c74c)
0.6.5 (2024-01-04)
0.6.4 (2023-12-28)
0.6.3 (2023-12-26)
0.6.2 (2023-12-26)
0.6.1 (2023-12-21)
- deps: update dependency @fluencelabs/aqua-lib to v0.9.0 (#229) (25d3bb9)
- integration-tests: fix field rename (#230) (2208142)
0.6.0 (2023-12-19)
- spell-service,spell-dtos: Refactor Spell Service API + Update Installation Spell to the new API [fixes NET-643] (#222)
- spell-service,spell-dtos: Refactor Spell Service API + Update Installation Spell to the new API [fixes NET-643] (#222) (c7f2f59)
- update marine sdk's and configs (#225) (592833d)
0.5.33 (2023-12-15)
0.5.32 (2023-11-30)
0.5.31 (2023-11-15)
0.5.30 (2023-11-14)
0.5.29 (2023-11-14)
0.5.28 (2023-11-10)
0.5.27 (2023-11-09)
- api: Update PeerSpell api [NET-618] (#198) (29a4ba2)
- spell: Use streams instead of options [LNG-277] (#200) (f3c719a)
0.5.26 (2023-10-24)
0.5.25 (2023-10-23)
0.5.24 (2023-10-06)
0.5.23 (2023-09-28)
0.5.22 (2023-09-25)
0.5.21 (2023-09-12)
0.5.20 (2023-09-06)
0.5.19 (2023-09-06)
- installation-spell: pass dummy deal id for direct deploy [NET-520] (#168) (37eeb42)
- installation-spell: upload to ipfs on relay (#169) (5fc64fa)
0.5.18 (2023-09-04)
- deps: update marine-rs-sdk and sqlite-wasm-connector (#165) (aa9e8e9)
- installation-spell: fix bug on multiple services installaiton [NET-519] (#160) (68dabc5)
- installation-spell: remove get_trigger [NET-533] (#166) (8352de8)
0.5.17 (2023-07-27)
- mailbox: get_mailbox returns in FIFO order [NET-508] (#153) (715981f)
- mailbox: store and return init_peer_id and timestamp [NET-510] (#154) (333e404)
0.5.16 (2023-07-14)
0.5.15 (2023-06-12)
0.5.14 (2023-06-06)
- deal: print subnet id correctly (#130) (ea01a42)
- deps: update dependency @fluencelabs/aqua-ipfs to v0.5.13 (#110) (159e1b7)
0.5.13 (2023-05-28)
0.5.12 (2023-05-05)
0.5.11 (2023-04-20)
0.5.10 (2023-04-13)
- deal: rate limit registry calls to 12h (#108) (71f43ed)
- sqlite: bump sqlite up to v0.18.1 (#107) (71a735b)
- deps: update dependency @fluencelabs/registry to v0.8.3 (#101) (540469a)
- deps: update rust crate marine-sqlite-connector to 0.8.0 (#105) (bbfc536)
0.5.9 (2023-04-07)
0.5.8 (2023-04-07)
- cli: create worker-spell if not exists (#96) (9162af8)
- run PeerSpell.list test on worker (#92) (6d2fa89)
0.5.7 (2023-03-27)
0.5.6 (2023-03-21)
0.5.5 (2023-03-21)
0.5.4 (2023-03-01)
0.5.3 (2023-02-27)
- create worker for direct hosting (#76) (5e48e37)
- installation-spell: update registry (#74) (9e4081c)
0.5.2 (2023-02-24)
0.5.1 (2023-02-24)
0.5.0 (2023-02-24)
- storage: bump SQLite module to 0.18.0 to resolve mem leak. (#66)
0.4.0 (2023-02-21)
- storage: bump SQLite module to 0.17.1 (#64)
0.3.6 (2023-02-21)
0.3.5 (2023-02-17)
0.3.4 (2023-02-16)
0.3.3 (2023-02-16)
0.3.2 (2023-02-14)
0.3.1 (2023-02-13)
- Add Installation Spell #34 (b957008)
- workers: Implement worker deployment though spells (#39) (29952b9)
0.3.0 (2023-02-08)
- api: accept init_data ⊤ (any) in Spell.install (#35)
- errors: SpellValueT::get_error -> SpellValueT::take_error to get rid of
.clone()