Skip to content

v0.19.5

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Oct 14:38
· 237 commits to develop since this release

Bug Fixes

  • core: fix inputs for execution resume (#5494) (Florian Hussonnois)
  • doc: CardLogos.vue had wrong URL (brian.mulier)
  • core: better error message in case of docker socket not found / not accessible (brian.mulier)
  • core: decrypt additional render variables (Loïc Mathieu)
  • webserver: don't load the flow too early so a user with only EXECUTION permission can access execution files (Loïc Mathieu)
  • core: serialize default inputs (Loïc Mathieu)
  • core: missing method (YannC)
  • core: encode filename (#5593) (YannC)

Chores

  • upgrade to version 0.19.5 (YannC)

Commits

  • e6ec594: fixes #5459 used HashMap instead of Map to accept null values. (Harsh4902)