Added the `insecure` configuration option for disabling HTTPS SSL certificate validation. Set it to `True` when the PlantUML server uses self-signed certificates.
3.8.0
New
* Added `preserveAspectRatio` to inline SVG diagrams. [Michele Tessaro]
* Added `id` diagram option. [Michele Tessaro]
When the `id` option is used, an `id` attribute will be generated for the diagram. This can be useful for referencing the diagram in CSS rules or Javascript code.
* Added support for server-side C4 includes (refs 76) [Michele Tessaro]
Added the `server_include_whilelist` configuration which is a list of regular expressions used to define which files can be safely included by the server. Defaults to `[r'^[Cc]4.*$']`, all C4 include files.
3.7.2
New
* Retry on server errors or rate limits when rendering remotely (refs 79) [Nejc Habjan]
3.7.1
Fix
* Do not create temp file with kroki (refs 77) [Nejc Habjan]
3.7.0
New
* Exposed error messages from kroki (refs 75) [Michele Tessaro]
Error messages from Kroki server are rendered as text in the output. This is to overcome the problem that Kroki does not render errors as images as PluntUML does.
* Added kroki as rendering server (refs 75) [Michele Tessaro]
With the plugin configuration `kroki_Server` is now possible to use a Kroki server fore remote rendering. Image maps are not supported by Kroki.