Skip to content

v0.0.7

Choose a tag to compare

@stephanpelikan stephanpelikan released this 16 May 14:25
· 53 commits to main since this release

What's changed

  1. 🚨Breaking Change🚨: Avoid BPMS-REST-API's given-path to be configured in client properties. Client configuration change from
    vanillabp:
      cockpit:
        rest:
          base-url: http://localhost:8079/bpms/api/v1
    to
    vanillabp:
      cockpit:
        rest:
          base-url: http://localhost:8079  
  2. Use official SDK client 8.6.12 as default Zeebe client using Camunda 8 adapter
  3. Introduce optional MongoDb adapter persistence (when workflow module uses MongoDb instead of JPA)
  4. Fix issues
    1. Tickets #13, #40, #44
    2. Fix race condition causing dead lock on booting when intializing MongoDb
    3. Provide workflowModuleId for user task and workflow details publishing
    4. Fix missing updatedAt & updatedBy properties on unclaiming
  5. DevShell improvements
    1. Introducing DevShell Simulator: A lightweight business cockpit replacement for local development of workflow module UIs like user tasks and workflow pages. It also can be used as a basis for workflow module's simulator.
    2. Face lifting of DevShell React and DevShell Angular
    3. Introducing authentication in DevShell
    4. Introducing searchable drop-down for ID input of user task IDs and workflow IDs
  6. Pump version of zeebe-kafka-exporter-serde to 8.6.0
  7. Introduce retryable behavior for @UserTaskDetailsProvider and @WorkflowDetailsProvider annotated method

Full Changelog: 0.0.6...0.0.7