Releases: mytardis/mydata
Releases · mytardis/mydata
v0.9.6
v0.9.5
v0.9.4
Following changes were introduced with this version:
- Python only to generate SSH key pair (without passphrase)
- Set strict file permissions on SSH private key upon creation (Windows only atm)
- Do not use OpenSSH external tools if ParallelSSH is selected (to create remote folder and set remote file permissions after upload)
- Chunked uploading method (update MyData app in MyTardis to a new version is required)
v0.9.3
- Cygwin version of OpenSSH has been replaced with PowerShell version (7.9 and 8.1)
- Manual run won't affect scheduled job
- Cleanup function will work in batches of 1,000 files max at once
- Ability to clear debug log output
- Option to start MyData in normal, minimized or maximized window
Please follow these steps in order to set exclusive ownership of SSH key:
- Download FixACL.bat and SetACL.exe files
- Run FixACL.bat script
- It will prompt to be run with administrative privileges
- Specify local account username under which MyData will be operating
- Check for any errors in script execution and close window if everything is fine
v0.9.2
This release will allow you to select upload method (via Settings/Upload tab):
- SCP (existing method to run a subprocess and constantly calling API to monitor upload progress)
- ParallelSSH (new method to use Python's library, which won't be using API to monitor process)
- Release for Windows 64-bit
- Bugfix for incorrect connection closure (affecting ParallelSSH uploads only)
v0.9.1
v0.9.1 RELEASE NOTES
This release will include cleanup feature to remove local copies
of files, which were uploaded and verified.
---
Windows 7 will need to install Service Pack 1 available at
https://support.microsoft.com/kb/976932
or alternatively at
https://www.catalog.update.microsoft.com/search.aspx?q=KB976932
and KB2999226 to fix following error:
https://support.microsoft.com/en-us/kb/2999226
The program can't start because api-ms-win-crt-runtime-l1-1-0.dll is missing from your computer.
and KB2533623 update to address "Unable to load DLL" error:
https://www.catalog.update.microsoft.com/Search.aspx?q=KB4457144
v0.9.0
v0.9.0 RELEASE NOTES
MyData v0.9.0 is the first release to be built with Python 3 (currently v3.8.1)
and wxPython 4 ("Phoenix"), instead of Python 2.7 and wxPython 3 ("Classic").
Windows binaries are now built on Windows 10, rather than Windows 7.
Both Windows and Linux CI services (AppVeyor and TravisCI) now use Python 3.
CHANGES
1. Fixed a bug which could cause MyData to shut down uploads prematurely.
2. Ensure remote directory of SCP upload ends with a slash,
to fix an issue where after failing to create a remote directory,
MyData could upload a file in place of a directory with the same name.
3. Updated various dependencies.
4. Tests can now be run with pytest rather than nosetests, but some tests are
skipped because in their current form, they can't be run with Python 3 / wxPython 4.
v0.8.3-beta1
RELEASE NOTES
1. Fixed a bug where an SCP upload was missing a trailing slash, which could result in
a file being created on the SCP server where a directory should be.
v0.8.2
RELEASE NOTES
1. Fixed a bug where using the "Ignore datasets older than" filter could prevent data from being uploaded.
2. Added the ability to ignore new datasets (via MyData.cfg not via the GUI yet), which is
useful when scanning a very large collection when you want to prioritize archiving older
datasets which may be ready for deletion from the machine MyData is running on.
v0.8.1
v0.8.1 RELEASE NOTES
MyData v0.8.1 is a minor bug fix release.
CHANGES
1. MyData no longer attempts to report disk usage information to MyTardis server admins. Disk usage
reporting could fail when there were disk partitions which MyData didn't have access to.