Keep up with latest product news
REST API module.xml is minimized according to [zpm 0.2.1](https://community.intersystems.com/post/objectscript-package-manager-release-zpm-021
zpm enabling. docker enhancements
swagger support. Now available at http://localhost:52773/swagger-ui/index.html after installation
Show module repository
Use -show-repo modifier with search command to show repositories
zpm: USER>search -show-repo
CSP Applications
For REST applications no longer need to specify attributes: Directory and Path
Custom parameters to modules installation support
Add Default element in the module.xml to define a parameter and default value
<Defaults>
<Default Name="count" Value="7" />
</Defaults>
Use parameters in module.xml as ${count}
In install command use -Dcount=42 to pass a new value
Wiki documentation is added
Fix issue when extracted file size less than original
Read and discuss all the release news
Caché Monitor is now shipped with a private JRE (Java Runtime Environment). No longer dependencies to Oracle's java license model.
Show module repository
Use -show-repo
modifier with search
command to show repositories
zpm: USER>search -show-repo
CSP Applications
For REST applications no longer need to specify attributes: Directory and Path
Custom parameters to modules installation support
Add Default element in the module.xml to define a parameter and default value
<Defaults>
<Default Name="count" Value="7" />
</Defaults>
Use parameters in module.xml as ${count}
In install command use -Dzpm.count=42
to pass a new value
Wiki documentation is added
Fix analytics issue