Skip to content

Releases: wmfs/tymly-core

v1.3.0

02 Jul 14:15
3bd057c
Compare
Choose a tag to compare

1.3.0 (2018-07-02)

v1.2.0

02 Jul 14:12
Compare
Choose a tag to compare

1.2.0 (2018-07-02)

Bug Fixes

  • Applied RBAC authorisation to sendTaskFailure. Switched from FAILED to NOAUTH status is not al (311425c)
  • Apply RBAC to sendTaskHeartbeat (a2d3c21)
  • correct run-state-machine state resource when waiting on a heartbest (b4efc6d)
  • Corrected @wmfs/statebox dependency (aaeb172)

v1.1.1

18 Jun 15:17
Compare
Choose a tag to compare

1.1.1 (2018-06-18)

Bug Fixes

  • moved from luxon to moment, add timestamp.today method (1284cd6)

v1.1.0

13 Jun 14:23
Compare
Choose a tag to compare

1.1.0 (2018-06-13)

Bug Fixes

  • index.js: use scoped statebox in statebox component (052d6df)
  • always return an executionDescription from sendTaskSuccess (2009585)
  • disable statebox RBAC again :) (23b31f8)
  • pulled across a load of fixes from Statebox! (8551eb6)
  • update to statebox v1.0.4 (7a8c425)

Features

  • implement authorisation check in stopExecution (eee9d6b)

v1.0.2

13 Jun 10:58
Compare
Choose a tag to compare

1.0.2 (2018-06-13)

Bug Fixes

  • package.json: update version of statebox (14faa4a)

v1.0.1

12 Jun 12:27
Compare
Choose a tag to compare

1.0.1 (2018-06-12)

Bug Fixes

v1.0.0

12 Jun 09:33
Compare
Choose a tag to compare

1.0.0 (2018-06-12)

Bug Fixes

  • fix statebox.startExecution when invoked in callback style (41b9d1b)
  • make sure all users have $everyone in their roles, even if they have nothing else (77f1a03)
  • packages/tymly/package.json to reduce vulnerabilities (5ec1c54)

Features

  • minor: killed off user services. All its methods are now on rbac service. (4c942cf)
  • minor: removed calculateRemitForUser method. Not used. (7d49f6e)
  • minor: removed user service onAuthorizationHook method. It was not used. (084daca)
  • check user authorisation when starting an new execution (0c64741)
  • Publish scoped Tymly (b7de0d7)
  • renamed auth0 service to userInfo service (2f7ab09)
  • stub out statebox service authorisation checks, so we don't inadvertently kill everything :D (765a136)
  • user authorization check in tymly.startExecution (bbf0d70)