Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump truemail from 1.9.2 to 2.2.3 #1908

Merged
merged 1 commit into from
Apr 7, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2021

Bumps truemail from 1.9.2 to 2.2.3.

Release notes

Sourced from truemail's releases.

v2.2.3

  1. Removed needless Timeout.timeout block in Truemail::Validate::Smtp::Request#check_port, replaced TCPSocket to Socket with native timeout detection. Thanks to @​wikiti for idea, testing on production and clean PR #127
  2. Updated gem development dependencies
  3. Updated rubocop, reek configs
  4. Updated gem changelog
  5. Updated gem version to 2.2.3

v2.2.2

  1. Updated gem development dependencies
  2. Updated rubocop config
  3. Updated gem changelog
  4. Updated gem version to 2.2.2

Bugfix/UndefinedConversionError

Fixed Encoding::UndefinedConversionError in Truemail::Log::Serializer::ValidatorJson#serialize. Filter out ASCII-8BIT chars for serialized SMTP response errors. Also added missed smtp_fail_fast attribute to serialized validator and auditor results.

  1. Updated Truemail::Log::Serializer::Base
  2. Updated Truemail::Log::Serializer::ValidatorBase
  3. Refactored Truemail::Configuration
  4. Updated gem development depemdencies
  5. Updated linters/codeclimate configs
  6. Updated JSON auditor/validator schemas
  7. Updated readme, changelog
  8. Updated gem version to 2.2.1

Feature/SMTP fail fast

Ability to use fail fast behaviour for SMTP validation layer. When smtp_fail_fast = true it means that truemail ends smtp validation session after first attempt on the first mx server in any fail cases (network connection/timeout error, smtp validation error). This feature helps to reduce total time of SMTP validation session up to 1 second.

Truemail.configure do |config|
  config.smtp_fail_fast = true # by default it's equal to false
end
  1. Added Truemail::Configuration#smtp_fail_fast
  2. Added Truemail::Validate::Smtp#smtp_fail_fast?
  3. Added Truemail::Validate::Smtp#filtered_mail_servers_by_fail_fast_scenario
  4. Updated Truemail::Validate::Smtp#establish_smtp_connection
  5. Updated readme, changelog
  6. Updated gem version to 2.2.0

Feature/Collect only unique ip-addresses for target mail servers

This release should reduce email validation time for case when remote server have closed connection via avoiding connection attempt to server with the same ip address.

  1. Updated Truemail::Validate::Mx#fetch_target_hosts
  2. Updated gem changelog
  3. Updated gem version to 2.1.0

v2.0.2

  1. Updated Truemail::RegexConstant::REGEX_EMAIL_PATTERN

... (truncated)

Changelog

Sourced from truemail's changelog.

[2.2.3] - 2020.01.12

Fixed

Removed needless Timeout.timeout block in Truemail::Validate::Smtp::Request#check_port, replaced TCPSocket to Socket with native timeout detection. Thanks to @​wikiti for idea, testing on production and clean PR #127.

Changed

  • Updated Truemail::Validate::Smtp::Request
  • Updated gem development dependencies
  • Updated rubocop, reek configs

[2.2.2] - 2020.12.30

Changed

  • Updated gem development dependencies
  • Updated rubocop config

[2.2.1] - 2020.12.06

Fixed

  • Filter out ASCII-8BIT chars for serialized SMTP response errors. Fixed Encoding::UndefinedConversionError in Truemail::Log::Serializer::ValidatorJson#serialize. Thanks to @​eni9889 for report
  • Added missed smtp_fail_fast attribute to serialized validator and auditor results

Added

  • Added Truemail::Log::Serializer::ValidatorBase#replace_invalid_chars

Changed

  • Updated Truemail::Log::Serializer::Base
  • Updated Truemail::Log::Serializer::ValidatorBase
  • Updated gem development dependencies

[2.2.0] - 2020.12.01

Ability to use fail fast behaviour for SMTP validation layer. When smtp_fail_fast = true it means that truemail ends smtp validation session after first attempt on the first mx server in any fail cases (network connection/timeout error, smtp validation error). This feature helps to reduce total time of SMTP validation session up to 1 second.

Added

  • Added Truemail::Configuration#smtp_fail_fast
  • Added Truemail::Validate::Smtp#smtp_fail_fast?
  • Added Truemail::Validate::Smtp#filtered_mail_servers_by_fail_fast_scenario

Changed

  • Updated Truemail::Validate::Smtp#attempts
  • Updated Truemail::Validate::Smtp#establish_smtp_connection

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added bundler Automatic update of gems dependencies Pull requests that update a dependency file labels Apr 7, 2021
@dependabot dependabot bot force-pushed the dependabot/bundler/truemail-2.2.3 branch from b682596 to 11c4013 Compare April 7, 2021 11:09
@yulgolem yulgolem merged commit 285e718 into master Apr 7, 2021
@yulgolem yulgolem deleted the dependabot/bundler/truemail-2.2.3 branch April 7, 2021 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bundler Automatic update of gems dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant