Commit Graph

297 Commits

Author SHA1 Message Date
李铭昕
3220b80ade
Fixed bug that websocket sender not support Swow. (#6961)
* Fixed bug that `websocket sender` not support `Swow`.

* Update CHANGELOG-3.1.md
2024-07-20 15:46:28 +08:00
Eduardo Nicioli
8b3669a1c9
Fixed bug that the connection cannot reconnect to the server in a situation where there was a failover and exchange of read and write hosts. 2024-07-19 11:47:39 +08:00
李铭昕
ccd8187107
Release v3.1.32 (#6956) 2024-07-18 10:14:23 +08:00
李铭昕
f14128b3a4
Fixed bug that socketio-server cannot work for swow engine. (#6953)
* Fixed bug that socketio-server cannot work for swow engine.

* Update CHANGELOG-3.1.md
2024-07-17 18:31:09 +08:00
@长久同学
d01e384836
Support where bit functions and operators for database. (#6950)
Co-authored-by: 李铭昕 <715557344@qq.com>
2024-07-15 18:06:11 +08:00
李铭昕
eec878ea6a
Fixed bug that restart failed when don't have .env. (#6949) 2024-07-13 20:44:54 +08:00
Albert Chen
0b48347952
Removed Swoole Atomic dependency and useless restart counter in watcher.(#6946)
Co-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com>
2024-07-12 14:10:34 +08:00
李铭昕
bf63c1f86f
Release v3.1.31 (#6944)
Co-authored-by: Deeka Wong <huangdijia@gmail.com>
2024-07-11 10:05:39 +08:00
Albert Chen
3bca85b652
Support to reload .env when using hyperf/watcher. (#6936)
Co-authored-by: 李铭昕 <715557344@qq.com>
2024-07-08 11:29:54 +08:00
李铭昕
2bacaf3233
Release v3.1.30 (#6933) 2024-07-05 13:20:27 +08:00
李铭昕
cd3a575411 Reapply "Fix sortByMany return is not same to sortBy & Perf sortBy (#6925)" (#6930)
This reverts commit bcbc6f1d75.
2024-07-05 10:36:30 +08:00
李铭昕
bcbc6f1d75
Revert "Fix sortByMany return is not same to sortBy & Perf sortBy (#6925)" (#6930)
This reverts commit e76d97c10e.
2024-07-04 18:46:08 +08:00
李铭昕
2ce026f9f3
Release v3.1.29 (#6929) 2024-07-04 10:57:05 +08:00
szutoutou
e76d97c10e
Fix sortByMany return is not same to sortBy & Perf sortBy (#6925) 2024-07-04 10:18:10 +08:00
Deeka Wong
83ec2d9a37
Added Str::chopStart and Str::chopEnd (#6917) 2024-07-01 15:52:05 +08:00
Jackfinal
c66c735c6c
Added SftpAdapter for hyperf/filesystem. (#6896) 2024-07-01 15:17:44 +08:00
李铭昕
28a0f65776
Release v3.1.28 (#6914) 2024-06-27 11:21:23 +08:00
chenkby
8672330312
Support cache.*.options.pool to select redis instance for hyperf/cache. (#6891)
Co-authored-by: 李铭昕 <715557344@qq.com>
2024-06-25 14:44:27 +08:00
张城铭
e12247c587
Added AOP that can act on enum (#6895) 2024-06-25 14:03:19 +08:00
猫粮s
0c75fb4039
Fixed bug that Aop doesn't work on Trait. (#6909)
Co-authored-by: 李铭昕 <715557344@qq.com>
2024-06-25 11:28:49 +08:00
zds
25ce3e7f4c
Added validation rule prohibiti. (#6885) 2024-06-24 22:16:23 +08:00
gaichao168
e285377e67
Optimized code for config-nacos. (#6903) 2024-06-24 11:04:35 +08:00
Usee
4db2fb95cd
Fixed bug that LengthAwarePaginator::addQuery() cannot support array $values. (#6900)
Co-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com>
2024-06-20 11:17:47 +08:00
李铭昕
ca940c0754
Release v3.1.27 (#6902) 2024-06-20 10:35:31 +08:00
zds
2685077627
Added method \Hyperf\Database\Model\Model::updateOrFail (#6884)
Co-authored-by: 李铭昕 <715557344@qq.com>
2024-06-19 13:09:58 +08:00
李铭昕
abdbf7a1ee
Added event BeforeLongLangConsumerCreated and AfterConsumerConfigCreated into ConsumerManager. (#6899) 2024-06-19 12:41:20 +08:00
李铭昕
f039856130
Added event BeforeConsumerCreated into ConsumerManager. (#6897) 2024-06-19 12:12:36 +08:00
zds
2b07523528
Added methods getIndexes hasIndex and getIndexListing into Hyperf\Database\Schema\Builder. (#6883) 2024-06-18 19:56:55 +08:00
zds
be50ab279f
Added methods whereMorphRelation and orWhereMorphRelation into Hyperf\Database\Model\Concerns\QueriesRelationships (#6878) 2024-06-18 18:08:45 +08:00
张城铭
77c94ac002
Using Scanner instead of hard code for hyperf/watcher component. (#6874) 2024-06-15 22:16:31 +08:00
宣言就是Siam
568e360b06
Optimized the format of command error logs. (#6829) 2024-06-14 20:49:22 +08:00
@长久同学
7c128957a7
Support type Closure|Expression|ModelBuilder|static|string of $column for QueryBuilder::orderBy(). (#6868)
Co-authored-by: 李铭昕 <715557344@qq.com>
2024-06-14 13:20:46 +08:00
Deeka Wong
c7ff73ad0d
Updated default path to factories in Model Factory construct method (#6870) 2024-06-14 11:36:59 +08:00
zds
b210bf1af3
Added method Hyperf\Database\Concerns\Builder::eachById. (#6876) 2024-06-14 10:34:03 +08:00
zds
7f6e6f95c6
Added methods getViews and hasView into Hyperf\Database\Schema\Schema. (#6864) 2024-06-13 18:56:30 +08:00
zds
1c75ff17b7
Added method Hyperf\Database\Concerns\BuildsQueries::lazy (#6866) 2024-06-13 18:36:37 +08:00
Deeka Wong
91625d8466
Added before and after methods to Collection (#6869)
Co-authored-by: 李铭昕 <715557344@qq.com>
2024-06-13 14:23:42 +08:00
李铭昕
c1dcb97458
Release v3.1.26 (#6871)
Co-authored-by: Mr.唐 <tw2066@163.com>
2024-06-13 10:07:29 +08:00
zds
a917d4b1f8
Added methods makeHiddenIf and makeVisibleIf to \Hyperf\Database\Model\Concerns\HidesAttributes (#6858) 2024-06-12 11:22:49 +08:00
zds
cc538123f1
Added methods orDoesntHaveMorph and orHasMorph into Hyperf\Database\Model\Concerns. (#6851) 2024-06-12 10:50:14 +08:00
Deeka Wong
4ced760bdc
Use Hyperf\Collection\Enumerable instead of Hyperf\ViewEngine\Contract\Enumerable (#6860) 2024-06-12 10:22:30 +08:00
zds
661dcebee6
Unify the Implementation of when and unless methods in \Hyperf\Scout\Builder (#6856) 2024-06-12 09:48:01 +08:00
Deeka Wong
d7a5856a75
feat: Add Conditionable trait to BuildsQueries (#6855) 2024-06-11 19:40:41 +08:00
zds
37550281c0
Added methods BuildsQueries::[chunkById|chunkByIdDesc] and added documents about amqp. (#6846)
Co-authored-by: 李铭昕 <715557344@qq.com>
2024-06-11 14:39:12 +08:00
zds
4bd169edfe
Added method Hyperf\Database\Schema::getTables(). 2024-06-07 19:54:00 +08:00
rookiexxk
6a261dcc63
Fixed bug that LazyCollection::splitIn() cannot work caused by type hint. (#6848)
Co-authored-by: 10470 <xiexuekun@addcn.com>
Co-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com>
2024-06-07 18:30:46 +08:00
李铭昕
e75804f882
Release v3.1.25.1 (#6849) 2024-06-07 17:04:33 +08:00
zds
070e83f76e
Added methods whereRelation and orWhereRelation into QueriesRelationships. (#6844) 2024-06-07 13:55:59 +08:00
Deeka Wong
dddd8f391c
Updated type hint in HigherOrderCollectionProxy constructor (#6847) 2024-06-07 10:46:11 +08:00
zds
01a5aad411
Added methods WithWhereHas to Model\Concerns\QueriesRelationships (#6837) 2024-06-06 15:09:54 +08:00