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

Apigility 1.3.2

Compare
Choose a tag to compare
@weierophinney weierophinney released this 27 Jan 18:45
· 157 commits to master since this release

Incorporates the following fixes from zf-apigility-skeleton:

Additionally, the following modules have updates incorporated in this release:

  • zf-development-mode updated to 2.1.2; brings in fixes for configuration cache settings when switching between development and production modes.
  • zend-apigility-admin 1.4.1 fixes an issue in the RpcServiceModel to ensure that a correct pattern is generated when fetching a service by name.
  • zend-apigility-admin-ui 1.2.2 fixes a number of issues discovered, including:
    • DB Autodiscovery was failing due to inability to properly select the DB adapter name.
    • Custom authentication adapters are now displayed.
    • The regex for validating custom content-types was fixed to ensure it only allows valid MIME type specifications.
    • Fixes validation for REST and RPC service names, raising a warning on invalid input.