李铭昕
60596f5fc2
Fixed type hint error for node $weight
cased by nacos driver. ( #4692 )
2022-04-18 12:57:13 +08:00
李铭昕
f4490589d2
Release v2.2.31 ( #4691 )
2022-04-18 08:40:36 +08:00
Gilberto Marcomini Junior
cd6b3e7a8c
Update Container DI to able unbind resolved entry ( #4683 )
...
* Added `Container::unset()` to unbind an arbitrary resolved entry.
Co-authored-by: 李铭昕 <715557344@qq.com>
2022-04-15 16:48:24 +08:00
李铭昕
f28f811b86
Fixed bug that server shutdown when parse request failed for websocket server. ( #4687 )
2022-04-15 16:32:18 +08:00
pandaLIU
070bcf0d84
Support path_prefix
for node
when using rpc-client
. ( #4576 )
...
Co-authored-by: 李铭昕 <l@hyperf.io>
2022-04-13 14:55:13 +08:00
chunhei2008
4d9cd7d17d
Fixed bug that process exit failed when using kafka producer. ( #4677 )
2022-04-13 14:34:21 +08:00
她和她的猫
a481cc60a2
Fixed bug that last modified time was not updated after write session again. ( #4657 )
...
Co-authored-by: 李铭昕 <l@hyperf.io>
2022-04-03 18:50:03 +08:00
yansongda
65c7bd4542
Fixed bug that circuit breaker couldn't call fallback on open
state when using hyperf/retry
. ( #4648 )
2022-04-02 16:36:22 +08:00
沈唁
0414f97aef
Support setting auth
for RedisSentinel
. ( #4646 )
2022-03-30 13:21:10 +08:00
沈唁
e099c8c17d
Release v2.2.29
...
Co-authored-by: 李铭昕 <715557344@qq.com>
2022-03-27 17:01:45 +08:00
史迪仔
d207fab298
Fixed bug that the file name should be an empty string by default for Hyperf\Memory\LockManager
.
2022-03-23 15:31:49 +08:00
沈唁
140154e6af
Revert "Use unpkg.com" ( #4604 )
...
Co-authored-by: 李铭昕 <715557344@qq.com>
2022-03-14 19:40:41 +08:00
李铭昕
9fa13f8c88
Make public for method Hyperf\ModelCache\Manager::formatModels()
. ( #4603 )
2022-03-14 11:07:12 +08:00
李铭昕
f727897e39
Fixed bug that database
does not support bit
.
2022-03-10 15:58:49 +08:00
李铭昕
d7e5f336c4
Fixed bug that ephemeral instance register failed when using nacos. ( #4589 )
2022-03-10 14:57:52 +08:00
Flc゛
76e5782b7e
Added method Hyperf\Utils\Coroutine\Concurrent::getChannel()
. ( #4580 )
...
Co-authored-by: 李铭昕 <715557344@qq.com>
2022-03-08 14:49:09 +08:00
李铭昕
8f041fb103
Release v2.2.27 ( #4578 )
2022-03-07 10:08:55 +08:00
沈唁
c16780b537
Use Hyperf\LoadBalancer\Exception\RuntimeException instead of \RuntimeException.
2022-03-04 09:37:25 +08:00
李铭昕
fc501d4383
Release v2.2.26 ( #4544 )
...
Co-authored-by: 沈唁 <52o@qq52o.cn>
2022-02-21 09:27:49 +08:00
Tall
5e3b3edf4e
Fixed bug that response header content-type
will be set more than once sometimes. ( #4536 )
...
Co-authored-by: 李铭昕 <715557344@qq.com>
2022-02-18 09:58:04 +08:00
zyhzyh
142d424288
Added some useful methods for Hyperf\Database\Schema\Blueprint
. ( #4527 )
...
Co-authored-by: 庄远辉 <zhuangyuanhui@kkguan.com>
Co-authored-by: 李铭昕 <715557344@qq.com>
2022-02-18 09:49:29 +08:00
李铭昕
ce0cb38294
Split hyperf/context
from hyperf/utils
. ( #4529 )
2022-02-16 11:17:15 +08:00
蔡政
9d2fd1c402
Try to connect to another one when connected redis sentinel failed. ( #4521 )
...
Co-authored-by: 李铭昕 <715557344@qq.com>
2022-02-14 17:03:01 +08:00
李铭昕
9072b4572e
Improved some performance by using lowercase headers. ( #4514 )
2022-02-11 17:45:53 +08:00
李铭昕
1320603402
Release v2.2.25
2022-01-30 15:30:08 +08:00
Deeka Wong
5dc22f2dd7
Support Macroable
for Hyperf\HttpServer\Request
. ( #4477 )
2022-01-30 14:43:58 +08:00
沈唁
0a944ad761
Add check for grpc.enable_fork_support and pcntl extension ( #4254 )
2022-01-26 13:02:46 +08:00
毛自豪
859cc74c8d
Fixed bug that NacosDriver::isRegistered
does not work when using nacos 2.0.4
. ( #4484 )
...
Co-authored-by: 李铭昕 <715557344@qq.com>
2022-01-25 17:18:33 +08:00
李铭昕
790f923736
Release v2.2.24
2022-01-24 10:56:59 +08:00
张子彬
655d51e33c
Optimized code for Hyperf\Watcher\Driver\FindNewerDriver
. ( #4451 )
2022-01-20 18:59:25 +08:00
李铭昕
059cd377cf
Fixed bug that multiplex connection don't close after running test cases. ( #4474 )
2022-01-20 09:52:50 +08:00
李铭昕
9cf259a8c1
Release v2.2.23 ( #4459 )
2022-01-17 10:00:07 +08:00
李铭昕
55617bbccf
Added ProcScanHandler
which used to run application in windows.
...
Co-authored-by: 沈唁 <52o@qq52o.cn>
2022-01-17 09:44:56 +08:00
Rock
2cfb38b5cc
Added Hyperf\Tracer\Aspect\ElasticserachAspect
which used to record traces for elasticsearch. ( #4453 )
2022-01-14 18:21:28 +08:00
wujingke
66403099b6
Fixed bug that view cache generated failed caused by concurrent request. ( #4426 )
...
Co-authored-by: 李铭昕 <715557344@qq.com>
2022-01-14 13:27:13 +08:00
李铭昕
bcc8827223
Added command gen:view-engine-cache
which used to generate cache files in advance. ( #4455 )
2022-01-14 11:54:28 +08:00
tegic
03d8173e29
Allow sorting on multiple criteria for Hyperf\Utils\Collection
. ( #4449 )
2022-01-13 15:49:44 +08:00
李铭昕
89b030a75c
Release v2.2.22 ( #4430 )
...
* Release v2.2.22
* Update docs and translate
Co-authored-by: limingxinleo <limingxinleo@users.noreply.github.com>
2022-01-04 12:12:16 +08:00
李铭昕
f69ee1a0e0
Added type hint for Debug::getRefCount()
which only support object. ( #4429 )
...
* Added type hint for `Debug::getRefCount()` which only support object.
* Update CHANGELOG-2.2.md
2022-01-04 11:56:53 +08:00
ethanzway
cb6ba3753f
Added database handler for session
. ( #4409 )
...
Co-authored-by: mac <mac@macdeMacBook-Pro.local>
Co-authored-by: 李铭昕 <715557344@qq.com>
2021-12-30 18:52:44 +08:00
foxriver1314
3b03facc8e
Support SSL
for Hyperf\Amqp\IO\SwooleIO
. ( #4420 )
...
* 支持亚马逊AMQPS
Co-authored-by: 李铭昕 <715557344@qq.com>
2021-12-30 16:16:01 +08:00
Rock
f1e89b509e
Added Hyperf\Tracer\Aspect\DbAspect
to log db records when using hyperf/db
. ( #4411 )
...
Co-authored-by: Rock <you@example.com>
Co-authored-by: 李铭昕 <715557344@qq.com>
2021-12-30 11:06:34 +08:00
李铭昕
0e7054c304
Adapt swoole 5.0 by removing swoole classes with PSR-0
. ( #4406 )
...
* Removed swoole classes with `PSR-0`
* Update CHANGELOG-2.2.md
2021-12-29 11:14:18 +08:00
李铭昕
7cced412b1
Fixed bug that Redis::scan
does not work when using redis cluster. ( #4399 )
2021-12-27 12:47:21 +08:00
李铭昕
b473732fbd
Release v2.2.21 ( #4375 )
...
Co-authored-by: 沈唁 <52o@qq52o.cn>
2021-12-20 09:14:02 +08:00
codelin
10b23e60b7
Fixed the metadata generation error caused by switching coroutine for snowflake. ( #4373 )
2021-12-18 12:01:27 +08:00
李铭昕
a7d5f768e9
Use Swoole\Coroutine\Socket
in Hyperf\Amqp\IO\SwooleIO
. ( #4360 )
...
* No longer uses `Swoole\Coroutine\Client`, but uses `Swoole\Coroutine\Socket`, which is more stable and has better performance in `Hyperf\Amqp\IO\SwooleIO`.
2021-12-15 16:18:55 +08:00
李铭昕
2de7c16ba5
Optimized the error message for swoole.use_shortname
. ( #4350 )
...
* Optimized the error message.
* Update CHANGELOG-2.2.md
2021-12-13 16:49:35 +08:00
Deeka Wong
a26a271e20
Support to open the generated file with your IDE automatically. ( #4348 )
...
* Optimized docs
Co-authored-by: 李铭昕 <715557344@qq.com>
2021-12-13 14:53:24 +08:00
pandaLIU
cf5c8d49ac
Added FailToExecute
event which will be dispatched when executing crontab failed. ( #4344 )
...
* Update crontab.md
Co-authored-by: 李铭昕 <715557344@qq.com>
2021-12-13 14:00:36 +08:00