Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency com.structurizr:structurizr-client to v3 #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 19, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.structurizr:structurizr-client 1.29.0 -> 3.0.0 age adoption passing confidence

Release Notes

structurizr/java (com.structurizr:structurizr-client)

v3.0.0

  • structurizr-client: Adds support to get/put workspace branches on the cloud service and on-premises installation.
  • structurizr-core: Adds name-value properties to dynamic view relationship views (https://github.com/structurizr/java/issues/316).
  • structurizr-component: Initial rewrite of the original structurizr-analysis library - provides a way to automatically find components in a Java codebase.
  • structurizr-dsl: Removes deprecated !constant keyword.
  • structurizr-dsl: Adds name-value properties to dynamic view relationship views.
  • structurizr-dsl: Fixes https://github.com/structurizr/java/issues/312 (!include doesn't work with files encoded as UTF-8 BOM).
  • structurizr-dsl: Adds a way to explicitly specify the order of relationships in dynamic views.
  • structurizr-dsl: Adds support for element technology expressions (e.g. element.technology==Java and element.technology!=Java).
  • structurizr-dsl: Deprecates !ref and !extend.
  • structurizr-dsl: Adds an !element keyword that can be used to find a single element by identifier or canonical name (replaces !ref and !extend).
  • structurizr-dsl: Adds an !elements keyword that can be used to find a set of elements via an expression.
  • structurizr-dsl: Adds an !relationship keyword that can be used to find a single relationship by identifier (replaces !ref and !extend).
  • structurizr-dsl: Adds a !relationships keyword that can be used to find a set of relationships via an expression.
  • structurizr-dsl: Adds a DSL wrapper around the structurizr-component component finder (!components).
  • structurizr-dsl: Adds support for local theme files to be specified via theme (https://github.com/structurizr/java/issues/331).
  • structurizr-dsl: An exception is now thrown when trying to use disallowed features in restricted mode (e.g. !docs, !include <file>, etc).
  • structurizr-export: Adds support for icons to the Ilograph exporter (https://github.com/structurizr/java/issues/332).
  • structurizr-export: Adds support for imports to the Ilograph exporter (https://github.com/structurizr/java/issues/332).
  • structurizr-export: Fixes https://github.com/structurizr/java/issues/337 (Malformed subgraph name in Mermaid render).

v2.2.0

v2.1.4

v2.1.3

v2.1.2

  • structurizr-core: Adds better backwards compatibility to deal with old workspaces and those created by third party tooling that are missing view order property on views.
  • structurizr-export: Fixes https://github.com/structurizr/java/issues/263 (C4PlantUMLExporter not following C4-PlantUML best practices with c4plantuml.tags true).

v2.1.1

  • structurizr-core: Fixes problem with ordering of relationship view vertices.

v2.1.0

v2.0.0

  • structurizr-core: Removes deprecated concepts - enterprise and software system/person location.
  • structurizr-core: Adds Workspace.trim() to trim a workspace of unused elements (i.e. those not associated with any views).
  • structurizr-core: Adds support for SVG image views (https://github.com/structurizr/java/issues/249).
  • structurizr-core: View keys will be automatically generated if not specified.
  • structurizr-client: Removes StructurizrClient (use WorkspaceApiClient instead).
  • structurizr-client: Merges https://github.com/structurizr/java/pull/238 (fix: re-enable system properties for theme http client).
  • structurizr-dsl: Removes enterprise keyword.
  • structurizr-dsl: Adds !decisions as a synonym for !adrs.
  • structurizr-dsl: Allows !identifiers to be used inside model.
  • structurizr-dsl: Fixes https://github.com/structurizr/java/issues/233 (Implied relationships not configured correctly when DSL workspace extends a JSON workspace).
  • structurizr-import: Adds support for importing decisions managed by Log4brains.
  • structurizr-import: Adds support for importing decisions in MADR format.
  • structurizr-import: Fixes https://github.com/structurizr/java/issues/251 (Importing docs fails on files without extension).
  • structurizr-inspection: Initial version.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants