Releases: safesoftware/fmetools
Releases · safesoftware/fmetools
v0.10.3
- Updated docstring references to
fmetools._deprecated.FMEBaseTransformer.*
to link to new fme.BaseTransformer
documentation.
- FMERequestsSession: Fix use of Windows Certificate Store in FME 2024.1.2+ and Requests 2.32.3+.
Version 0.10.1
- Use
fme.BaseTransformer
if it exists.
- Deprecate
fmetools.plugins.FMEBaseTransformer
.
0.10.0
- Fix support for Python 3.8 and require Python 3.8+.
- Update docstrings for FMEEnhancedTransformer and FMEBaseTransformer.
0.9.2
In fmetools.scripted_selection.ContainerContentResponse
, omit CONTINUE
key if there's no pagination info.
0.9.1
- Allow ScriptedSelectionCallback subclasses to omit constructor.
0.9.0
0.9.0
- Add support for multiple input tags. Requires FME 2024.0+.
0.8.0
- Add support for multiple output tags. Requires FME 2024.0+.
0.7.4
- Update doc for
fmetools.paramparsing
to note FME 2024 requirement
when running under FME Flow.
0.7.3
0.7.3
0.7.2
- Relax FME version requirements from 0.7.0 release.
0.7.1
0.7.1
- Fix type annotations when using Python 3.8 and earlier.
0.7.0
- Add HTML docs and expanded existing docstrings.
- Clarify which components are considered part of the public API.
- Add type annotations.
fmetools.plugins.FMEEnhancedTransformer
: Support Bulk Mode by default.