All Versions
13
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v0.7.1 Changes
- STI bug in events manager fix
-
v0.7.0 Changes
- Events support
-
v0.4.4 Changes
- Process, operation and error context improvement (save context after operation saved)
-
v0.4.3 Changes
- Tag field added to operation template view
- Misc bug fixes
-
v0.4.2 Changes
- Fix rails dependencies (now can be used with Rails 5 applications)
- Fix operation template decorator (failed if user model has no groups and roles)
-
v0.4.1 Changes
- Too long index names issue in non-Postgres databases fix
-
v0.4.0 Changes
- General code improvements - split bulders, runners, resolvers and other models from application records.
- Removed OperationErrorJob (errors no longer processed in separate background job)
- Removed pg from gem dependencies
- Added Rubocop
-
v0.3.9 Changes
* added Active Job API support instead of hard-coded sidekiq.
-
v0.3.7 Changes
* added import template preprocessor
-
v0.3.5 Changes
* fixed assets precompilation * independent operations fix