Releases: dfinity/ic-repl
Releases · dfinity/ic-repl
0.7.7
0.7.6: Increase polling time (#98)
* Increase response polling time and tcp retry * Use 64bit API for profiling * Use v3 API endpoints
0.7.5: make parallel calls (#96)
* make parallel calls * readme * bump version
0.7.4
- Change
exportcommand toexportfunction load 'a.sh?'silence the error ifa.shdoesn't exist.loadcan take an expression instead of fixed text.- add
__mainfunction that can take arguments from CLI execfunctionreplica_urlfunction- add
registryandcycles_ledgercanister id - verbose mode
-v. Without verbose mode, only output the result if the return type is text.
0.7.3: fix span reporting for environment variable (#93)
- fix span reporting with environment variables
- bump candid parser to use TOML file for random value config
0.7.1: Add control flow and binop functions (#90)
- Add
eq/neq/lt/lte/gt/gte/and/or/not/existfunctions - Add control flow command
whileandif. Also an expression versionite - Use
<exp>in index, e.g.,v[sub(v.size(), 1)] - Infer effective id for subnet/nodes in state tree
0.7.0
Remove metadata function, use read_state instead
0.6.2: Add candid assist feature (#83)
assist mode
0.6.1: Bump dependencies (#82)
- Display blob value as hex string
- Bump dependencies
0.6.0: Use new metering (#80)
- Use new metering
- Efficient handling of blob value
- Bump candid and ic-agent