Added
- added role-option allowVerboseMode (#430)
- added new role-options for jobscheduling and jobstoring (#431)
- added new actions (schedule job, run later, store, load from store) (#431)
- all api's have v2 implementations now
- New YAML field type: A dedicated YAML editor field with syntax highlighting, validation, and file operations
- Table field enhancements: Added file import/export capabilities
Changed
- role options are all defaulted now explicitly
- api v1 and v2 split up for v1 deprecation
- fixed a few security issues (block password retrieval over api)
Deprecated
- Data Sources and Data Schemas features - These features are currently only disabled in the GUI and will be completely removed in a future version. If you are actively using these features, please contact the maintainer as soon as possible. The reason is the implementation of an ORM to switch to postgress in the future.
- api v1 was not using the best rest implementation (let's say I was a rookie back then).
Fixed
- Error logging concatenation in token and job controllers (6 locations)
- encoding in the expression functions
- Cronschedules now handled with Croner, which should be better (#436)