Skip to content

Releases: safesoftware/fmetools

v0.10.3

22 Nov 21:37
Compare
Choose a tag to compare
  • 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

16 Aug 19:00
Compare
Choose a tag to compare
  • Use fme.BaseTransformer if it exists.
  • Deprecate fmetools.plugins.FMEBaseTransformer.

0.10.0

18 Jul 21:28
Compare
Choose a tag to compare
  • Fix support for Python 3.8 and require Python 3.8+.
  • Update docstrings for FMEEnhancedTransformer and FMEBaseTransformer.

0.9.2

04 Jun 16:48
Compare
Choose a tag to compare

In fmetools.scripted_selection.ContainerContentResponse, omit CONTINUE key if there's no pagination info.

0.9.1

12 Mar 22:46
Compare
Choose a tag to compare
  • Allow ScriptedSelectionCallback subclasses to omit constructor.

0.9.0

29 Feb 21:40
Compare
Choose a tag to compare

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

06 Feb 19:12
Compare
Choose a tag to compare
  • Update doc for fmetools.paramparsing to note FME 2024 requirement
    when running under FME Flow.

0.7.3

03 Aug 23:31
Compare
Choose a tag to compare

0.7.3

  • Add links to HTML docs.

0.7.2

  • Relax FME version requirements from 0.7.0 release.

0.7.1

19 Jul 23:53
Compare
Choose a tag to compare

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.