Skip to content

Releases: Shuffle/shuffle-shared

v0.6.89

21 Nov 01:06
Compare
Choose a tag to compare

Fixed an issue where app auth fields may not be loading correctly when using /api/v1/apps

Full Changelog: v0.6.87...v0.6.88

Full Changelog: v0.6.88...v0.6.89

v0.6.88

21 Nov 01:04
Compare
Choose a tag to compare

Fixed an issue where app auth fields may not be loading correctly when using /api/v1/apps

Full Changelog: v0.6.87...v0.6.88

v0.6.87

19 Nov 23:53
Compare
Choose a tag to compare

Custom Action autobuild and auth bypass added for API's on the API explorer page, as to be able to do things with just headers

Full Changelog: v0.6.86...v0.6.87

v0.6.86

19 Nov 00:37
Compare
Choose a tag to compare

Form fix

Full Changelog: v0.6.85...v0.6.86

v0.6.85

13 Nov 22:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.84...v0.6.85

v0.6.84

13 Nov 09:51
Compare
Choose a tag to compare

Subflow deploy fixes

v0.6.83

08 Nov 14:26
Compare
Choose a tag to compare

Minor text fix

Full Changelog: v0.6.82...v0.6.83

v0.6.82

07 Nov 11:53
Compare
Choose a tag to compare

Form & workflow configuration fixes

What's Changed

  • [fix]: not allowing branches to point to themself by @yashsinghcodes in #122
  • Fix so checkAction will be able to validate if the next action should be skipped or not by @yashsinghcodes in #121
  • Bump github.com/docker/docker from 24.0.9+incompatible to 25.0.6+incompatible in /app_upload by @dependabot in #110

Full Changelog: v0.6.81...v0.6.82

v0.6.81

06 Nov 09:17
Compare
Choose a tag to compare
  • Made fixes that make Workflow Execution loading more robust due to loading fields that may not exist. Will keep fixing this, as it may have ramifications onprem as well.

v0.6.80

06 Nov 08:23
Compare
Choose a tag to compare
  • Fixes to trigger ID generation during initial app setup (may have a bug IF a trigger is already running)
  • Issue with SKIPPED actions pointing to the wrong startnode fixed