v0.0.7
What's changed
- 🚨Breaking Change🚨: Avoid BPMS-REST-API's given-path to be configured in client properties. Client configuration change from
to
vanillabp: cockpit: rest: base-url: http://localhost:8079/bpms/api/v1
vanillabp: cockpit: rest: base-url: http://localhost:8079
- Use official SDK client 8.6.12 as default Zeebe client using Camunda 8 adapter
- Introduce optional MongoDb adapter persistence (when workflow module uses MongoDb instead of JPA)
- Fix issues
- DevShell improvements
- 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.
- Face lifting of DevShell React and DevShell Angular
- Introducing authentication in DevShell
- Introducing searchable drop-down for ID input of user task IDs and workflow IDs
- Pump version of zeebe-kafka-exporter-serde to 8.6.0
- Introduce retryable behavior for @UserTaskDetailsProvider and @WorkflowDetailsProvider annotated method
Full Changelog: 0.0.6...0.0.7