Releases: gertjanklein/copy-iris-items
Version 0.6.1
This version implements a workaround for changes in IRIS 2023.1 in the way stored procedures are named. The stored procedure is used for retrieving data items, and this started failing because of the name change. (See commit 2e4a462 for details.)
Version 0.6
Version 0.6
This version contains the following changes:
- Add
augment_from
setting, to define settings that are always the same (e.g. a GitHub token or conversion server section) - Rename (and merge into one) the end-of-line settings. Exports can now be compatible with either Visual Studio Code or $System.OBJ.ExportUDL. This obsoletes settings
disable_eol_fix
anddisable_class_eol_fix
. - Make the
[enssettings]
section optional - Update to Python 3.10
- Various changes for linting and testing
Version 0.5
Use a single TCP connection (per thread) for downloads, improving performance.
Improve session management for parallel downloads; these now always use the same CSP session.
This release is built with Python 3.9.
Version 0.4.8
Added --no-gui command line option.
Version 0.4.7
Fixes a problem with CSP and routine items, where a final newline could be stripped from the export. Re-importing the export would then change the file. The fix can, if needed, be disabled using setting disable_eol_fix.
Version 0.4.6
Strip timestamp and version from lookup tables and system default settings.
Improve error reporting.
Version 0.4.5
Adds support for parallel fetch of items. This can dramatically improve fetch time for larger item counts on remote servers.
Version 0.4.3
Adds support for retrieving generated items.
Version 0.4.1
Adds a setting that allows retrieving items from mapped system databases.
Version 0.4
Adds loging of URL on HTTP failure.