2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 0.6.0] - 2025-05-5
6
+
7
+ - Added alias substitution and use command for streamlined context interactions
8
+ ( [ #1223 ] ( https://github.com/calimero-network/core/pull/1223 ) - thanks
9
+ [ @Nathy-bajo ] ( https://github.com/Nathy-bajo ) ,
10
+ [ #1171 ] ( https://github.com/calimero-network/core/pull/1171 ) - thanks
11
+ [ @rtb-12 ] ( https://github.com/rtb-12 ) )
12
+ - Added support for alias on context invitation and join command (
13
+ [ #1181 ] ( https://github.com/calimero-network/core/pull/1181 ) - thanks
14
+ [ @cy4n1d3-p1x3l ] ( https://github.com/cy4n1d3-p1x3l ) ,
15
+ [ #1151 ] ( https://github.com/calimero-network/core/pull/1151 ) - thanks
16
+ [ @iamgoeldhruv ] ( https://github.com/iamgoeldhruv ) )
17
+ - Introduced event-triggered command execution with context watch (
18
+ [ #1224 ] ( https://github.com/calimero-network/core/pull/1224 ) - thanks
19
+ [ @Nathy-bajo ] ( https://github.com/Nathy-bajo ) )
20
+ - Added support for no-auth mode for node (
21
+ [ #1174 ] ( https://github.com/calimero-network/core/pull/1174 ) )
22
+ - Enabled forced alias creation and validation for safer configuration (
23
+ [ #1227 ] ( https://github.com/calimero-network/core/pull/1227 ) - thanks
24
+ [ @rtb-12 ] ( https://github.com/rtb-12 ) ,
25
+ [ #1180 ] ( https://github.com/calimero-network/core/pull/1180 ) - thanks
26
+ [ @rtb-12 ] ( https://github.com/rtb-12 ) )
27
+ - Improved Dockerfile, login popup, and admin dashboard experience (
28
+ [ #1214 ] ( https://github.com/calimero-network/core/pull/1214 ) ,
29
+ [ #1209 ] ( https://github.com/calimero-network/core/pull/1209 ) ,
30
+ [ #1205 ] ( https://github.com/calimero-network/core/pull/1205 ) - thanks
31
+ [ @iamgoeldhruv ] ( https://github.com/iamgoeldhruv ) )
32
+ - Optimized CI/CD, e2e test reliability, and removed redundant config fields (
33
+ [ #1235 ] ( https://github.com/calimero-network/core/pull/1235 ) ,
34
+ [ #1218 ] ( https://github.com/calimero-network/core/pull/1218 ) - thanks
35
+ [ @Nathy-bajo ] ( https://github.com/Nathy-bajo ) ,
36
+ [ #1206 ] ( https://github.com/calimero-network/core/pull/1206 ) - thanks
37
+ [ @Nathy-bajo ] ( https://github.com/Nathy-bajo ) )
38
+
5
39
## [ 0.5.0] - 2025-03-27
6
40
7
41
- Added Ethereum integration
39
73
40
74
Rust SDK:
41
75
42
- - env::executor_id() for fetching the runtime identity (no arbitrary signing,
76
+ - env::executor_id() for fetching the runtime identity (no arbitrary signing,
43
77
however).
44
- - env::context_id() for fetching the context ID.
45
- - calimero_storage::collections::{Unordered{Map,Set},Vector} for conflict-free
78
+ - env::context_id() for fetching the context ID.
79
+ - calimero_storage::collections::{Unordered{Map,Set},Vector} for conflict-free
46
80
operations
47
- - Self::external() for external (blockchain) operations
81
+ - Self::external() for external (blockchain) operations
48
82
49
83
Node:
50
84
@@ -53,12 +87,12 @@ Node:
53
87
- Peers can share the application blob between one another, in case one of them
54
88
doesn't have it installed
55
89
- The node has been split up into 2 binaries
56
- - merod retains node-specific commands, init, run, config
57
- - meroctl hosts client commands like context create, etc..
58
- - merod config now has a generic & more flexible interface
59
- - query & mutate in the API have now been merged into just execute
90
+ - merod retains node-specific commands, init, run, config
91
+ - meroctl hosts client commands like context create, etc..
92
+ - merod config now has a generic & more flexible interface
93
+ - query & mutate in the API have now been merged into just execute
60
94
- interactive CLI now uses clap, making it more robust (merod)
61
- - Added --output-format json for machine-readable output (meroctl)
95
+ - Added --output-format json for machine-readable output (meroctl)
62
96
63
97
Integrations:
64
98
@@ -67,7 +101,8 @@ Integrations:
67
101
- Starknet: reached feature parity with the NEAR implementation, allowing
68
102
contexts to be created in association with the Starknet protocol.
69
103
70
- [ unreleased ] : https://github.com/calimero-network/core/compare/0.5.0...HEAD
104
+ [ unreleased ] : https://github.com/calimero-network/core/compare/0.6.0...HEAD
105
+ [ 0.6.0 ] : https://github.com/calimero-network/core/compare/0.5.0...0.6.0
71
106
[ 0.5.0 ] : https://github.com/calimero-network/core/compare/0.4.0...0.5.0
72
107
[ 0.4.0 ] : https://github.com/calimero-network/core/compare/merod-0.3.1...0.4.0
73
108
[ 0.3.1] :
0 commit comments