Skip to content

1.10.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 29 Jun 16:43
· 19 commits to master since this release

Included commits: 1.9.0...1.10.0

Improvements

  • Introduced ConventionPluginInterface to provide an extension point for the API conventions.
  • Introduced RequestAfterRoutingValidatorPluginInterface to provide an extension point for validation that is aware of the routed resource.
  • Introduced RequestBuilderPluginInterface to provide an extension point for building the request.
  • Introduced RequestValidatorPluginInterface to provide an extension point for basic validation.
  • Introduced ResponseFormatterPluginInterface to provide an extension point for formatting the response.
  • Introduced ResourcesProviderPluginInterface to allow for API applications to wire their own resources to be routed by GlueApplication.
  • Introduced RouteProviderPluginInterface for API modules to be able to provide routes pointing to controllers without a resource.
  • Introduced RoutesProviderPluginInterface to allow API applications to wire their own routes to be routed by GlueApplication

Deprecations

  • Deprecated ApiConventionPluginInterface.