v0.6.0 (2023-07-19)
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:
- Bump camunda-workflow to 0.6.0 #73 (amalagaura)
- Yashupadhyay16 upgrade rails version #71 (amalagaura)
- Remove Gemfile.lock #70 (amalagaura)
- Update Nokogiri #69 (amalagaura)
- Github actions for CI #67 (amalagaura)
- Bump rack from 2.2.4 to 2.2.6.3 #65 (dependabot[bot])
- Bump postgresql from 42.2.25 to 42.3.8 in /lib/generators/camunda/spring_boot/templates #60 (dependabot[bot])
- Bump postgresql from 42.2.7 to 42.2.25 in /lib/generators/camunda/spring_boot/templates #53 (dependabot[bot])
- Bump nokogiri from 1.11.2 to 1.12.5 #51 (dependabot[bot])
- Bump rexml from 3.2.4 to 3.2.5 #48 (dependabot[bot])
v0.3.0 (2021-04-07)
Merged pull requests:
- Bump nokogiri from 1.10.10 to 1.11.2 #47 (dependabot[bot])
- Update gems #45 (amalagaura)
- Bump rack from 2.1.1 to 2.2.3 #44 (dependabot[bot])
- Bump nokogiri from 1.10.7 to 1.10.9 #43 (dependabot[bot])
- Bump websocket-extensions from 0.1.4 to 0.1.5 #42 (dependabot[bot])
- Add HTTP status code for process definition start errors #41 (amalagaura)
- Adding the ability to set an HTTP proxy for API calls #40 (dannykopping)
- Checking if Rails is defined before calling it #38 (dannykopping)
- Add ability to escalate user tasks and submit bpmn errors for user tasks #37 (amalagaura)
v0.2.3 (2020-01-14)
Closed issues:
- Handle BPMN errors of user tasks #36
v0.2.2 (2020-01-08)
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:
- Camunda calls the external task from bpmn:endEvent #35 (amalagaura)
- fixed documentation on README #33 (curatingbits)
v0.2.1 (2019-12-28)
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:
- Remove startup error instructions #31 (amalagaura)
- create railtie to include rake tasks #30 (curatingbits)
v0.2.0 (2019-12-20)
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)
Closed issues:
- Add some more screenshots #16
Merged pull requests:
- Upgrading gems and changing bpmn error message #20 (amalagaura)
- Rake feature #19 (curatingbits)
- Update readme with screenshots #17 (amalagaura)
- Add assert scenario test for sample.bpmn #15 (curatingbits)
v0.1.4 (2019-12-11)
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)
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)
* This Changelog was automatically generated by github_changelog_generator