2.0.0 • Published 2 years ago

@axway/api-builder-plugin-ft-timer v2.0.0

Weekly downloads
77
License
SEE LICENCE IN LI...
Repository
-
Last release
2 years ago

@axway/api-builder-plugin-ft-timer

This is a plugin for API Builder that provides a timer flow-trigger that is used to invoke flows at regular intervals.

Installation

You can install this plugin into an existing API Builder project. Follow the Getting Started Guide to create an API Builder service if you do not already have one.

$ npm install @axway/api-builder-plugin-ft-timer

See Flow-triggers for more information about how to use and manage this plugin.

Changes

2.0.0

  • #6089: Breaking change: requires minimum Node.js version 16.x.

1.1.1

  • #7412: Pin in-house dependencies.

1.1.0

  • #6933: Replace peerDependency on @axway/api-builder-runtime with engines.apibuilder.

1.0.3

  • #7057: Updated documentation links.

1.0.2

  • #6934: Internal refactoring around code style.

1.0.1

  • #6878: Fixed broken link to the documentation.

1.0.0

  • #6560: Official release.
  • #6560: Breaking change: Minimum API Builder version is now Lyon.

0.3.0

  • #6820: Breaking change: Updated to use new flow-trigger interface. Minimum @axway/api-builder-runtime version is now 4.62.0.

0.2.3

  • #6655: Modified log messages and levels.

0.2.2

  • #6745: Sample flow and trigger config are no longer installed on plugin installation.

0.2.1

  • #6627: Added new parameter startImmediately to the timer trigger so that it can be configured so that the flow will be invoked immediately on startup without first waiting for the configured interval.
  • #6577: Flows invoked by triggers configured with the same interval will now be executed in parallel.

0.2.0

  • #6562: Breaking change: Added stricter validation to the interval parameter only allowing integer values between 1 and 2147483647 (setInterval limitations).
  • #6562: Updated flow-trigger definition to include more metadata (description, name, requestSchema, icon) and enhanced parameter schemas with more validation.

0.1.2

  • #6494: Fix incorrect install instruction.

0.1.1

  • #6501: Fix incorrect name and id in example flow-trigger configuration.

0.1.0

  • #6474: Initial release of Timer flow-trigger.

License

This code is proprietary, closed source software licensed to you by Axway. All Rights Reserved. You may not modify Axway’s code without express written permission of Axway. You are licensed to use and distribute your services developed with the use of this software and dependencies, including distributing reasonable and appropriate portions of the Axway code and dependencies. Except as set forth above, this code MUST not be copied or otherwise redistributed without express written permission of Axway. This module is licensed as part of the Axway Platform and governed under the terms of the Axway license agreement (General Conditions) located here: https://support.axway.com/en/auth/general-conditions; EXCEPT THAT IF YOU RECEIVED A FREE SUBSCRIPTION, LICENSE, OR SUPPORT SUBSCRIPTION FOR THIS CODE, NOTWITHSTANDING THE LANGUAGE OF THE GENERAL CONDITIONS, AXWAY HEREBY DISCLAIMS ALL SUPPORT AND MAINTENANCE OBLIGATIONS, AS WELL AS ALL EXPRESS AND IMPLIED WARRANTIES, INCLUDING BUT NOT LIMITED TO IMPLIED INFRINGEMENT WARRANTIES, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, AND YOU ACCEPT THE PRODUCT AS-IS AND WITH ALL FAULTS, SOLELY AT YOUR OWN RISK. Your right to use this software is strictly limited to the term (if any) of the license or subscription originally granted to you.

2.0.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.3.0

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago