Skip to content

Commit

Permalink
release v3.3.0RC1
Browse files Browse the repository at this point in the history
    - Add #515 option to locally enforce payload size limit
    - Add #539 zstd support
    - Add #540 compression_level option
    - Mark password as a sensitive param for PHP 8.2
    - Fix Windows PHP 8 compatibility
    - Fix #518 Windows msgpack support
    - Fix #522 signed integer overflow
    - Fix #523 incorrect PHP reflection type for Memcached::cas $cas_token
    - Fix #546 don't check key automatically, unless client-side verify_key is enabled
  • Loading branch information
m6w6 committed Oct 4, 2024
1 parent 2719e1e commit 25a192c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,13 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2024-09-26</date>
<lead>
<name>Michael Wallner</name>
<user>mike</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2024-10-04</date>
<version>
<release>3.3.0RC1</release>
<api>3.3.0</api>
Expand Down

0 comments on commit 25a192c

Please sign in to comment.