Exolynk v0.4.0
Posted 2023-11-01 08:12:00 ‐ 2 min read
This article shows the details of the release v0.4.0.
Breaking Changes:
- All rune functions and structs are moved into the
exo
crate - Removed following structs from rune:
Value
,List
,SqlQueryAnswer
- All functions require now a
&str
as input instead of aIdent
- The function
rpc_call
has been renamed and split up intorpc_model
andrpc_env
- Multiple other function signature changes
- Removed OOTB Workflow & Services for all OOTB Models
New Features:
- The documentation includes now the Rune Api which is auto generated
- All rune documentation scripts are automatically tested within the CI/CD setup
- Added new scripting documentation pages
- User history forward and backward functions added to rune #310
- User check functions added to rune #144
- Services can now call other services inside rune #307
- While saving a script it automatically gets formatted #322
- Improved rune error messages
- REST method for getting the environment #318
- Added Google Analytics
- Updated all dependencies
Bug Fixes:
- Loading active model cache bug has been fixed
- Edit variable code is not resetting the detail settings of the variable #317
- Null dates are now getting stored as epoch - allows to remove a date from a field #313
- Min width of collapsed content container #314
- Create file container if not exist #319
- Record History is now updating inside the UI #316
- Fixed dynamic variables not updating correctly