|
22 | 22 | |
23 | 23 | <active>yes</active> |
24 | 24 | </lead> |
25 | | - <date>2024-12-25</date> |
| 25 | + <date>2025-03-08</date> |
26 | 26 | <time>17:00:00</time> |
27 | 27 | <version> |
28 | | - <release>5.8.1</release> |
29 | | - <api>5.8.1</api> |
| 28 | + <release>5.9.0</release> |
| 29 | + <api>5.9.0</api> |
30 | 30 | </version> |
31 | 31 | <stability> |
32 | 32 | <release>stable</release> |
|
39 | 39 | ### Changed |
40 | 40 |
|
41 | 41 | - Changed `Phalcon\Filter\Validation\Validator\Email` to allow UTF8 in local part. [#16637](https://github.com/phalcon/cphalcon/issues/16637) |
| 42 | + - Changed `Phalcon\Cache\Cache::getMultiple()` to use `mget()` when the `Phalcon\Cache\Adapter\Redis` is used. [#16689](https://github.com/phalcon/cphalcon/issues/16689) |
| 43 | + - Changed `Storage\Adapter\Redis` to accept `ssl` in the options for secure connections. [#16711](https://github.com/phalcon/cphalcon/issues/16711) |
42 | 44 |
|
43 | 45 | ### Added |
44 | | - |
45 | | - - Added events and `Phalcon\Events\Manager` for `Phalcon\Storage\Adapter\Apcu`, |
46 | | - `Phalcon\Storage\Adapter\Redis`, |
47 | | - `Phalcon\Storage\Adapter\Memory`, |
48 | | - `Phalcon\Storage\Adapter\Libmemcached`, |
49 | | - `Phalcon\Storage\Adapter\Stream`, |
50 | | - `Phalcon\Storage\Adapter\Weak`, |
51 | | - `Phalcon\Cache\Adapter\Apcu`, |
52 | | - `Phalcon\Cache\Adapter\Redis`, |
53 | | - `Phalcon\Cache\Adapter\Memory`, |
54 | | - `Phalcon\Cache\Adapter\Libmemcached`, |
55 | | - `Phalcon\Cache\Adapter\Stream`, |
56 | | - `Phalcon\Cache\Adapter\Weak` |
57 | | - `Phalcon\Cache\AbstractCache`. [#16606](https://github.com/phalcon/cphalcon/issues/16606) |
| 46 | + - Added `dispatch:beforeCallAction` and `dispatch:afterCallAction` to last-minute modifications to handler and method (mostly for debugging). |
58 | 47 |
|
59 | 48 | ### Fixed |
60 | 49 |
|
| 50 | + - Fixed `Phalcon\Forms\Form` and `Phalcon\Filter\Validation` to correctly handle the `validate()` response when using validation class `beforeValidate()` [#16702](https://github.com/phalcon/cphalcon/issues/16702) |
| 51 | + - Fixed `Phalcon\Support\Debug` to use correct passed arguments in `set_error_handler` callback. PHP v7.2.0 deprecated `errcontext` and has been removed since php v8.0.0 [#16649](https://github.com/phalcon/cphalcon/issues/16686) |
61 | 52 | - Fixed `Phalcon\Http\Response\Cookies`, `Phalcon\Http\Response\CookiesInterface` and `Phalcon\Http\Cookie` to use correct cookie default arguments, avoid deprecated null assign warning when trying to assign the same cookie twice [#16649](https://github.com/phalcon/cphalcon/issues/16649) |
62 | 53 | - Fixed `Phalcon\Encryption\Crypt` to use `strlen` instead of `mb_strlen` for padding calculations [#16642](https://github.com/phalcon/cphalcon/issues/16642) |
63 | 54 | - Fixed `Phalcon\Filter\Validation\Validator\File\MimeType::validate` to close the handle when using `finfo` [#16647](https://github.com/phalcon/cphalcon/issues/16647) |
64 | 55 | - Fixed `Phalcon\Mvc\Model\Manager::getRelationRecords` to explicitly set the `referencedModel` in the conditions along with the `referencedFields` [#16655](https://github.com/phalcon/cphalcon/pull/16655) |
65 | 56 | - Fixed `Phalcon\Image\Adapters\AbstractAdapter::watermark` to correctly calculate the Y offset [#16658](https://github.com/phalcon/cphalcon/issues/16658) |
| 57 | + - Fixed `Phalcon\Dispatcher\AbstractDispatcher` when calling action methods that do not define parameters to prevent `Unknown named parameter` error. |
66 | 58 | - Fixed `Phalcon\Di\Injectable` to reference the correct instance of `Phalcon\Di\Di` in the docblock property [#16634](https://github.com/phalcon/cphalcon/issues/16634) |
67 | 59 | - Fixed `Phalcon\Filter\Filter` to have the correct docblock for IDE completion |
| 60 | + - Fixed `Phalcon\Mvc\Model\Query` to use the lifetime in the "cache" service if none has been supplied by the options [#16696](https://github.com/phalcon/cphalcon/issues/16696) |
| 61 | + - Fixed `Phalcon\Session\Adapter\Stream::gc()` to throw an exception if something is wrong with `glob()` [#16713](https://github.com/phalcon/cphalcon/issues/16713) |
| 62 | + - Fixed `Phalcon\Http\Request::getBasicAuth()` to return a `null` password if not defined on the server [#16668](https://github.com/phalcon/cphalcon/issues/16668) |
68 | 63 |
|
69 | 64 | </notes> |
70 | 65 | <contents> |
|
0 commit comments