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

Update Composer runtime dependencies #272

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 10, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
amphp/file 3.0.2 -> 3.1.1 age adoption passing confidence
amphp/mysql 3.0.0-beta.9 -> 3.0.0 age adoption passing confidence
amphp/parallel 2.2.6 -> 2.3.0 age adoption passing confidence
amphp/socket 2.2.4 -> 2.3.1 age adoption passing confidence
amphp/sync 2.1.0 -> 2.3.0 age adoption passing confidence
azjezz/psl 2.9.0 -> 2.9.1 age adoption passing confidence
psr/log 3.0.0 -> 3.0.2 age adoption passing confidence
ramsey/uuid 4.7.5 -> 4.7.6 age adoption passing confidence
symfony/finder (source) 6.4.0 -> 6.4.13 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

amphp/file (amphp/file)

v3.1.1: 3.1.1

Compare Source

What's Changed

Full Changelog: amphp/file@v3.1.0...v3.1.1

v3.1.0: 3.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: amphp/file@v3.0.2...v3.1.0

amphp/mysql (amphp/mysql)

v3.0.0: 3.0.0

Compare Source

Stable release compatible with AMPHP v3 and fibers! 🎉

As with other libraries compatible with AMPHP v3, most cases of parameters or returns of Promise<ResolutionType> have been replaced with ResolutionType.

  • Classes and interfaces now are prefixed with Mysql to avoid collisions with similar names from other libraries.
  • Marked most classes as internal, leaving only interfaces and concrete implementations required to use the API or create a custom connector.
  • MysqlTransaction now extends MysqlLink instead of MysqlExecutor to support nested transactions.
  • MysqlDataType is now an enum of MySQL data type codes and methods to decode data based on type.
  • Result set field data is now available from MysqlResult::getColumnDefinitions() which returns an array of MysqlColumnDefinition objects corresponding to the result set rows.
  • The second param of MysqlStatement::bind() now requires a string. Binding only makes sense with long strings anyway.
  • MysqlConnection is now an interface extending SqlConnection, with SocketMysqlConnection being the implementation.
  • Removed MysqlConnector since the interface was replaced by template types on SqlConnector, i.e. SqlConnector<MysqlConfig, MysqlConnection>
amphp/parallel (amphp/parallel)

v2.3.0: 2.3.0

Compare Source

What's Changed

  • Added LimitedWorkerPool extending WorkerPool in https://github.com/amphp/parallel/pull/205.
  • Added DelegatingWorkerPool implementing LimitedWorkerPool, which will only allow a limited number of workers to be pulled from a delegate WorkerPool instance.
  • ContextWorkerPool also now implements LimitedWorkerPool, as this pool implementation was already spawned a limited number of workers.

Full Changelog: amphp/parallel@v2.2.9...v2.3.0

v2.2.9: 2.2.9

Compare Source

What's Changed

  • Fixed a race condition if outstanding accept calls were pending when closing SocketIpcHub.
  • Removed use of error-suppression operator to avoid warnings from mis-configured error handlers (#​200).

Full Changelog: amphp/parallel@v2.2.8...v2.2.9

v2.2.8: 2.2.8

Compare Source

What's Changed

  • Fixed race condition on concurrent IPC connect calls (#​199)
    Thank you @​Nadyita for reporting and debugging this issue.

v2.2.7: 2.2.7

Compare Source

What's Changed

Full Changelog: amphp/parallel@v2.2.6...v2.2.7

amphp/socket (amphp/socket)

v2.3.1: 2.3.1

Compare Source

What's Changed

  • Make implicit nullable types explicit to avoid deprecation notice in PHP 8.4.

Full Changelog: amphp/socket@v2.3.0...v2.3.1

v2.3.0: 2.3.0

Compare Source

  • Added Socks5SocketConnector to connect to hosts via SOCKS5 proxies. A similar implementation was previously present in amphp/http-tunnel.
amphp/sync (amphp/sync)

v2.3.0: 2.3.0

Compare Source

What's Changed

  • Fixed posix semaphore blocking thread when there is no space left on device by @​azjezz in https://github.com/amphp/sync/pull/29
  • Added a buffer size parameter to createChannelPair() to specify a number of items which may be buffered in memory before back pressure is applied.

New Contributors

Full Changelog: amphp/sync@v2.2.0...v2.3.0

v2.2.0: 2.2.0

Compare Source

What's Changed

Full Changelog: amphp/sync@v2.1.0...v2.2.0

azjezz/psl (azjezz/psl)

v2.9.1: Lenalee - 2.9.1

Compare Source

What's Changed

Full Changelog: azjezz/psl@2.9.0...2.9.1

php-fig/log (psr/log)

v3.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: php-fig/log@3.0.1...3.0.2

v3.0.1

Compare Source

What's Changed

Full Changelog: php-fig/log@3.0.0...3.0.1

ramsey/uuid (ramsey/uuid)

v4.7.6

Compare Source

Fixed
  • Allow brick/math version ^0.12.
symfony/finder (symfony/finder)

v6.4.13

Compare Source

Changelog (symfony/finder@v6.4.12...v6.4.13)

  • no significant changes

v6.4.11

Compare Source

Changelog (symfony/finder@v6.4.10...v6.4.11)

v6.4.10

Compare Source

Changelog (symfony/finder@v6.4.9...v6.4.10)

  • no significant changes

v6.4.8

Compare Source

Changelog (symfony/finder@v6.4.7...v6.4.8)

  • no significant changes

v6.4.7

Compare Source

Changelog (symfony/finder@v6.4.6...v6.4.7)


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) March 10, 2024 18:35
@renovate renovate bot force-pushed the renovate/composer-runtime branch from 7b4bd97 to 07945a9 Compare March 16, 2024 20:00
@renovate renovate bot changed the title Update dependency amphp/mysql to v3.0.0 Update Composer runtime dependencies Mar 16, 2024
@renovate renovate bot force-pushed the renovate/composer-runtime branch 2 times, most recently from 56f7f64 to 43a7917 Compare March 24, 2024 19:47
@renovate renovate bot force-pushed the renovate/composer-runtime branch from 43a7917 to baf6d66 Compare April 5, 2024 05:27
@renovate renovate bot force-pushed the renovate/composer-runtime branch 2 times, most recently from 3a95e59 to 89ea1ff Compare April 27, 2024 22:49
@renovate renovate bot force-pushed the renovate/composer-runtime branch from 89ea1ff to 90e0e87 Compare April 29, 2024 12:56
@renovate renovate bot force-pushed the renovate/composer-runtime branch from 90e0e87 to a6a8165 Compare June 2, 2024 18:07
@renovate renovate bot force-pushed the renovate/composer-runtime branch from a6a8165 to 881a37b Compare July 26, 2024 16:13
@renovate renovate bot force-pushed the renovate/composer-runtime branch from 881a37b to 483d586 Compare August 4, 2024 19:38
@renovate renovate bot force-pushed the renovate/composer-runtime branch 2 times, most recently from 49093c4 to 1b0ef8c Compare August 21, 2024 14:19
@renovate renovate bot force-pushed the renovate/composer-runtime branch from 1b0ef8c to ee11087 Compare August 30, 2024 19:53
@renovate renovate bot force-pushed the renovate/composer-runtime branch from c27d165 to 01cbf4c Compare October 11, 2024 03:36
@renovate renovate bot force-pushed the renovate/composer-runtime branch from 01cbf4c to 54dada4 Compare October 27, 2024 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants