This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
Releases: zfcampus/zf-apigility-admin
Releases · zfcampus/zf-apigility-admin
zf-apigility-admin 1.8.0
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
toglob()
, fixing an issue when used on IBM i platforms.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
zf-apigility-admin 1.7.0
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
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
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
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #381 updates the signature of
PostInputFilter::isValid()
to be compatible withZend\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
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
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
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 forzf-development-mode
based on whether or not a Windows operating system is detected.
zf-apigility-admin 1.5.8
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 thepublic/index.php
that will interceptphp 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
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #362 adds an entry to remove
ZF\Apigility\Provider
from the module list in theapigility-update-to-1.5
script. The package does not need to be listed as a module, as Composer will autoload all interfaces it defines.