Releases: run-crank/cog-inbox-mailgun
Releases · run-crank/cog-inbox-mailgun
Inbox Mailgun Cog - v0.3.3
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
- @amcpanaligan 💻
- @roanlibelo
⚠️
Inbox Mailgun Cog - v0.3.2
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
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
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.
- The inability to check strings that contained any of the available
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
- @amcpanaligan 💻
- @roanlibelo
⚠️
Inbox Mailgun Cog - v0.2.1
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
- @amcpanaligan 💻
- @roanlibelo
⚠️
Inbox Mailgun Cog - v0.2.0
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 was0
[#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
- @amcpanaligan 💻
- @roanlibelo
⚠️
Inbox Mailgun Cog - v0.1.0
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
, orfrom
- {{operator}} is one of:
should contain
,should not contain
, orshould 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
- @amcpanaligan 💻
- @roanlibelo
⚠️