Skip to content

Bump react/socket from 0.8.12 to 1.2.0 #31

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

Merged
merged 1 commit into from
Jan 9, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps react/socket from 0.8.12 to 1.2.0.

Release notes

Sourced from react/socket's releases.

v1.2.0

  • Feature / Fix: Improve TLS 1.3 support.
    (#186 by clue)

    TLS 1.3 is now an official standard as of August 2018! 🎉
    The protocol has major improvements in the areas of security, performance, and privacy.
    TLS 1.3 is supported by default as of OpenSSL 1.1.1.
    For example, this version ships with Ubuntu 18.10 (and newer) by default, meaning that recent installations support TLS 1.3 out of the box :shipit:

  • Fix: Avoid possibility of missing remote address when TLS handshake fails.
    (#188 by clue)

  • Improve performance by prefixing all global functions calls with \ to skip the look up and resolve process and go straight to the global function.
    (#183 by WyriHaximus)

  • Update documentation to use full class names with namespaces.
    (#187 by clue)

  • Improve test suite to avoid some possible race conditions,
    test against PHP 7.3 on Travis and
    use dedicated assertInstanceOf() assertions.
    (#185 by clue, #178 by WyriHaximus and #181 by carusogabriel)

v1.1.0

  • Feature: Improve error reporting for failed connection attempts and improve
    cancellation forwarding during DNS lookup, TCP/IP connection or TLS handshake.
    (#168, #169, #170, #171, #176 and #177 by clue)

    All error messages now always contain a reference to the remote URI to give
    more details which connection actually failed and the reason for this error.
    Accordingly, failures during DNS lookup will now mention both the remote URI
    as well as the DNS error reason. TCP/IP connection issues and errors during
    a secure TLS handshake will both mention the remote URI as well as the
    underlying socket error. Similarly, lost/dropped connections during a TLS
    handshake will now report a lost connection instead of an empty error reason.

    For most common use cases this means that simply reporting the Exception
    message should give the most relevant details for any connection issues:

    $promise = $connector->connect('tls://example.com:443');
    $promise->then(function (ConnectionInterface $conn) use ($loop) {
        // …
    }, function (Exception $e) {
        echo $e->getMessage();
    });

v1.0.0

  • First stable LTS release, now following SemVer.
... (truncated)
Changelog

Sourced from react/socket's changelog.

1.2.0 (2019-01-07)

  • Feature / Fix: Improve TLS 1.3 support.
    (#186 by clue)

    TLS 1.3 is now an official standard as of August 2018! 🎉
    The protocol has major improvements in the areas of security, performance, and privacy.
    TLS 1.3 is supported by default as of OpenSSL 1.1.1.
    For example, this version ships with Ubuntu 18.10 (and newer) by default, meaning that recent installations support TLS 1.3 out of the box :shipit:

  • Fix: Avoid possibility of missing remote address when TLS handshake fails.
    (#188 by clue)

  • Improve performance by prefixing all global functions calls with \ to skip the look up and resolve process and go straight to the global function.
    (#183 by WyriHaximus)

  • Update documentation to use full class names with namespaces.
    (#187 by clue)

  • Improve test suite to avoid some possible race conditions,
    test against PHP 7.3 on Travis and
    use dedicated assertInstanceOf() assertions.
    (#185 by clue, #178 by WyriHaximus and #181 by carusogabriel)

1.1.0 (2018-10-01)

  • Feature: Improve error reporting for failed connection attempts and improve
    cancellation forwarding during DNS lookup, TCP/IP connection or TLS handshake.
    (#168, #169, #170, #171, #176 and #177 by clue)

    All error messages now always contain a reference to the remote URI to give
    more details which connection actually failed and the reason for this error.
    Accordingly, failures during DNS lookup will now mention both the remote URI
    as well as the DNS error reason. TCP/IP connection issues and errors during
    a secure TLS handshake will both mention the remote URI as well as the
    underlying socket error. Similarly, lost/dropped connections during a TLS
    handshake will now report a lost connection instead of an empty error reason.

    For most common use cases this means that simply reporting the Exception
    message should give the most relevant details for any connection issues:

    $promise = $connector->connect('tls://example.com:443');
    $promise->then(function (ConnectionInterface $conn) use ($loop) {
        // …
    }, function (Exception $e) {
        echo $e->getMessage();
    });
... (truncated)
Commits
  • 23b7372 Prepare v1.2.0 release
  • 2d51865 Merge pull request #188 from clue-labs/handshake-address
  • 92411ce Avoid possibility of missing remote address when TLS handshake fails
  • de2c87f Merge pull request #187 from clue-labs/namespace-docs
  • 1e5370a Update documentation to use full class names with namespaces
  • 78a2591 Merge pull request #186 from clue-labs/tls1.3
  • 4da6fda Simplify assigning crypto method to include all TLS versions
  • e02071c Improve TLS 1.3 support by always reading complete receive buffer
  • bfef257 Merge pull request #183 from WyriHaximus-labs/function-name-look-up-performan...
  • a915115 Merge pull request #185 from clue-labs/tests-race
  • Additional commits viewable in compare view

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.

If all status checks pass Dependabot will automatically merge this pull request.


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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [react/socket](https://github.com/reactphp/socket) from 0.8.12 to 1.2.0.
- [Release notes](https://github.com/reactphp/socket/releases)
- [Changelog](https://github.com/reactphp/socket/blob/master/CHANGELOG.md)
- [Commits](reactphp/socket@v0.8.12...v1.2.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot merged commit 500073a into master Jan 9, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/composer/react/socket-1.2.0 branch January 9, 2019 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant