Commit Graph

7997 Commits

Author SHA1 Message Date
李铭昕
35a74e4ea2
Added wechat qrcode for inviting developers into chat rooms. (#6206) 2023-10-12 01:34:33 -05:00
Deeka Wong
16b1c82a17
Added switch for ElasticserachAspect and CoroutineAspect. (#6200) 2023-10-10 03:02:54 -05:00
李铭昕
10413ec0de Throw exceptions when the redis option key is invalid. 2023-10-10 10:05:43 +08:00
李铭昕
25ce8d26d8 Merge branch 'master' into 3.1-merge 2023-10-10 09:58:06 +08:00
李铭昕
9531b1d41c
Removed useless input for split.yml (#6199) 2023-10-09 20:44:22 -05:00
Deeka Wong
71312060c7
Added RpcAspect and use it instead of JsonRpcAspect (#6198) 2023-10-09 20:39:23 -05:00
李铭昕
a4433334c4
Added setCookie. (#6197) 2023-10-09 20:38:55 -05:00
lixinhan
357afa6803
Grpc service publish config (#6195) 2023-10-09 03:02:20 -05:00
Deeka Wong
e96477cd77
Added options for redis config (#6194) 2023-10-08 21:06:25 -05:00
李铭昕
7ff9b12a6f
Support http and websocket protocols at the same port for swow server. (#6193)
* Fixed bug that swow server cannot support http and ws protocol at the same port.

* Update CHANGELOG-3.0.md
2023-10-08 10:14:41 -05:00
宣言就是Siam
4d5db57c35
Fix translation demo code error. (#6190) 2023-10-08 04:01:41 -05:00
Deeka Wong
a5cd1fd8a1
Added Redis options name to support string type (#6188) 2023-10-07 01:16:14 -05:00
李铭昕
97666b4032 Merge branch 'master' into 3.1
# Conflicts:
#	.github/workflows/test.yml
2023-10-05 16:56:32 +08:00
李铭昕
f1c40efcf1
Release v3.0.38 (#6187) 2023-10-05 03:50:33 -05:00
李铭昕
b20273d342
Added test case for Swoole 5.1.0. (#6186) 2023-10-05 03:42:04 -05:00
李铭昕
7179f4a183
Fixed bug that cleanUpExpiredOnce failed when sids is empty when using socketio-server. (#6185) 2023-10-05 02:21:30 -05:00
李铭昕
84350c4eba
Set logger when using safe socket in coroutine style tcp server. 2023-09-30 23:16:50 +08:00
gaichao168
1ac6f91f8b
Optimized the doc about statusFromResponse. 2023-09-30 23:11:22 +08:00
宣言就是Siam
719e8d2b00
Fixed PriorityMiddleware for testing. (#6183) 2023-09-30 19:21:49 +08:00
张城铭
5281bee874
Update Base62.php (#6177) 2023-09-30 14:00:08 +08:00
Deeka Wong
1bbed67d5d
Optimize ProcessManager to make the running status more clear (#6172) 2023-09-22 16:30:01 +08:00
李铭昕
d62673f631 Merge branch 'master' into 3.1
# Conflicts:
#	.github/workflows/test.yml
#	src/service-governance/src/Listener/RegisterServiceListener.php
#	src/stringable/composer.json
#	src/stringable/tests/StrTest.php
2023-09-22 13:24:19 +08:00
李铭昕
898f80196e
Release v3.0.37 (#6170) 2023-09-22 13:15:07 +08:00
李铭昕
608eb11db1
Don't rewrite response in context when validate the rules failed. (#6169) 2023-09-22 12:28:35 +08:00
Albert Chen
f4687d2e50
fix: proxy uncovered response methods in ResponsePlusProxy (#6165)
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-09-21 13:54:47 +08:00
Deeka Wong
4fbd82e29a
Optimize KafkaClientFactory of hyperf/tracer (#6167) 2023-09-21 12:06:36 +08:00
Deeka Wong
1bbe4601dd
Fixed bug that the mutex lock of crontab cannot not work well when th… (#6163) 2023-09-20 19:44:00 +08:00
Deeka Wong
ad8126d803
Fixed bug that the mutex lock of crontab cannot not work well when the crontab executed more than one hour (the default expired time). (#6162) 2023-09-20 17:40:44 +08:00
Tina.Lee
ab9b9dccdc
Fixed bug that service governance still registers services even when services.enable.register is false. (#6160)
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-09-19 18:05:26 +08:00
Leo Cavalcante
618424564b
feat: Generate class command (#6158) 2023-09-19 09:54:28 +08:00
Deeka Wong
28c74a1b96
Upgrade actions/checkout to v4 (#6159) 2023-09-19 09:50:18 +08:00
宣言就是Siam
2fc2f40908
Record the exception message only by opening the exception switch and closing the ignore switch when using trace. (#6157)
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-09-18 20:44:58 +08:00
宣言就是Siam
ade75a00a2
Enhance stringable (#6156)
Co-authored-by: Deeka Wong <huangdijia@gmail.com>
2023-09-18 18:17:32 +08:00
Deeka Wong
3536de6d53
Use PHP native json_validate to validate is json if function is available (#6154) 2023-09-16 16:43:27 +08:00
李铭昕
403fb5a2f9
Release v3.0.36 (#6152) 2023-09-15 14:33:56 +08:00
szutoutou
18f2d15cb3
Optimized FailToConsume event for hyperf/kafka (#6151)
Co-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com>
2023-09-15 14:06:19 +08:00
李铭昕
46cf124d46
Added test cases for redis extension 5.3.7 and 6.0.0 (#6148) 2023-09-14 16:55:00 +08:00
李铭昕
1d6dd5b989 Merge branch 'master' into 3.1
# Conflicts:
#	src/redis/composer.json
#	src/validation/tests/Cases/ValidateAttributesTest.php
2023-09-14 15:30:36 +08:00
Hestia Allen
aa5d2bb629
Fixed bug that validateJson was incompatibility with php 8.0 (#6146)
* Fixed bug that `validateJson` cannot work when using php 8.0.
* Fixed unit cases for redis cannot work.

Co-authored-by: 李铭昕 <715557344@qq.com>
Co-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com>
2023-09-14 15:24:32 +08:00
宣言就是Siam
cfe11e3af3
Added ignore_exceptions for tracer (#6143)
Co-authored-by: Deeka Wong <huangdijia@gmail.com>
2023-09-11 21:43:03 +08:00
李铭昕
6847b88804
Added docs about strict mode for integer and boolean. (#6142) 2023-09-11 14:51:13 +08:00
李铭昕
b39062ba9f Merge branch 'master' into 3.1-merge 2023-09-08 22:25:10 +08:00
李铭昕
19697f334d
Added docs about PriorityDefinition. (#6139) 2023-09-07 14:50:57 +08:00
宣言就是Siam
295e3bc2f5
Added middleware priority docs (#6135) 2023-09-05 19:11:22 +08:00
Deeka Wong
683e45e556
Adds RequestTraceListener for hyperf/tracer (#6062) 2023-09-05 18:19:28 +08:00
李铭昕
08eb8be7f7
Throw invalid argument exception when the crontab task is null. (#6131) 2023-09-05 10:52:48 +08:00
宣言就是Siam
212370183b
Added hyperf/config changed into 3.1 Upgrade guide (#6130) 2023-09-04 21:53:09 +08:00
宣言就是Siam
e7a82ce706
Support to use config('a.c') to get the configurations from autoload/a/c.php. (#6128)
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-09-04 21:23:06 +08:00
Deeka Wong
f716771642
Adds Hyperf\AsyncQueue\Job::fail() method (#6124) 2023-09-02 23:09:18 +08:00
宣言就是Siam
1dd9b51881
Added docs about amqp rate of consumption (#6122) 2023-09-02 13:57:18 +08:00