Releases: gertjanklein/iris-export-builder
Version 0.8
Version 0.8 switches to a different way of distributing the program. Previous versions used a PyInstaller single file executable. This mode of operation is slightly slower than the alternative, with the program and supporting files placed in a directory. Version 0.8 starts using the latter way of distributing.
Further changes in this release:
- Add an option to use a built-in UDL to XML converter, using iris-udl-to-xml. This can be especially useful in CI/CD pipelines, as an IRIS server is no longer required.
- Add a sort setting, allowing to sort items in the export file.
- Bugfix: actually use https if so configured.
- The embedded Python is upgraded to version 3.12.
Version 0.7.1
This release adds support for Bitbucket repositories. It replaces version 0.7, which did not contain updated documentation.
Version 0.6
Changes in this version:
- Removed
take_from
setting in favour of more genericaugment_from
- Add
export_version
setting - Update Python version to 3.10
- Various bug fixes / code cleanup
Version 0.5.1
Bugfix release: errors converting UDL->XML were not reported, and items failing to convert silently skipped. This release fixes that.
Version 0.5
This version is a extensive rewite, paying off technical debt, and adds a lot of tests. The most relevant changes and new features are:
- Improve handling of class timestamps
- Support external UDL -> XMLserver definition
- Support data export to separate file
- Some improvements to name handling in deployments
- Add settings documentation
The used Python version is updated to 3.9.
Version 0.4.8
Adds a configuration option to take the GitHub token from a file.
Version 0.4.7
Add support for export version 25.
Add support for specifying subpath in srcdir, cspdir, amd datadir (currently for github-type repo's only).
Version 0.4.5
Start adding command line overrides
Ensure Windows line endings in exports
Version 0.4.1
Fix miscount of CSP items.
Version 0.4
- Support for data files (system default settings, look tables)
- Configure log level
- Set/remove class timestamps