Skip to content

Latest commit

 

History

History
939 lines (503 loc) · 69.5 KB

CHANGELOG.md

File metadata and controls

939 lines (503 loc) · 69.5 KB

Changelog

0.25.0 (2024-06-05)

⚠ BREAKING CHANGES

  • network: Network isolation [fixes NET-818] (#2245)

Features

  • connector: add get_deals builtin (#2180) (b6e15d5)
  • core-distributor: core-manager refactoring [fixes NET-820] (#2265) (58ea53d)
  • network: Network isolation [fixes NET-818] (#2245) (f5eb980)

Bug Fixes

0.24.0 (2024-05-27)

⚠ BREAKING CHANGES

  • runtime: use async marine [fixes VM-365,NET-758,NET-757] (#2206)
  • core-manager: use hex format for CUIDs [fixes NET-804] (#2188)

Features

  • config: expose config via http endpoint (#2190) (04862bb)
  • core-manager: add dev core manager to support any number of CUs [fixes NET-799] (#2167) (e061413)
  • log: custom log format (41faf0b)
  • log: custom log format [fixes NET-724 NET-725] (#2218) (41faf0b)
  • metrics: add metrics in chain-listener [NET-806] (#2208) (3f17b11)
  • runtime: use async marine [fixes VM-365,NET-758,NET-757] (#2206) (3994299)

Bug Fixes

  • add block number value to the metrics (#2219) (39f71d7)
  • cc: Continue CCP calculation if cpu_cores < cu_number [fixes NET-808] (#2207) (d3d5f27)
  • chain-connector: make connector generic (#2229) (90957a6)
  • chain-listener: reset proof counters on new epoch in refresh [NET-813] (#2246) (da8f4c7)
  • core-manager: add range check + clippy fixes (#2250) (a873a69)
  • core-manager: reassignment (#2252) (d903f2a)
  • core-manager: use hex format for CUIDs [fixes NET-804] (#2188) (415f917)
  • core-mapping: start cpus_range from 1 on 8+ cores (#2189) (14d37b3)
  • deps: update rust crate decider-distro to v0.6.12 (#2251) (895c0be)
  • listener: fixed core acquire (#2247) (7f96659)

0.23.6 (2024-03-18)

Features

Bug Fixes

0.23.5 (2024-03-18)

Features

Bug Fixes

  • actually load proof id and increase poll limit (#2183) (fb8ccd3)

0.23.4 (2024-03-15)

Features

  • listener: restart ws client + refactoring (#2168) (ba61f15)

0.23.3 (2024-03-14)

Features

  • listener: use available cores to help other CUs (#2163) (fe423ff)
  • migrate to alloy and more (#2166) (0edf82d)
  • restrict builtins, aqua-ipfs, worker-spell alias [NET-551,NET-730,NET-729,NET-792] (#2141) (0f27f20)

Bug Fixes

0.23.2 (2024-03-10)

Bug Fixes

  • listener: save pending units on start; refresh state on subs drop (#2158) (86da267)

0.23.1 (2024-03-09)

Features

0.23.0 (2024-03-08)

⚠ BREAKING CHANGES

  • capacity-commitments: finish CCP integration; add logs (#2133)

Features

  • capacity-commitments: finish CCP integration; add logs (#2133) (23f4498)

0.22.2 (2024-03-08)

Features

  • workers: separate AVM pools [fixes NET-753] (#2125) (fd2552f)

Bug Fixes

  • config: add humantime & default for proof_poll_period (#2139) (fd6acf6)
  • config: change default for the cpu range in nox (#2140) (c976373)

0.22.1 (2024-03-07)

Bug Fixes

  • deps: update rust crate decider-distro to v0.6.11 (#2137) (bd8ff99)
  • workers: add io+timer drivers to tokio runtimes [fixes NET-795] (#2135) (fb251c9)

0.22.0 (2024-03-05)

⚠ BREAKING CHANGES

  • aquavm: aquavm mem limits from config [fixes VM-425] (#2111)

Features

  • aquavm: aquavm mem limits from config [fixes VM-425] (#2111) (a732f5c)

0.21.4 (2024-03-03)

Features

0.21.3 (2024-03-01)

Features

  • introduce the dev mode in which alow all effectors (#2127) (0eee6bf)

0.21.2 (2024-02-27)

Features

0.21.1 (2024-02-24)

Bug Fixes

0.21.0 (2024-02-23)

⚠ BREAKING CHANGES

  • particle-vault: introduce new particle vault path format (#2098)

Features

  • add connector.send_tx; introduce listener (#2078) (81f00ea)
  • config: Introduce ephemeral and persistent storage [fixes NET-759 NET-760] (#2091) (79e7850)
  • particle-vault: introduce new particle vault path format (#2098) (3d68c85)
  • spell: update to new kv restrictions (#2094) (7bc9e5a)

Bug Fixes

0.20.2 (2024-02-21)

Features

  • support new CallParameters and generate particle token [NET-767] (179d697)

Bug Fixes

  • core-manager: process core persistence in a stream (#2100) (7f333bd)
  • deps: decider 0.6.4, with debug logs for tx (#2101) (23e556b)

0.20.1 (2024-02-21)

Bug Fixes

0.20.0 (2024-02-19)

⚠ BREAKING CHANGES

  • cores: core manager [fixes NET-739 NET-755 NET-740] (#2069)

Features

  • app-services: Support worker-id in CallParameters [NET-717] (#2039) (3b1c10f)
  • cores: core manager [fixes NET-739 NET-755 NET-740] (#2069) (7366f84)

Bug Fixes

  • deps: update rust crate decider-distro to v0.5.17 (#2081) (046417e)
  • subnet-resolve: update subnet resolve to the new ComputeUnit structure (#2027) (7d561b7)

0.19.0 (2024-02-15)

⚠ BREAKING CHANGES

  • worker_pool: Shift service creation to the worker pool [Fixes NET-716] (#2026)

Features

  • created-swarm: Re-export some dependencies in created-swarm for consistency in tests (#2079) (8f0c04e)
  • health: add kademlia bootstrap healthcheck + fix test span logging (#2056) (c082231)
  • worker_pool: Shift service creation to the worker pool [Fixes NET-716] (#2026) (d3e4855)

Bug Fixes

  • deps: update rust crate decider-distro to v0.5.16 (#2053) (247f577)
  • particle-data-store: use signature in particle data store path name [NET-632] (#2052) (3065a95)

0.18.1 (2024-01-31)

Bug Fixes

0.18.0 (2024-01-31)

⚠ BREAKING CHANGES

  • particle-data: use MsgPack for particle data serialization [Fixes VM-407] (#2034)

Features

  • anomaly: new anomaly criteria [fixes vm-426] (#2037) (d59b885)
  • particle-data: use MsgPack for particle data serialization [Fixes VM-407] (#2034) (4d76e8f)

0.17.0 (2024-01-26)

⚠ BREAKING CHANGES

  • deps: avm server 0.35 aquavm 0.59 (#2040)

Bug Fixes

0.16.15 (2024-01-23)

Features

  • services,avm: use marine and avm-server with memory limits (#1957) (66edf0f)
  • workers: Create a ThreadPool for each worker [fixes NET-688] (#2012) (fa5a17a)

Bug Fixes

  • deps: update fluence-spell to v0.6.8 (#2013) (5ea8615)
  • deps: update fluence-spell to v0.6.9 (#2024) (725b6b4)
  • deps: update rust crate aqua-ipfs-distro to v0.5.30 (#2011) (15e33c4)
  • deps: update rust crate decider-distro to v0.5.14 (#2035) (9a6823f)
  • deps: update rust crate trust-graph-distro to v0.4.11 (#2025) (e2bbef7)

0.16.14 (2024-01-12)

Features

  • introduce chain-listener [fixes NET-694 NET-673 NET-674 NET-677 NET-685] (#1972) (3ff44b5)
  • worker: Refactoring key manager [fixes NET-702] (#1985) (345f9b8)

Bug Fixes

  • deps: update rust crate decider-distro to v0.5.13 (#2016) (0ea3a85)
  • deps: update rust crate registry-distro to v0.9.4 (#2010) (3f8c176)
  • deps: update rust crate trust-graph-distro to v0.4.10 (#2008) (70798eb)

0.16.13 (2023-12-29)

Bug Fixes

  • config: respect base_dir in keypair generation (#1998) (e2b99bf)
  • deps: update rust crate decider-distro to v0.5.12 (#2000) (c35e6e3)
  • deps: update rust crate fluence-keypair to 0.10.4 (#1990) (ed5f5d0)
  • deps: update rust crate registry-distro to v0.9.2 (#1970) (fb072a0)
  • deps: update rust crate trust-graph-distro to v0.4.9 (#1999) (7b9b376)

0.16.12 (2023-12-28)

Bug Fixes

  • deps: update fluence-spell to v0.6.4 (#1991) (8c9bfb9)
  • deps: update rust crate aqua-ipfs-distro to v0.5.28 (#1992) (eb89451)
  • deps: update rust crate decider-distro to v0.5.11 (#1993) (bb0fa32)
  • deps: update rust crate trust-graph-distro to v0.4.8 (#1994) (94cf9fa)

0.16.11 (2023-12-26)

Bug Fixes

0.16.10 (2023-12-26)

Features

Bug Fixes

  • deps: update fluence-spell to v0.6.2 (#1986) (47ecbe0)
  • deps: update rust crate aqua-ipfs-distro to v0.5.27 (#1987) (67f7240)
  • deps: update rust crate decider-distro to v0.5.9 (#1975) (d5d47e3)

0.16.9 (2023-12-20)

Features

  • plumber: allow root to access deactivated workers [fixes NET-695] (#1968) (2d13c8a)

Bug Fixes

0.16.8 (2023-12-18)

Bug Fixes

0.16.7 (2023-12-15)

Features

  • tracing: Add tracing for understand particle processing (#1935) (c800495)

Bug Fixes

0.16.6 (2023-12-13)

Features

Bug Fixes

  • deps: update rust crate air-interpreter-wasm to 0.55.0 (#1953) (1dfc777)

0.16.5 (2023-12-08)

Bug Fixes

  • deps: bump decider-distro to 0.5.6 (0e7d24f)

0.16.4 (2023-12-01)

Features

  • workers: add activate/deactivate [NET-587] (#1889) (0883ab8)

Bug Fixes

0.16.3 (2023-11-21)

Features

  • config: add multiple file config sources (#1907) (8bba3ea)

0.16.2 (2023-11-16)

Features

Bug Fixes

0.16.1 (2023-11-15)

Features

  • metrics: Add tokio runtime metrics (#1878) (5522bed)
  • nox: add new flags for system services [NET-547, NET-548] (#1888) (b172117)
  • remove insecured keypair [NET-633] (#1906) (32e938c)
  • subnet: Update resolver to new contracts [NET-619] (#1891) (0de0556)
  • tracing: add sample rate + filtering (#1904) (e825dd1)
  • use particle signature as id for actors [NET-540] (#1877) (da84a39)

Bug Fixes

  • deps: update fluence-spell to v0.5.28 (#1890) (291cb70)
  • logging: add a target field in the logfmt formatter (1bcfb1c)
  • logging: fixed logfmt formatter (#1885) (1bcfb1c)
  • metrics: separate a avm call time & interpretation time metrics (#1893) (e94d1e4)

0.16.0 (2023-10-30)

⚠ BREAKING CHANGES

  • deps: update avm

Features

Bug Fixes

  • metrics: measure call time and wait time separately (#1858) (73bab7e)
  • system-services: refactor deployer + fix [NET-586] (#1859) (78b0a46)

0.15.2 (2023-10-29)

Bug Fixes

  • builtins: validate deal_id in subnet.resolve [NET-591] (#1842) (84bc025)
  • deps: Update avm packages in one PR and bump fluence-app-service (#1839) (ce5bbfa)
  • deps: update fluence-spell to v0.5.25 (#1854) (ebe781f)
  • deps: update fluence-spell to v0.5.26 (#1855) (d1dbc88)
  • deps: update rust crate decider-distro to v0.5.3 (#1872) (40dcae2)
  • remove aqua cli from README (#1843) (8012b3e)

0.15.1 (2023-10-16)

Bug Fixes

  • deps: update rust crate air-interpreter-wasm to 0.52.0 (#1827) (608e0d6)
  • deps: update rust crate avm-server to 0.33.2 (#1838) (96df6bb)

0.15.0 (2023-10-11)

⚠ BREAKING CHANGES

  • remove scheduled scripts [NET-566] (#1812)

Features

Bug Fixes

  • deps: update rust crate fluence-spell-distro to v0.5.22 (#1795) (1df86e8)
  • deps: update rust crate fluence-spell-distro to v0.5.24 (#1825) (abea305)
  • deps: update rust crate fluence-spell-dtos to v0.5.22 (#1796) (5c4ea1b)
  • env configuration loading for protocol config (#1814) (e8a11fe)
  • spell-bus: resubscribe spell on double subscription (#1797) (7ee8efa)
  • tests: Allow override system services config in tests [NET-576] (#1824) (2c6b6e3)

0.14.9 (2023-09-22)

Features

  • decider: allow to set ipfs multiaddr from env [fixes NET-544] (#1802) (a0606bc)

Bug Fixes

  • deps: update rust crate avm-server to 0.33.1 (#1799) (4dfa59d)

0.14.8 (2023-09-22)

Bug Fixes

  • deps: update rust crate air-interpreter-wasm to 0.48.0 (#1800) (31bd096)

0.14.7 (2023-09-21)

Features

  • builtins: implement subnet.resolve [NET-549] (#1798) (85665e2)

Bug Fixes

  • deps: update rust crate fluence-spell-distro to v0.5.20 (#1781) (9e380ac)
  • deps: update rust crate fluence-spell-dtos to v0.5.20 (#1782) (09c9b49)

0.14.6 (2023-09-15)

Features

  • system-services, tests: composable and overridable system services [NET-530, NET-531] (#1770) (459ec72)

Bug Fixes

  • deps: update rust crate air-interpreter-wasm to 0.47.0 (#1785) (33ac736)

0.14.5 (2023-09-07)

Bug Fixes

  • deps: update rust crate air-interpreter-wasm to 0.46.0 (#1776) (2c94c72)

0.14.4 (2023-09-06)

Features

0.14.3 (2023-09-06)

Features

  • worker: allow to add alias for worker creator (#1779) (ada1276)

Bug Fixes

  • deps: update rust crate avm-server to 0.33.0 (#1777) (98ea570)
  • deps: update rust crate fluence-spell-distro to v0.5.18 (#1774) (c51ae71)
  • deps: update rust crate fluence-spell-dtos to v0.5.18 (#1775) (99233c3)

0.14.2 (2023-09-05)

Features

0.14.1 (2023-08-14)

Bug Fixes

  • http: fixed listen address getting logic (#1762) (1205a79)

0.14.0 (2023-08-14)

⚠ BREAKING CHANGES

  • env, log: RUST_LOG and other envs parsing (#1755)

Bug Fixes

0.13.3 (2023-08-08)

Features

  • http: Added http healthcheck endpoint (#1725) (ba2c9d1)
  • spells: store last trigger by trigger key in KV [NET-511] (#1728) (7272040)
  • tests: Wait for healtcheck in nox tests (#1739) (2c4748c)

Bug Fixes

  • deps: update rust crate air-interpreter-wasm to 0.43.1 (#1750) (4f94c2c)
  • deps: update rust crate avm-server to 0.32.2 (#1744) (d6569d0)
  • spell: bump spell to 0.5.17 and fix tests (#1724) (671881c)

0.13.2 (2023-07-20)

Features

  • builtins: add vault.cat, vault.put + refactoring [NET-489 NET-491] (#1631) (18fb419)
  • builtins: remove builtins dir from configs (#1711) (9bce547)
  • decider: update to 0.4.17 (#1702) (453470d)
  • http: added versions endpoint (#1700) (ada94e5)
  • makefile: introduce local-env to run local aurora & ipfs (#1701) (9199ab1)
  • metrics: added metrics and peer_id endpoints (#1699) (c42b919)
  • spell: update to new mailbox [NET-505] (#1694) (15f1921)
  • tracing: introduce deal_id-based trace logs to particle execution (#1656) (760e7c8)

Bug Fixes

  • deps: update rust crate air-interpreter-wasm to 0.41.0 (#1659) (be8d5c6)
  • deps: update rust crate air-interpreter-wasm to 0.42.0 (#1709) (fd8bc24)
  • error: log error on accepting incoming connection (#1657) (06f7668)
  • system-services: allow overriding binary paths for system services [fixes NET-503] (#1663) (d4ff356)
  • system-services: update system spell without redeploying [fixes NET-490] (#1649) (0d4f833)

0.13.1 (2023-06-27)

Bug Fixes

0.13.0 (2023-06-22)

⚠ BREAKING CHANGES

  • avm: update to avm 0.39.1 (#1627)

Features

  • avm: update to avm 0.39.1 (#1627) (e6b1afa)
  • Migrate Registry to spell (#1629) (978ea2c)
  • system-service-deployer: introduce new system service deployment system [fixes NET-487] (#1623) (f272c02)

0.12.1 (2023-05-22)

Bug Fixes

  • async: move builtins call to blocking threadpool (#1621) (7e18801)

0.12.0 (2023-05-18)

⚠ BREAKING CHANGES

  • dist: make blueprint an IPLD, use CID as module ids [fixes NET-412 NET-432] (#1595)
  • config: Introduce tracing config, change allowed_binaries list format (#1608)

Features

  • config: Introduce tracing config, change allowed_binaries list format (#1608) (6f7c684)
  • dist: make blueprint an IPLD, use CID as module ids [fixes NET-412 NET-432] (#1595) (720a2b3)
  • log: change 'particle received' log to info (0047edf)
  • log: change 'particle received' log to info [NET-472] (#1616) (0047edf)

Bug Fixes

0.11.4 (2023-05-06)

Bug Fixes

0.11.3 (2023-04-28)

Bug Fixes

  • spells: start resubscribed spells scheduling after full node initialization [fixes NET-459] (#1592) (1016f36)

0.11.2 (2023-04-27)

Features

  • logging: add structured fields in logging + new log format (#1590) (0c06f1b)
  • logging: structured logging and tracing (#1582) (7e97e45)

Bug Fixes

  • deps: update rust crate fluence-spell-distro to v0.5.11 (#1580) (cb4e69e)
  • deps: update rust crate fluence-spell-dtos to v0.5.11 (#1581) (2bd135e)
  • metrics: provide separate memory metrics for spells (#1591) (9034e4a)

0.11.1 (2023-04-20)

Features

  • add service type to distinguish services and spells (#1567) (d80f89b)
  • metrics: add additional spell metrics [fixes NET-437] (#1569) (ab851ac)
  • spells: resolve spell_id by 'spell' and 'self' [NET-419] (#1578) (65b2b26)

Bug Fixes

0.11.0 (2023-04-12)

⚠ BREAKING CHANGES

  • logs: print only first address of a Contact (#1555)
  • vault: do not create vault on every particle (#1553)

Features

  • add service metrics for spells [fixes NET-441] (#1565) (947dfa8)
  • config: Layered configuration [fixes NET-424] (#1551) (8e20c10)
  • logs: print only first address of a Contact (#1555) (32a46b2)
  • vault: do not create vault on every particle (#1553) (aa0dd94)

Bug Fixes

  • deps: update rust crate fluence-spell-distro to v0.5.9 (#1559) (47f5e20)
  • deps: update rust crate fluence-spell-dtos to v0.5.9 (#1560) (f762b8b)
  • metrics: Change _ to - in rust_peer_build_info (#1558) (c741e24)
  • metrics: restrict metrics collection of aliased service on creation (#1557) (040eb50)

0.10.0 (2023-04-06)

⚠ BREAKING CHANGES

  • builtins: add worker.list, move spell.list to worker scope [fixes NET-401 NET-435] (#1537)
  • logs: reduce logs (#1534)

Features

  • add restriction for installing modules with forbidden mounted binaries [NET-428] (#1535) (481dbd4)
  • builtins: add worker.list, move spell.list to worker scope [fixes NET-401 NET-435] (#1537) (3884374)
  • collect metrics for spell particles separately [fixes NET-439] (#1550) (5711171)
  • extend peer identify with spell service version and allowed mounted binaries list [fixes NET-429 NET-381] (#1540) (30eff87)
  • logs: reduce logs (#1534) (dc69146)
  • metrics: add rust-peer version info in prometheus metrics [fixes NET-422] (#1552) (460446b)

Bug Fixes

  • bug with repeated alias for service [NET-434] (#1536) (ff455be)
  • collect separate metrics for root alised services and worker spells [fixes NET-431] (#1539) (270cfd2)
  • deps: update rust crate air-interpreter-wasm to v0.38.0 (#1502) (12c74fb)
  • deps: update rust crate fluence-app-service to 0.25.1 (#1522) (446c342)
  • deps: update rust crate fluence-app-service to 0.25.3 (#1541) (e5ecf30)
  • deps: update rust crate fluence-it-types to 0.4.1 (#1523) (0480d06)
  • deps: update rust crate fluence-spell-distro to v0.5.7 (#1532) (d027160)
  • deps: update rust crate fluence-spell-dtos to v0.5.7 (#1533) (804cab8)
  • don't create libp2p metrics twice [fixes NET-348] (#1545) (d023865)
  • metrics: collect metrics for custom services [fixes NET-438] (#1549) (ed1ce37)
  • spells: update trigger config by alias [NET-418] (#1521) (0531848)

0.9.1 (2023-03-21)

Bug Fixes

  • ci: fix tokio build for publish (#1518) (8e7efac)
  • deps: update rust crate fluence-spell-dtos to v0.5.6 (#1517) (d93bece)

0.9.0 (2023-03-21)

⚠ BREAKING CHANGES

  • marine,avm: avm-server 0.31.0, fluence-app-service 0.25.0 (#1506)
  • deps: update fluence-app-service minor version (#1497)

Features

  • async runtime: move async-std to tokio (#1469) (08615a2)
  • deps: update fluence-app-service minor version (#1497) (8c82741)
  • marine,avm: avm-server 0.31.0, fluence-app-service 0.25.0 (#1506) (23820e9)
  • worker: add worker.remove [fixes NET-354 NET-376] (#1499) (97f552f)

Bug Fixes

  • deps: update rust crate fluence-it-types to 0.4.0 (#1467) (34cfc85)
  • deps: update rust crate fluence-spell-distro to v0.5.6 (#1516) (97ceb92)
  • deps: update rust crate fluence-spell-dtos to v0.5.4 (#1471) (b7c6b4d)

0.8.2 (2023-02-27)

Bug Fixes

  • avm-server: update avm-server to one that user particle_id and peer_id in data_store (#1494) (5ede2b0)

0.8.1 (2023-02-24)

Features

  • workers: allow to deploy decider to root scope, fix aliasing (#1488) (193a6e7)

Bug Fixes

  • builtin redeploy and associated aliases bug (#1486) (2c11e35)
  • deps: Bump spell to 0.5.0 (#1483) (b03da8b)
  • keypairs: load persisted keypair in a backward-compatible way (#1481) (ab51b9c)
  • metrics: fix call metrics collection for aliased services (#1487) (0e7b76e)
  • spell: update spell to 0.5.2 (#1489) (d79a0da)

0.8.0 (2023-02-22)

⚠ BREAKING CHANGES

  • implement per-worker aliasing [NET-352] (#1449)

Features

  • add worker.create and worker.get_peer_id (#1475) (ddc2f90)
  • builtins: impl srv.info, dist.get_blueprint (#1468) (8d21afa)
  • implement per-worker aliasing [NET-352] (#1449) (097d47d)
  • kademlia: Forbid to use Provider API (#1466) (2eb068f)
  • libp2p: Optional async std libp2p & debug profile (#1454) (1aab9f7)
  • sig: add insecure_sig (#1458) (9727c3f)
  • sig: sig use worker keypair if called in worker scope [NET-371] (#1455) (e45655b)
  • spells: support -relay- for spell scripts [NET-374] (#1461) (b7c3427)

Bug Fixes

  • connection-pool: fixed logging (#1463) (66e364e)
  • deps: update rust crate fluence-spell-distro to 0.3.2 (#1464) (d15c084)
  • deps: update rust crate fluence-spell-dtos to 0.3.1 (#1462) (72b426d)
  • deps: update rust crate fluence-spell-dtos to 0.3.2 (#1465) (4c13688)
  • remove worker_id check for service calls (#1459) (ebfbf34)
  • revert #1459 and really fix worker id check for service calls (#1460) (2978847)
  • spells: allow global aliases for builtin spells (#1477) (e87b77c)
  • spells: do not run spells with passed (ended) Clock trigger (#1452) (fe2184a)

0.7.4 (2023-02-09)

Features

  • builtins: json.obj_pairs, json.puts_pairs to build JSON objects from array of pairs (#1434) (3539f67)
  • connection-pool: Add libp2p connection limits (#1437) (090ac84)
  • spells: do json manipulations internally (#1433) (ff36b61)

Bug Fixes

  • connection-pool: Keep only fluence peers in the connection pool (#1440) (546bc6f)
  • deps: update libp2p to 0.50.0 [fixes NET-232] #1419 (9c3eda8)
  • deps: update rust crate air-interpreter-wasm to v0.35.4 (#1447) (b8de74d)
  • deps: update rust crate avm-server to 0.28.1 (#1420) (03887af)
  • spells: Allow parallel execution of immut service functions [NET-331] (#1430) (e9a05d6)
  • spells: correct interpretation of end_sec field [NET-346] (#1431) (2b018de)

0.7.3 (2023-01-20)

Bug Fixes

  • ci: set permissions for release job (f5842a8)

0.7.2 (2023-01-18)

Features

  • spells: support empty trigger configs [NET-316] (#1412) (46d8fd5)
  • support keypairs for spells [fixes NET-237, NET-239, NET-281 and NET-283] #1382 (63d0759)