Skip to content

Update

Changes

  • We changed several Transformers and Conditions in order to improve their usability and increase consistency:
    • The overwrite, append, prepend and clear transformers were replaced by a single textchange transformer where you specify the desired operation by setting mode to OVERWRITE, APPEND, PREPEND or CLEAR.
    • The text condition was changed so that the field to search is specified via field. Previously, it was specified via scope, but we figured that consistency with the textual transformers (old and new) and the filled condition would be better.
    • The statusset transformer was renamed to statuschange.
  • With these changes, ChronoLink now has a textchange transformer corresponding to the text condition and a statuschange transformer corresponding to the status condition. This clear structure should make it easier to remember the names.
  • The configuration of existing connections was updated automatically.

Improvements

  • We updated the Examples page and added more interesting code snippets. We also improved its structure to make the content easier to understand.

Housekeeping

  • When encountering temporary connection errors, ChronoLink waits a random amount of time before retrying. The maximum delay was now reduced from 4 to 2 hours.
    • The minimum delay remains at 1 hour.
    • As before, the retry mechanism is fully automatic.