Skip to main content

Changelog for the mailgun adaptor

@openfn/language-mailgun

0.5.12 - 16 April 2025

Patch Changes

0.5.11 - 11 April 2025

Patch Changes

0.5.10 - 14 March 2025

Patch Changes

0.5.9 - 16 January 2025

Patch Changes

  • Updated dependencies [b3d7f59]
  • Updated dependencies [2d709ff]
  • Updated dependencies [41e8cc3]

0.5.8 - 16 January 2025

Patch Changes

0.5.7 - 09 January 2025

Patch Changes

0.5.6 - 28 October 2024

Patch Changes

0.5.5 - 18 October 2024

Patch Changes

0.5.4 - 15 October 2024

Patch Changes

0.5.3 - 24 September 2024

Patch Changes

0.5.2 - 16 August 2024

Patch Changes

0.5.1 - 01 August 2024

Patch Changes

0.5.0 - 13 June 2024

Minor Changes

  • 73433c20: Add fnIf operation

Patch Changes

0.4.5 - 24 April 2024

Patch Changes

  • 02ab7a89: Change host format from hostname to string in configuration-schema.json

0.4.4 - 19 March 2024

Patch Changes

  • e7ff766: Update configuration-schema

0.4.3 - 11 August 2023

Patch Changes

  • f86576d: Security update to mailgun.js

0.4.2 - 03 August 2023

Patch Changes

  • 4620079: Bump opinionator version

0.4.1 - 19 June 2023

Patch Changes

0.4.0

Minor Changes

  • 2c1d603: Remove parameter reassignment to ensure proper functioning inside an each block; add eslint

    The packages receiving a major bump here exposed functions that didn't work as expected inside each blocks. Users were previously wrapping these functions inside their own custom fn blocks, and this change will ensure that they can be used inside a standard each.

    See https://github.com/OpenFn/adaptors/issues/275 for more details.

Patch Changes

0.3.4 - 30 March 2023

Patch Changes

0.3.3 - 15 February 2023

Patch Changes

  • f7ebd3c: remove sample configuration

0.3.2 - 15 February 2023

Patch Changes

  • f2aed32: add examples

0.3.1 - 13 January 2023

Patch Changes

  • 6d8de03: change @constructor to @function and remove /*_ @module Adaptor _/

0.3.0 - 25 November 2022

Minor Changes

  • 9ded25e: Migrate Mailgun