Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Releases: structurizr/dsl

v1.30.0

31 Mar 06:36
Compare
Choose a tag to compare
  • Allows deploymentEnvironment to be used without starting a new context (i.e. without { and }) (see structurizr/cli#112).
  • Adds support for splitting lines in the DSL source with a backslash character (#137).
  • Fixes #114 (Parallel sequence behavior in dynamic views).
  • Fixes #239 (File context for included files varies based upon how they are included).
  • Adds support for grouping deployment nodes, infrastructure nodes, software system instances, and container instances.

v1.29.1

17 Mar 15:27
Compare
Choose a tag to compare
  • Upgrades structurizr/java to v1.23.1.
  • Upgrades structurizr/import to v1.4.1.

v1.29.0

16 Mar 22:14
Compare
Choose a tag to compare
  • Adds support for nested groups.
  • Upgrades structurizr/java to v1.23.0.

v1.28.3

11 Mar 06:27
Compare
Choose a tag to compare
  • Upgrades structurizr/java to v1.22.3.
  • Silently ignore !plugin and !script when running in restricted mode, to match how !docs and !adrs work.

(1.28.1 and 1.28.2 never seemed to fully sync to Maven Central)

v1.28.0

05 Mar 12:44
Compare
Choose a tag to compare
  • Upgrades structurizr/import to v1.4.0.
  • Adds support for component level documentation/decisions.

v1.27.1

26 Feb 10:31
Compare
Choose a tag to compare
  • Upgrades structurizr/import to v1.3.1.

v1.27.0

26 Feb 09:16
Compare
Choose a tag to compare
  • Attempts to set the content type for image views when not specified.
  • Upgrades structurizr/java to v1.21.0.
  • Upgrades structurizr/import to v1.3.0.

v1.26.2

21 Feb 09:47
Compare
Choose a tag to compare
  • Zero pads automatically generated view keys for better sorting.

v1.26.1

18 Feb 15:55
Compare
Choose a tag to compare
  • Sets titles for image view content specified via URLs.
  • Adds a default keyword, for setting the default view.

v1.26.0

17 Feb 17:12
Compare
Choose a tag to compare
  • Adds the element/relationship identifiers into the model (as an element/relationship property named structurizr.dsl.identifier).
  • Adds support for image views.