Releases: structurizr/java
Releases · structurizr/java
v1.24.1
- Reduces visibility of
setOrder()
andsetDescription()
onRelationshipView
, as they should not be public.
v1.24.0
- Adds a
group
property to deployment nodes, infrastructure nodes, software system instances, and container instances.
v1.23.2
DynamicView.endParallelSequences(true)
will now increment the counter when no relationships have been defined in the parallel sequence.
v1.23.1
- Deprecates the
setExternalBoundariesVisible
methods onContainerView
,ComponentView
, andDynamicView
. - Removes the check for empty content when adding a documentation section.
v1.23.0
- Deprecates
Enterprise
andLocation
concepts. - Adds properties to the model.
v1.22.3
- Adds better backwards compatibility for removal of documentation section titles.
v1.22.2
- Updates Jackson library dependency.
v1.22.1
- Removes unused documentation section title property.
v1.22.0
- Adds documentation to components.
v1.21.0
- Breaking change: Removes the concept of "code elements" from
Component
. - Adds support for element/relationship URLs of the form
{workspace}/...
for linking to diagrams/documentation/decisions in the same workspace.