Skip to content

v0.18.3

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Aug 13:21
· 882 commits to develop since this release

Features

Bug Fixes

  • ui: improved the editor behaviour on switching views (#4667) (Miloš Paunović)
  • ui: make sure blueprint base url is always present in component (Milos Paunovic)
  • ui: only set editor tabs to dirty if not on creation (#4668) (Miloš Paunović)
  • webserver: create execution don't display error (Ludovic DEHON)
  • jdbc-postgres: remove not-needed serialization in Postgres queue (Loïc Mathieu)
  • mysql: temproray fix to optimize fetch from queue table (Florian Hussonnois)
  • core: In nested flowable, return 0 instead of null output for iterationCount in waitFor task (#4700) (YannC)
  • ui: avoid empty navbar in blueprint details view (YannC)
  • ui: fixed tab error when viewing blueprint details (YannC)
  • core: failed expression on a trigger condition crash the scheduler (Loïc Mathieu)

Chores

Commits

  • f271879: Update PurgeLogs.java (audunsol)