Skip to content

Commit df4fab2

Browse files
Touch up CHANGELOG.md and package.xml for 6.3.0
1 parent ad5c977 commit df4fab2

2 files changed

Lines changed: 18 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
77

88
# [6.3.0] - 2025-11-06 ([Github](https://github.com/phpredis/phpredis/releases/6.3.0), [PECL](https://pecl.php.net/package/redis/6.3.0))
99

10-
This release introduces support for dozens of new commands, including hash field expiration, Valkey’s DELIFEQ, and Redis vector set operations. It also delivers numerous bug fixes and performance improvements.
10+
This release introduces support for dozens of new commands, including has field expiration, Valkey’s DELIFEQ, and Redis vector set commands. It also includes many bug fixeaand performance improvements.
1111

1212
### Sponsors :sparkling_heart:
1313

package.xml

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,24 @@ http://pear.php.net/dtd/package-2.0.xsd">
3232
<api>stable</api>
3333
</stability>
3434
<license uri="http://www.php.net/license">PHP</license>
35-
<notes>--- 6.3.0 ---
36-
35+
<notes>
3736
--- Sponsors ---
3837

3938
A-VISION Advertising - https://github.com/A-VISION-BV
4039
Avtandil Kikabidze - https://github.com/akalongman
4140
Geoffrey Hoffman - https://github.com/phpguru
4241
Object Cache Pro for WordPress - https://objectcache.pro/
4342
Open LMS - https://openlms.net/
44-
Relay - https://relay.so)
43+
Relay - https://relay.so
4544
Salvatore Sanfilippo - https://github.com/antirez
4645
Ty Karok - https://github.com/karock
4746

47+
--- 6.3.0 ---
48+
49+
This release introduces support for dozens of new commands, including hash
50+
field expiration, Valkey’s DELIFEQ, and Redis vector set commands. It also
51+
includes many bug fixes and performance improvements.
52+
4853
Fixed:
4954

5055
* Cloning our objects should not segfault [770034cc] (michael-grunder)
@@ -156,18 +161,24 @@ http://pear.php.net/dtd/package-2.0.xsd">
156161
<api>6.2.0</api>
157162
</version>
158163
<date>2025-11-06</date>
159-
<notes>--- 6.3.0 ---
164+
<notes>
160165
--- Sponsors ---
161166

162167
A-VISION Advertising - https://github.com/A-VISION-BV
163168
Avtandil Kikabidze - https://github.com/akalongman
164169
Geoffrey Hoffman - https://github.com/phpguru
165170
Object Cache Pro for WordPress - https://objectcache.pro/
166171
Open LMS - https://openlms.net/
167-
Relay - https://relay.so)
172+
Relay - https://relay.so
168173
Salvatore Sanfilippo - https://github.com/antirez
169174
Ty Karok - https://github.com/karock
170175

176+
--- 6.3.0 ---
177+
178+
This release introduces support for dozens of new commands, including hash
179+
field expiration, Valkey’s DELIFEQ, and Redis vector set commands. It also
180+
includes many bug fixes and performance improvements.
181+
171182
Fixed:
172183

173184
* Cloning our objects should not segfault [770034cc] (michael-grunder)
@@ -194,7 +205,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
194205
Geoffrey Hoffman - https://github.com/phpguru
195206
Object Cache Pro for WordPress - https://objectcache.pro/
196207
Open LMS - https://openlms.net/
197-
Relay - https://relay.so)
208+
Relay - https://relay.so
198209
Salvatore Sanfilippo - https://github.com/antirez
199210
Ty Karok - https://github.com/karock
200211

0 commit comments

Comments
 (0)