Release v0.2.1
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 fields68c996d- Format titles of fields in dynamic form to be human readable.e655b7e- Change param name omitExtension to omitExtensions7eea2a5- Change name of StartModificationNodeIdAndType to just "at" in api endpoint4383292- Skip to version 0.2.1-SNAPSHOT