Skip to content

Releases: gertjanklein/copy-iris-items

Version 0.6.1

08 Jun 11:54
Compare
Choose a tag to compare

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

09 Oct 15:52
Compare
Choose a tag to compare

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 and disable_class_eol_fix.
  • Make the [enssettings] section optional
  • Update to Python 3.10
  • Various changes for linting and testing

Version 0.5

05 Apr 07:04
Compare
Choose a tag to compare

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

16 Feb 18:32
Compare
Choose a tag to compare

Added --no-gui command line option.

Version 0.4.7

30 Dec 17:24
Compare
Choose a tag to compare

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

16 Dec 16:32
Compare
Choose a tag to compare

Strip timestamp and version from lookup tables and system default settings.
Improve error reporting.

Version 0.4.5

29 Nov 16:08
Compare
Choose a tag to compare

Adds support for parallel fetch of items. This can dramatically improve fetch time for larger item counts on remote servers.

Version 0.4.3

05 Aug 09:02
Compare
Choose a tag to compare

Adds support for retrieving generated items.

Version 0.4.1

06 Jul 19:21
Compare
Choose a tag to compare

Adds a setting that allows retrieving items from mapped system databases.

Version 0.4

02 Jul 06:41
Compare
Choose a tag to compare

Adds loging of URL on HTTP failure.