Skip to content

Release v0.2.1

Choose a tag to compare

@github-actions github-actions released this 27 Jul 18:09
cc4916b

Grab the new version from Maven central https://repo1.maven.org/maven2/ai/stapi/graph-system/0.2.1/ by using it in your deps:

<dependencies>
    <dependency>
        <groupId>ai.stapi</groupId>
        <artifactId>graph-system</artifactId>
        <version>0.2.1</version>
    </dependency>
</dependencies>

Things that changed in this release

  • 9561793 - Move Form API module from Core into Axon driver (#64)
  • 45ac2af - Titles of form fields are now names of fields
  • 68c996d - Format titles of fields in dynamic form to be human readable.
  • e655b7e - Change param name omitExtension to omitExtensions
  • 7eea2a5 - Change name of StartModificationNodeIdAndType to just "at" in api endpoint
  • 4383292 - Skip to version 0.2.1-SNAPSHOT