Skip to content

v0.0.18

Choose a tag to compare

@github-actions github-actions released this 28 Aug 08:19
· 15 commits to main since this release

What's Changed

  1. Optional filtering of workflows based on provided business IDs
    Endpoint: POST /workflow
       WorkflowsRequest:
       type: object
       properties:
         ...
         businessIds:
           type: array
           items:
             type: string
           description: Filters the response to include only entries associated with the specified business IDs
         ... 
  2. Add workflow module ID for C8
    Old BPMNs were deploy-t also for non-matching workflow module because it was not stored to which they belong to. Depends on: camunda-community-hub/vanillabp-camunda8-adapter#79
  3. Fix group id for artifact: zeebe-kafka-exporter-serde
  4. #51 Add possibility to restrict workflow modules to group permissions
  5. #58 Add release build pipeline over GitHub actions

Full Changelog: 0.0.8...0.0.18