Skip to content

Releases: run-crank/cog-inbox-mailgun

Inbox Mailgun Cog - v0.3.3

08 Jul 23:09
Compare
Choose a tag to compare

Maintenance

  • Fixes a bug that prevented email link tokens from being used because the link order was non-deterministic [#25, #26]

Installation

# Install this version
$ crank cog:install automatoninc/inbox-mailgun:0.3.3

# Install the latest version
$ crank cog:install automatoninc/inbox-mailgun

Thanks to Contributors

Inbox Mailgun Cog - v0.3.2

28 Mar 01:43
Compare
Choose a tag to compare

Maintenance

  • Exposes better metadata related to available dynamic tokens on the broken link check step.

Installation

# Install this version
$ crank cog:install automatoninc/inbox-mailgun:0.3.2

# Install the latest version
$ crank cog:install automatoninc/inbox-mailgun

Inbox Mailgun Cog - v0.3.1

27 Mar 18:18
Compare
Choose a tag to compare

Maintenance

  • Resolves a bug where the Check that no link in an email is broken step wouldn't check links in unusually formatted HTML emails [#22, #23]
  • Updates the Check the number of emails received step expression to support the more grammatically correct ...there should be 1 email in...
  • Updates underlying dependencies with minor security vulnerabilities [#24]

Installation

# Install this version
$ crank cog:install automatoninc/inbox-mailgun:0.3.1

# Install the latest version
$ crank cog:install automatoninc/inbox-mailgun

Inbox Mailgun Cog - v0.3.0

17 Mar 22:22
Compare
Choose a tag to compare

New Features

  • For users running v0.9.0+ of the Crank CLI, all steps will now include extra data on failure or error outcomes to aid in debugging/diagnosis. [#13]

Maintenance

  • Fixes several bugs in the Check the content of an email step expression, including:
    • The inability to check strings that contained any of the available operator values (e.g. should be)
    • Cases when checking for strings in plain-text emails that were split between newlines.

Installation

# Install this version
$ crank cog:install automatoninc/inbox-mailgun:0.3.0

# Install the latest version
$ crank cog:install automatoninc/inbox-mailgun

Thanks to Contributors

Inbox Mailgun Cog - v0.2.1

18 Jan 00:25
Compare
Choose a tag to compare

Maintenance

  • Resolved a bug where the Check that no link in an email is broken step could result in an error if the email being checked was plain text-only. [#11, #12]

Installation

# Install this version
$ crank cog:install automatoninc/inbox-mailgun:0.2.1

# Install the latest version
$ crank cog:install automatoninc/inbox-mailgun

Thanks to Contributors

Inbox Mailgun Cog - v0.2.0

12 Dec 01:12
Compare
Choose a tag to compare

New Features

New step to check for broken links in an email [#5, #6, #9]

- step: Then the 1st mailgun email for {{any.email}} should not contain broken links

Maintenance

  • Resolved a bug where the Check the number of emails received step would always return a failure if the expected number was 0 [#10]
  • Updated dependencies to latest secure versions [#7]

Installation

# Install this version
$ crank cog:install automatoninc/inbox-mailgun:0.2.0

# Install the latest version
$ crank cog:install automatoninc/inbox-mailgun

Thanks to Contributors

Inbox Mailgun Cog - v0.1.0

23 Sep 06:02
Compare
Choose a tag to compare

New Features

New step to check number of emails received [#2]

- step: Then there should be {{n}} emails in mailgun for {{emailAddress}}

New step to check subject/body/from line of emails received [#2]

- step: Then the {{field}} of the {{nth}} mailgun email for {{email}} {{operator}} {{expectedText}}

Where...

  • {{field} is one of: subject, body-html, body-plain, or from
  • {{operator}} is one of: should contain, should not contain, or should be

Installation

# Install this version
$ crank cog:install automatoninc/inbox-mailgun:0.1.0

# Install the latest version
$ crank cog:install automatoninc/inbox-mailgun

Thanks to Contributors