This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
Releases: zfcampus/zf-rpc
Releases · zfcampus/zf-rpc
zf-rpc 1.4.2
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #20 fixes a circular dependency lookup issue that would result in nested
wrapping of a callable for use as an RPC controller.
zf-rpc 1.4.1
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #19 fixes a circular dependency issue in the
RpcControllerFactory
.
zf-rpc 1.4.0
zf-rpc 1.3.1
zf-rpc 1.3.0
Added
- #10 adds support for v3 releases of Zend Framework components, while retaining compatibility with v2 releases.
- #10 adds
ZF\Rpc\Factory\OptionsListenerFactory
, which was extracted from theModule
class. - #10 exposes the module to zend-component-installer.
Deprecated
- Nothing.
Removed
- #10 removes support for PHP 5.5.
Fixed
- Nothing.