Skip to content

v0.15.5

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Mar 15:26
· 1362 commits to develop since this release

Bug Fixes

  • ui: revision author is now fetched only once we know which revision to display to prevent inconsistencies (brian.mulier)
  • ui: grayed-out triggers when disabled (in source or through API) in topology (brian.mulier)
  • webserver: rollback to http 1.1 (brian.mulier)
  • webserver: change cookie decoder to netty one (brian.mulier)
  • core: create dependency between forEachItem task and subflow (#3256) (YannC)
  • core: Avoid creating empty files when splitting (#3254) (YannC)
  • core: Pause task properly handled in restart (brian.mulier)
  • set timeout to sse and now display loading/error on UI (#3259) (YannC)
  • ui: add top margin in tabs components (YannC)

Chores