Skip to content
This repository was archived by the owner on Mar 28, 2026. It is now read-only.

Releases: structurizr/java

v1.6.1

27 Sep 13:15

Choose a tag to compare

  • Added a "recursive" option to the AutomaticDocumentationTemplate, so that sub-directories can optionally be scanned too.

v1.6.0

18 Sep 09:42

Choose a tag to compare

  • Changed the way that internal canonical element names are generated, to improve layout merging for deployment views.
  • getParent() of SoftwareSystemInstance and ContainerInstance now returns the parent deployment node.
  • Refactoring and bug fixes.

v1.5.0

04 Aug 12:47

Choose a tag to compare

  • Fixes #151: linked relationship tags were not being taken into account when finding relationship styling.
  • Fixes #153: Allow relationships in DynamicView to go both ways without two relationships between Elements in Model.
  • Adds support for software system instances on deployment views (#150: how do I provide tech details for an external system to show in Deployment View?)
  • The interaction style on relationships no longer defaults to Synchronous.
  • Adds support for software system instances on deployment views.

v1.4.8

15 Jul 09:39

Choose a tag to compare

  • Implied relationships now also copy the interaction style and tags.
  • Fixes a serialisation problem with themes and styles.

v1.4.7

06 Jul 08:02

Choose a tag to compare

  • Remove default stroke styling.

v1.4.6

06 Jul 07:26

Choose a tag to compare

  • Adds a way to load styles from external themes.

v1.4.5

21 Jun 16:06

Choose a tag to compare

  • Bug fixes.

v1.4.4

21 Jun 09:37

Choose a tag to compare

  • Adds an "addDefaultElements()" method to the static/deployment views.
  • Adds an "addDefaultStyles()" method to Styles.
  • Adds a "createDefaultViews()" method to Views.

v1.4.3

19 Jun 16:06

Choose a tag to compare

  • Fixes a bug where all deployment nodes would be added to a deployment view, even if that view had an environment set.
  • Adds support for removing deployment nodes, infrastructure nodes, and container instances from deployment views.
  • Fixes a bug where deployment node instances could set to a non-positive integer.

v1.4.2

18 Jun 11:26

Choose a tag to compare

  • Adds the ability to add container instances and infrastructure nodes to the same animation step on a deployment view.
  • Adds the ability to override the Structurizr client agent string.