Skip to content

Bump react/stream from 0.7.7 to 1.2.0 in /src/lib/composer-7.2#227

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/src/lib/composer-7.2/react/stream-1.2.0
Open

Bump react/stream from 0.7.7 to 1.2.0 in /src/lib/composer-7.2#227
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/src/lib/composer-7.2/react/stream-1.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2021

Copy link
Copy Markdown
Contributor

Bumps react/stream from 0.7.7 to 1.2.0.

Release notes

Sourced from react/stream's releases.

v1.2.0

A major new feature release, see release announcement.

  • Feature: Simplify usage by supporting new default loop. (#159 by @​clue)

    // old (still supported)
    $stream = new ReadableResourceStream($resource, $loop);
    $stream = new WritabeResourceStream($resource, $loop);
    $stream = new DuplexResourceStream($resource, $loop);
    // new (using default loop)
    $stream = new ReadableResourceStream($resource);
    $stream = new WritabeResourceStream($resource);
    $stream = new DuplexResourceStream($resource);

  • Improve test suite, use GitHub actions for continuous integration (CI), update PHPUnit config, run tests on PHP 8 and add full core team to the license. (#153, #156 and #157 by @​SimonFrings and #154 by @​WyriHaximus)

v1.1.1

  • Fix: Fix faulty write buffer behavior when sending large data chunks over TLS (Mac OS X only). (#150 by @​clue)

  • Minor code style improvements to fix phpstan analysis warnings and add .gitattributes to exclude dev files from exports. (#140 by @​flow-control and #144 by @​reedy)

  • Improve test suite to run tests on PHP 7.4 and simplify test matrix. (#147 by @​clue)

v1.1.0

v1.0.0

  • First stable LTS release, now following SemVer. We'd like to emphasize that this component is production ready and battle-tested. We plan to support all long-term support (LTS) releases for at least 24 months, so you have a rock-solid foundation to build on top of.

Contains no other changes, so it's actually fully compatible with the v0.7.7 release.

Changelog

Sourced from react/stream's changelog.

1.2.0 (2021-07-11)

A major new feature release, see release announcement.

  • Feature: Simplify usage by supporting new default loop. (#159 by @​clue)

    // old (still supported)
    $stream = new ReadableResourceStream($resource, $loop);
    $stream = new WritabeResourceStream($resource, $loop);
    $stream = new DuplexResourceStream($resource, $loop);
    // new (using default loop)
    $stream = new ReadableResourceStream($resource);
    $stream = new WritabeResourceStream($resource);
    $stream = new DuplexResourceStream($resource);

  • Improve test suite, use GitHub actions for continuous integration (CI), update PHPUnit config, run tests on PHP 8 and add full core team to the license. (#153, #156 and #157 by @​SimonFrings and #154 by @​WyriHaximus)

1.1.1 (2020-05-04)

  • Fix: Fix faulty write buffer behavior when sending large data chunks over TLS (Mac OS X only). (#150 by @​clue)

  • Minor code style improvements to fix phpstan analysis warnings and add .gitattributes to exclude dev files from exports. (#140 by @​flow-control and #144 by @​reedy)

  • Improve test suite to run tests on PHP 7.4 and simplify test matrix. (#147 by @​clue)

1.1.0 (2019-01-01)

1.0.0 (2018-07-11)

  • First stable LTS release, now following SemVer. We'd like to emphasize that this component is production ready and battle-tested.

... (truncated)

Commits
  • 7a42350 Prepare v1.2.0 release
  • 9f7c59c Merge pull request #159 from clue-labs/default-loop
  • e617d63 Update to stable reactphp/event-loop v1.2.0
  • b7a85ad Simplify usage by supporting new default loop
  • 2859a8c Merge pull request #157 from SimonFrings/ci
  • fb4cf11 Support PHP 8
  • 2f5e3c9 Use GitHub actions for continuous integration (CI)
  • c459d2e Merge pull request #156 from SimonFrings/tests
  • cf710f5 Remove test because case is already covered
  • 0e984d7 Update PHPUnit configuration schema for PHPUnit 9.3 and minor clean up
  • 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.


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 requested a review from cboulanger as a code owner August 1, 2021 11:27
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Aug 1, 2021
Bumps [react/stream](https://github.com/reactphp/stream) from 0.7.7 to 1.2.0.
- [Release notes](https://github.com/reactphp/stream/releases)
- [Changelog](https://github.com/reactphp/stream/blob/master/CHANGELOG.md)
- [Commits](reactphp/stream@v0.7.7...v1.2.0)

---
updated-dependencies:
- dependency-name: react/stream
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/composer/src/lib/composer-7.2/react/stream-1.2.0 branch from 5366cc3 to 3a4c445 Compare August 1, 2021 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants