Commit Graph

8168 Commits

Author SHA1 Message Date
Deeka Wong
813dda3c6c
Added the default implement for Psr\Log\LoggerInterface (#6588) 2024-03-13 17:54:48 +08:00
Deeka Wong
254feb9c3b
Added now() and today() helper functions (#6579) 2024-03-13 16:47:07 +08:00
Beraldo
ef70473ad9
Typo: removed whitespace from breaking link (#6583) 2024-03-12 07:54:00 +08:00
Deeka Wong
10407cadf2
Support setup command traits before running (#6577) 2024-03-10 17:37:39 +08:00
Deeka Wong
2b10c7aff6
Added Hyperf\Stringable\Str::apa() method (#6576) 2024-03-10 17:19:40 +08:00
李铭昕
1b8a6512fe
Release v3.1.12 (#6575)
Co-authored-by: Death-Satan <49744633+Death-Satan@users.noreply.github.com>
2024-03-07 21:50:37 +08:00
devin
78714b959e
Fixed bug that reading messages failed when the channel have been removed from channel group. (#6569)
Co-authored-by: 李铭昕 <715557344@qq.com>
2024-03-07 21:43:39 +08:00
Deeka Wong
b114e251da
Fixed bug that the CrontabRegisterListener don't check configuration crontab.enable. (#6567) 2024-03-07 21:01:53 +08:00
szutoutou
6de54a685d
Fixed bug that the relation comments cannot be created by gen:model. (#6561)
Co-authored-by: 李铭昕 <715557344@qq.com>
2024-03-07 20:58:08 +08:00
gaichao168
b7e1c1cdde
Removed useless sleep(). (#6568)
Co-authored-by: 10966 <gaichaowang@addcn.com>
2024-03-04 13:48:34 +08:00
zds
572c9ef307
Fixed bug that the numeric keys will be reset when using $request->all(). (#6566)
Co-authored-by: 李铭昕 <715557344@qq.com>
2024-03-04 13:47:35 +08:00
李铭昕
ef45a0cbfe
Release v3.1.11 (#6564) 2024-03-01 13:52:29 +08:00
Deeka Wong
c03052e28e
Added SqliteDriver for hyperf/cache (#6562)
* Added `SqliteDriver` for `hyperf/cache`

* Add check for SQLite PDO extension

* Add table option to SqliteDriver constructor

* Refactor SqliteDriver class to remove unnecessary type declarations

* Add expiration index to SqliteDriver table

* Refactor SqliteDriver class

* Refactor SQLite driver connection options

* Refactor SqliteDriver configuration and connection handling

* Fix initialization and table creation in SqliteDriver

* Refactor SqliteDriver table creation and add expiration index

* Refactor SqliteDriver class to add clearExpired() and dump() methods

* Add commented out SQLite cache configuration

* Refactor SqliteDriver constructor comment

---------

Co-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com>
2024-03-01 11:50:47 +08:00
宣言就是Siam
246ee504ca
Fixed cron dispatcher sleep accurate. (#6563)
Co-authored-by: 李铭昕 <715557344@qq.com>
2024-03-01 11:43:02 +08:00
Deeka Wong
48979a2827
Added google/common-protos 4.x support for develop (#6560) 2024-02-28 11:40:20 +08:00
devin
14cc3027aa
Upgrade the version of google/common-protos in hyperf/grpc. 2024-02-28 11:13:03 +08:00
szutoutou
e7eb8e42d2
You can set an expression to model parameters, but it is not standardized. (#6556)
Co-authored-by: 李铭昕 <715557344@qq.com>
2024-02-28 11:10:12 +08:00
duncanxia
7776519b85
Fixed bug that invalidOperator cannot work well when using non-string operators. (#6555)
Co-authored-by: 李铭昕 <715557344@qq.com>
2024-02-26 21:46:06 +08:00
Weslen Teche
d59ae5bf12
fix: noop tracer test (#6552) 2024-02-25 15:09:44 +08:00
Weslen Teche
64eeb58dbf
Added default config of noop driver for hyperf/opentracing. (#6550) 2024-02-24 11:58:18 +08:00
李铭昕
bcfee4a375
Release v3.1.10 (#6548) 2024-02-23 11:07:51 +08:00
李铭昕
2fb1b13c66
Added return type for model ast visitors. (#6544) 2024-02-20 18:54:33 +08:00
Albert Chen
eeb2b5bb4a
Added database-sqlite component. 2024-02-20 12:05:45 +08:00
Deeka Wong
2e709cda58
Added MemoryDriver for hyperf/cache (#6542)
Co-authored-by: 张城铭 <z@hyperf.io>
2024-02-20 11:22:01 +08:00
Deeka Wong
b4679a442e
Optimized retry helper function can accept array as first parameter. (#6539)
Co-authored-by: 李铭昕 <715557344@qq.com>
2024-02-18 14:37:39 +08:00
李铭昕
d811444501
Release v3.1.9 (#6537) 2024-02-18 09:32:45 +08:00
Deeka Wong
b3f9dccab2
Update grafana.json (#6531) 2024-02-18 09:21:26 +08:00
Deeka Wong
e2910dee67
Added Conditionable trait to Crontab (#6526) 2024-02-18 09:21:05 +08:00
Deeka Wong
efa73c7d43
Refactor UdpSocketAspect to improve coroutine handling. (#6520) 2024-02-18 09:20:19 +08:00
张城铭
da9d8d6acb
optimize code (#6524) 2024-02-17 20:17:31 +08:00
李铭昕
d965675ff1
Fixed bug that github actions cannot work well with php8.3. (#6534) 2024-02-17 20:01:58 +08:00
Gang Wu
659a17d604
Fixed bug that the rule decimal cannot work well with size for validation. 2024-02-08 23:33:32 +08:00
Deeka Wong
8c9b37e3c8
Added amqpMessage property to events for amqp (#6518) 2024-02-02 10:06:33 +08:00
Deeka Wong
894e8d2410
Fixed bug that the older versions of parsers cannot parse new messages for async-queue. 2024-02-01 14:16:45 +08:00
李铭昕
ff178141e8
Fixed bug that message will be lost when unpack failed. (#6516) 2024-02-01 11:35:26 +08:00
李铭昕
b867aa2647
Release v3.1.8 (#6515)
Co-authored-by: Sharif <54396379+developersharif@users.noreply.github.com>
Co-authored-by: guandeng <guandeng@Hotmail.com>
Co-authored-by: Luffy <52o@qq52o.cn>
2024-02-01 10:18:57 +08:00
Deeka Wong
f7b576bfd6
Optimized the serialization of Hyperf\AsyncQueue\JobMessage (#6511) 2024-01-31 09:59:06 +08:00
Deeka Wong
4238efa987
Use Hyperf\Coroutine\Coroutine instead of Hyperf\Engine\Coroutine (#6513) 2024-01-31 09:39:02 +08:00
guandeng
b02ab7bc68
Add Telescope component (#6505)
Co-authored-by: Lu Fei <52o@qq52o.cn>
2024-01-29 09:43:00 +08:00
Deeka Wong
6414f7c324
Fixed error when callable type is array (#6509) 2024-01-29 09:42:04 +08:00
李铭昕
b3d4ed7c46
Added HostReaderInterface for rpc-multiplex. (#6504) 2024-01-26 13:07:53 +08:00
李铭昕
b6871bf58b
Release v3.1.7 (#6503)
Co-authored-by: guandeng <guandeng@Hotmail.com>
Co-authored-by: baicaiit <42630572+baicaiit@users.noreply.github.com>
Co-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com>
2024-01-26 10:02:44 +08:00
Deeka Wong
b83d1d9b43
Added Collection::replace() and Collection::replaceRecursive() (#6501) 2024-01-26 09:52:03 +08:00
Wouerner Brandão
8f11133572
Refine exception handling documentation (#6502)
correct path to config/autoload/exceptions.php
2024-01-26 09:41:33 +08:00
death satan
000fa14f16
Fixed bug that inconsistent parsing response in Rpc-Multiplex client. (#6500)
Co-authored-by: assert <z@hyperf.io>
2024-01-25 15:23:31 +08:00
Deeka Wong
5956a2bc40
Fixed typo for Hyperf\Nacos\GrpcClient (#6499) 2024-01-25 09:38:55 +08:00
Deeka Wong
d1f8814a58
Bumps SW_VERSION to v5.1.2 in test-components.yml and test.yml (#6496) 2024-01-24 17:17:36 +08:00
Deeka Wong
38e1d732a4
Added cron support for closure-command (#6495) 2024-01-24 14:16:09 +08:00
death satan
23ca774bee
Fixed bug that swagger validation collector cannot collect query parameters. (#6491) 2024-01-23 09:28:43 +08:00
guandeng
b3216efee1
Removed the low version conditions of php and swoole (#6489) 2024-01-22 16:45:43 +08:00