Skip to content

Latest commit

 

History

History
147 lines (93 loc) · 10.3 KB

CHANGELOG.md

File metadata and controls

147 lines (93 loc) · 10.3 KB

Changelog

v0.6.0 (2023-07-19)

Full Changelog

Closed issues:

  • Upgrade rails development dependency #63
  • Not able to use it with Sidekiq #52
  • Migrate project to the Camunda Community Hub? #50

Merged pull requests:

v0.3.0 (2021-04-07)

Full Changelog

Merged pull requests:

v0.2.3 (2020-01-14)

Full Changelog

Closed issues:

  • Handle BPMN errors of user tasks #36

v0.2.2 (2020-01-08)

Full Changelog

Closed issues:

  • The task for Message End Events is on the parent node of camunda:type="external" #34
  • Error in documentation regarding deployment of BPMN files. #32

Merged pull requests:

v0.2.1 (2019-12-28)

Full Changelog

Closed issues:

  • Include gems via Railtie instead of by copying the .rake file #29
  • Remove check for what bpmn_perform returns. Ignore if not a hash. #27

Merged pull requests:

v0.2.0 (2019-12-20)

Full Changelog

Closed issues:

  • Change the diagrams symlink to resources and change the symlink structure #25
  • remove listen note since it seems to have gone away #23
  • Rename fetch_and_execute to fetch_and_queue #22
  • Add a backtrace silencer to remove extra backtrace information from exceptions reported to Camunda #18

Merged pull requests:

  • Ignore if a Hash is not returned from bpmn_perform #28 (amalagaura)
  • Change symlink structure and change bpmn/diagrams to bpmn/resources #26 (amalagaura)
  • Change fetch_and_execute to fetch_and_queue #24 (amalagaura)
  • Add backtrace cleaner to only relevant lines for error incidents #21 (amalagaura)

v0.1.5 (2019-12-19)

Full Changelog

Closed issues:

  • Add some more screenshots #16

Merged pull requests:

v0.1.4 (2019-12-11)

Full Changelog

Closed issues:

  • add find_by! #13

Merged pull requests:

  • Add find_by! to all Camunda Her models #14 (amalagaura)
  • Yarddoc documentation #12 (curatingbits)
  • Raise Submission errors if Camunda does not accept completion #11 (amalagaura)
  • Allow Poller to not exit its loop when there is a missing class and report error #8 (amalagaura)
  • Add rubocop rspec #6 (amalagaura)
  • Correct find_by_business_key_and_task_definition_key! #5 (amalagaura)
  • added authentication via templates for spring\_boot generator and Her #4 (curatingbits)
  • Refactor to return proper Her models after responses #3 (amalagaura)
  • Added tests for Camunda workflow #2 (curatingbits)

v0.1.3 (2019-12-06)

Full Changelog

Closed issues:

  • When there is a logic error in submitting a user task we are getting a MissingTask error instead #9
  • If a class does not exist, the Poller loop crashes #7

v0.1.2 (2019-11-27)

Full Changelog

* This Changelog was automatically generated by github_changelog_generator