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

Releases: zfcampus/zf-apigility-admin

zf-apigility-admin 1.8.0

04 Apr 14:33
Compare
Choose a tag to compare

Added

  • #393 adds the documentation key "identifier" to the DocumentationModel and
    allowed documentation keys; the key is used in conjunction with the API
    Blueprint "identifier" and Swagger "operationId" fields.

Changed

  • #398 changes how paths are globbed to use realpath() when providing a path
    to glob(), fixing an issue when used on IBM i platforms.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

zf-apigility-admin 1.7.0

11 Dec 20:23
Compare
Choose a tag to compare

Added

  • #396 adds support for zend-hydrator v3 releases, and maintains compatibility
    with v1 and v2.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

zf-apigility-admin 1.6.0

08 May 15:28
Compare
Choose a tag to compare

Added

  • #373 adds a new optional argument to ModuleModel::createModule(), int $version = 1. This
    option allows a newly created module to start at a version greater than 1 if desired.

Changed

  • #392 updates all dependency constraints to pin to versions that
    support PHP 7.2 where possible.

Deprecated

  • Nothing.

Removed

  • #392 removes support for HHVM.

Fixed

  • Nothing.

zf-apigility-admin 1.5.13

14 Dec 22:59
Compare
Choose a tag to compare

Added

  • #383 adds official support for PHP 7.1 and 7.2 by ensuring we test against both versions during continuous integration. Tests passed with no additional code changes.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #382 updates the signatures of each of the following listed filters to be compatible with Zend\InputFilter\BaseInputFilter::isValid() across all compatible versions of zend-inputfilter, eliminating an error when using zend-inputfilter 2.8+:

    • AuthorizationInputFilter
    • DocumentationInputFilter
    • InputFilterInputFilter

zf-apigility-admin 1.5.12

14 Dec 15:01
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #381 updates the signature of PostInputFilter::isValid() to be compatible with Zend\InputFilter\BaseInputFilter::isValid() across all compatible versions of zend-inputfilter, eliminating an error when using zend-inputfilter 2.8+.

zf-apigility-admin 1.5.11

14 Nov 20:26
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #378 modifies the package requirements to exclude zf-configuration v1.3.1, as that version has a backwards-incompatible change that prevents creation of services via the admin.

zf-apigility-admin 1.5.10

14 Aug 20:09
Compare
Choose a tag to compare

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #370 provides a fix to the RpcServiceModel::fetchAll() method that allows it to work with PSR-4 structured modules.

zf-apigility-admin 1.5.9

12 Oct 15:51
Compare
Choose a tag to compare

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #369 updates the migration script's public/index.php changes such that the stub generated now will vary the script location for zf-development-mode based on whether or not a Windows operating system is detected.

zf-apigility-admin 1.5.8

11 Oct 16:14
Compare
Choose a tag to compare

Added

  • #363 adds an entry for Zend\Validator\Uuid to the validator metadata.
  • #368 updates the bin/apigility-upgrade-to-1.5 script to also inject a stub into the public/index.php that will intercept php public/index.php development [enable|disable] commands, and proxy them to the v3 zf-development-mode tooling.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #365 updates the logic in the DbAutodiscoveryModel to catch and report exceptions due to metadata discovery issues (typically invalid character sets) that were previously returning an empty list, providing better diagnostic details to end-users.

zf-apigility-admin 1.5.7

14 Aug 20:10
Compare
Choose a tag to compare

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #362 adds an entry to remove ZF\Apigility\Provider from the module list in the apigility-update-to-1.5 script. The package does not need to be listed as a module, as Composer will autoload all interfaces it defines.