Open
Conversation
7b4bd97 to
07945a9
Compare
56f7f64 to
43a7917
Compare
43a7917 to
baf6d66
Compare
3a95e59 to
89ea1ff
Compare
89ea1ff to
90e0e87
Compare
90e0e87 to
a6a8165
Compare
a6a8165 to
881a37b
Compare
881a37b to
483d586
Compare
49093c4 to
1b0ef8c
Compare
1b0ef8c to
ee11087
Compare
ee11087 to
c27d165
Compare
c27d165 to
01cbf4c
Compare
01cbf4c to
54dada4
Compare
54dada4 to
a05b06a
Compare
a05b06a to
5cfd22f
Compare
5cfd22f to
96cd3a3
Compare
96cd3a3 to
c81570f
Compare
8445abc to
755f91e
Compare
755f91e to
414cb03
Compare
414cb03 to
5b89007
Compare
54df259 to
92b1b98
Compare
92b1b98 to
f4374e1
Compare
f4374e1 to
0b8049a
Compare
0b8049a to
4e1ce43
Compare
4e1ce43 to
f1acf94
Compare
bb3ba67 to
f1454d9
Compare
f1454d9 to
69ee10b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.1.1→2.1.23.0.2→3.2.03.0.0-beta.9→3.0.12.2.6→2.3.32.2.4→2.3.12.1.0→2.3.02.9.0→2.9.13.0.0→3.0.24.7.5→4.9.26.4.0→6.4.33Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
amphp/byte-stream (amphp/byte-stream)
v2.1.2: 2.1.2Compare Source
ReadableIterableStreamis closed (Amp\Pipeline\DisposedExceptionwas leaked, now anAmp\ByteStream\ClosedExceptionis thrown).Full Changelog: amphp/byte-stream@v2.1.1...v2.1.2
amphp/file (amphp/file)
v3.2.0: 3.2.0Compare Source
What's Changed
$workerLimitparameter to the constructor ofParallelFilesystemDriveris now deprecated. Pass an instance ofLimitedWorkerPoolinstead.Full Changelog: amphp/file@v3.1.1...v3.2.0
v3.1.1: 3.1.1Compare Source
What's Changed
Full Changelog: amphp/file@v3.1.0...v3.1.1
v3.1.0: 3.1.0Compare Source
What's Changed
FileCacheclass by @Nadyita in #83KeyedFileMutexby @bwoebi in #62New Contributors
Full Changelog: amphp/file@v3.0.2...v3.1.0
amphp/mysql (amphp/mysql)
v3.0.1: 3.0.1Compare Source
Full Changelog: amphp/mysql@v3.0.0...v3.0.1
v3.0.0: 3.0.0Compare 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 withResolutionType.Mysqlto avoid collisions with similar names from other libraries.MysqlTransactionnow extendsMysqlLinkinstead ofMysqlExecutorto support nested transactions.MysqlDataTypeis now an enum of MySQL data type codes and methods to decode data based on type.MysqlResult::getColumnDefinitions()which returns an array ofMysqlColumnDefinitionobjects corresponding to the result set rows.MysqlStatement::bind()now requires a string. Binding only makes sense with long strings anyway.MysqlConnectionis now an interface extendingSqlConnection, withSocketMysqlConnectionbeing the implementation.MysqlConnectorsince the interface was replaced by template types onSqlConnector, i.e.SqlConnector<MysqlConfig, MysqlConnection>amphp/parallel (amphp/parallel)
v2.3.3: 2.3.3Compare Source
What's Changed
SplObjectStorage::attachby @eliashaeussler in #224New Contributors
Full Changelog: amphp/parallel@v2.3.2...v2.3.3
v2.3.2: 2.3.2Compare Source
What's Changed
str_increment()to fix PHP 8.5 deprecation by @nicolas-grekas in #222New Contributors
Full Changelog: amphp/parallel@v2.3.1...v2.3.2
v2.3.1: 2.3.1Compare Source
What's Changed
New Contributors
Full Changelog: amphp/parallel@v2.3.0...v2.3.1
v2.3.0: 2.3.0Compare Source
What's Changed
LimitedWorkerPoolextendingWorkerPoolin #205.DelegatingWorkerPoolimplementingLimitedWorkerPool, which will only allow a limited number of workers to be pulled from a delegateWorkerPoolinstance.ContextWorkerPoolalso now implementsLimitedWorkerPool, 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.9Compare Source
What's Changed
SocketIpcHub.Full Changelog: amphp/parallel@v2.2.8...v2.2.9
v2.2.8: 2.2.8Compare Source
What's Changed
Thank you @Nadyita for reporting and debugging this issue.
v2.2.7: 2.2.7Compare Source
What's Changed
Contextas covariant.Full Changelog: amphp/parallel@v2.2.6...v2.2.7
amphp/socket (amphp/socket)
v2.3.1: 2.3.1Compare Source
What's Changed
Full Changelog: amphp/socket@v2.3.0...v2.3.1
v2.3.0: 2.3.0Compare Source
Socks5SocketConnectorto connect to hosts via SOCKS5 proxies. A similar implementation was previously present inamphp/http-tunnel.amphp/sync (amphp/sync)
v2.3.0: 2.3.0Compare Source
What's Changed
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.0Compare Source
What's Changed
Full Changelog: amphp/sync@v2.1.0...v2.2.0
azjezz/psl (azjezz/psl)
v2.9.1: Lenalee - 2.9.1Compare Source
What's Changed
Full Changelog: azjezz/psl@2.9.0...2.9.1
php-fig/log (psr/log)
v3.0.2Compare Source
What's Changed
New Contributors
Full Changelog: php-fig/log@3.0.1...3.0.2
v3.0.1Compare Source
What's Changed
Full Changelog: php-fig/log@3.0.0...3.0.1
ramsey/uuid (ramsey/uuid)
v4.9.2Compare Source
Fixed
(int)cast to avoid float-string cast warnings in PHP 8.5.^0.8.16from^0.8.8. ramsey/uuid had been usingBigInteger::toBytes()inUnixTimeGenerator(for version 7 UUIDs) since v4.6.0, but it wasn't added to brick/math until v0.8.16.v4.9.1Compare Source
Fixed
^0.14; fixed in #617.microtime()instead ofDateTimeImmutableinRamsey\Uuid\Generator\UnixTimeGenerator.v4.9.0Compare Source
Added
@pureannotations to the following (#605):Ramsey\Uuid\Codec\CodecInterface::encode()Ramsey\Uuid\Codec\CodecInterface::encodeBinary()Ramsey\Uuid\Codec\CodecInterface::decode()Ramsey\Uuid\Codec\CodecInterface::decodeBytes()Ramsey\Uuid\Fields\FieldsInterface::getBytes()Ramsey\Uuid\Math\CalculatorInterface::add()Ramsey\Uuid\Math\CalculatorInterface::subtract()Ramsey\Uuid\Math\CalculatorInterface::multiply()Ramsey\Uuid\Math\CalculatorInterface::divide()Ramsey\Uuid\Math\CalculatorInterface::fromBase()Ramsey\Uuid\Math\CalculatorInterface::toBase()Ramsey\Uuid\Math\CalculatorInterface::toHexadecimal()Ramsey\Uuid\Math\CalculatorInterface::toInteger()Ramsey\Uuid\Nonstandard\UuidRamsey\Uuid\Rfc4122\Fields::isMax()Ramsey\Uuid\Rfc4122\FieldsInterface::getVersion()Ramsey\Uuid\Rfc4122\FieldsInterface::isNil()Ramsey\Uuid\Type\Time::getSeconds()Ramsey\Uuid\Type\Time::getMicroseconds()Ramsey\Uuid\Type\TypeInterface::toString()Ramsey\Uuid\UuidInterface::getBytes()Ramsey\Uuid\UuidInterface::toString()Ramsey\Uuid\Validator\ValidatorInterface::validate()Fixed
@pureannotations that were removed in 4.8.0 (#603).v4.8.1Compare Source
Fixed
v4.8.0Compare Source
Added
@pureannotations to the following (#605):Ramsey\Uuid\Codec\CodecInterface::encode()Ramsey\Uuid\Codec\CodecInterface::encodeBinary()Ramsey\Uuid\Codec\CodecInterface::decode()Ramsey\Uuid\Codec\CodecInterface::decodeBytes()Ramsey\Uuid\Fields\FieldsInterface::getBytes()Ramsey\Uuid\Math\CalculatorInterface::add()Ramsey\Uuid\Math\CalculatorInterface::subtract()Ramsey\Uuid\Math\CalculatorInterface::multiply()Ramsey\Uuid\Math\CalculatorInterface::divide()Ramsey\Uuid\Math\CalculatorInterface::fromBase()Ramsey\Uuid\Math\CalculatorInterface::toBase()Ramsey\Uuid\Math\CalculatorInterface::toHexadecimal()Ramsey\Uuid\Math\CalculatorInterface::toInteger()Ramsey\Uuid\Nonstandard\UuidRamsey\Uuid\Rfc4122\Fields::isMax()Ramsey\Uuid\Rfc4122\FieldsInterface::getVersion()Ramsey\Uuid\Rfc4122\FieldsInterface::isNil()Ramsey\Uuid\Type\Time::getSeconds()Ramsey\Uuid\Type\Time::getMicroseconds()Ramsey\Uuid\Type\TypeInterface::toString()Ramsey\Uuid\UuidInterface::getBytes()Ramsey\Uuid\UuidInterface::toString()Ramsey\Uuid\Validator\ValidatorInterface::validate()Fixed
@pureannotations that were removed in 4.8.0 (#603).v4.7.6Compare Source
Fixed
^0.12.symfony/finder (symfony/finder)
v6.4.33Compare Source
Changelog (symfony/finder@v6.4.32...v6.4.33)
v6.4.32Compare Source
v6.4.31Compare Source
v6.4.27Compare Source
v6.4.24Compare Source
Changelog (symfony/finder@v6.4.23...v6.4.24)
v6.4.17Compare Source
Changelog (symfony/finder@v6.4.16...v6.4.17)
==as default operator inDateComparator(@MatTheCat)v6.4.13Compare Source
Changelog (symfony/finder@v6.4.12...v6.4.13)
v6.4.11Compare Source
Changelog (symfony/finder@v6.4.10...v6.4.11)
v6.4.10Compare Source
Changelog (symfony/finder@v6.4.9...v6.4.10)
v6.4.8Compare Source
Changelog (symfony/finder@v6.4.7...v6.4.8)
v6.4.7Compare 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.
This PR was generated by Mend Renovate. View the repository job log.