Releases: SagaHealthcareIT/mirthsync
3.1.0
-
NOTE that this version respects the --include-configuration-map
(false by default) parameter during both a "push" and a
"pull". Previous versions would always "pull" the
configuration map even if the parameter was not set or was
false. If you want to include the configuration map now
during a "pull" please ensure that you set the flag. -
New "--skip-disabled" flag to indicate whether the item (only
channels currently) being pushed or pulled should be included based
on its status. The flag defaults to 'false' and all items are pushed
or pulled no matter what the 'enabled' setting is. NOTE - this
feature only works on mirth versions >= 3.9. -
New "--disk-mode" setting that alters behavior around how granular
the resulting files are in the target directory.- Mode "backup" pushes and pulls a full backup XML file and doesn't
produce any other disk artifacts. - Mode "groups" pushes and pulls code at the next most granular level
which means that channel groups and code template library XML
actually contains the assocated channels and javascript - Mode "items" extracts code templates and channels from the respective
library or group XML. - Mode "code" extracts even further pulling all code from XML files
into individual language specific files.
- Mode "backup" pushes and pulls a full backup XML file and doesn't
3.0.4-SNAPSHOT
New -d --disk-mode flag for specifying depth which allows for different on-disk storage formats.
NOTE - this release is not ready for general use. Feel free to test and give feedback on the new feature on issue #34
3.0.3-SNAPSHOT
- New "--skip-disabled" flag to indicate whether the item (only
channels currently) being pushed or pulled should be included based
on its status. The flag defaults to 'false' and all items are pushed
or pulled no matter what the 'enabled' setting is. NOTE - this
feature only works on mirth versions >= 3.9.
3.0.2
- Support for getting the password from the MIRTHSYNC_PASSWORD
environment variable if --password is not specified - Prompt for password on console if no password is set, the console is
available and the interactive "-I" flag is set - Fix bug preventing local modifications from being pushed even with
--force flag specified