3.0.0
New Features:
- Setting the local output of the heap dump via
--local-dir - Setting the target of the heap dump in the container via
--container-dir - If a file system service is bound to the application container heap dumps are now automatically dumped to a path on this file system service instead
- The CLI now checks whether
sshis enabled and throws a human readable error message if not - The CLI now checks whether
jvmmonorjcmdis in the application container and throws a human readable error message if not - More detailed success and error messages (e.g., when certain preconditions are not
Breaking changes:
- Previously, heap dumps were sent to stdout and could be redirected to a local file via
>. By default heap dumps are no longer redirected to stdout and not stored in the application container. If a heap dump should be forwarded to the local machine use--local-dirinstead.