Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Releases: zfcampus/zf-rpc

zf-rpc 1.4.2

22 Jan 20:41
Compare
Choose a tag to compare

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

07 Jan 21:27
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #19 fixes a circular dependency issue in the RpcControllerFactory.

zf-rpc 1.4.0

03 May 20:13
Compare
Choose a tag to compare

Added

  • #17 adds support for PHP 7.1 and 7.2.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #17 removes support for HHVM.

Fixed

  • Nothing.

zf-rpc 1.3.1

11 Oct 19:50
Compare
Choose a tag to compare

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #11 fixes a typo in an import statement.
  • #12 fixes registration of the ViewJsonFactory, ensuring it registers at its original priority of 100.

zf-rpc 1.3.0

12 Jul 22:20
Compare
Choose a tag to compare

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 the Module class.
  • #10 exposes the module to zend-component-installer.

Deprecated

  • Nothing.

Removed

  • #10 removes support for PHP 5.5.

Fixed

  • Nothing.