v0.10.0
Changelog
This release includes a few improvements regarding /c4plantuml
and /plantuml
.
It also contains the latest available versions of:
- BPMN
- PlantUML
- Vega
Breaking changes
Bug fixes
- Use
executeBlocking
block to avoid blocking the event loop thread (#508)
Improvements
- Consolidate PlantUML and C4 PlantUML service
- Upgrade C4 definition files (see breaking changes)
- Add
c4_dynamic
andc4_deployment
definition files - Use the same service for both
/c4plantuml
and/plantuml
- Upgrade BPMN from 7.5.0 to 8.0.1
- Upgrade PlantUML from 1.2020.23 to 1.2021.0
- Upgrade Vega from 5.17.0 to 5.17.3
Infrastructure
- Specify the logging backend on Vertx using the
vertx.logger-delegate-factory-class-name
variable - Upgrade dependencies
- Bump python from 3.8.6-alpine3.11 to 3.8.7-alpine3.11 in /blockdiag
- Bump reportlab from 3.5.56 to 3.5.59 in /blockdiag
Documentation
- Add missing
KROKI_EXCALIDRAW_HOST
in the README