Skip to content

1.7.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 01 Mar 15:34
· 23 commits to master since this release

Included commits: 1.6.0...1.7.0

Improvements

  • Introduced ApiConventionPluginInterface to allow conventions to follow the request flow.
  • Introduced CommunicationProtocolPluginInterface to define a communication protocol used by the APIs.
  • Introduced ResourceFilterPluginInterface to filter resources for API applications.
  • Introduced ResourceInterface to operate with resources.
  • Introduced MissingResourceInterface to be used as a resource created if routing fails.

Deprecations

  • Deprecated ControllerAfterActionPluginInterface.
  • Deprecated ControllerBeforeActionPluginInterface.
  • Deprecated FormatRequestPluginInterface.
  • Deprecated FormatResponseDataPluginInterface.
  • Deprecated FormatResponseHeadersPluginInterface.
  • Deprecated FormattedControllerBeforeActionPluginInterface.
  • Deprecated ResourceRelationshipCollectionInterface.
  • Deprecated ResourceRelationshipPluginInterface.
  • Deprecated ResourceRouteCollectionInterface.
  • Deprecated ResourceRoutePluginInterface.
  • Deprecated ResourceVersionableInterface.
  • Deprecated ResourceWithParentPluginInterface.
  • Deprecated RestRequestValidatorPluginInterface.
  • Deprecated RestUserFinderPluginInterface.
  • Deprecated RestUserValidatorPluginInterface.
  • Deprecated RouterParameterExpanderPluginInterface.
  • Deprecated TerminationAwareBeforeActionPluginInterface.
  • Deprecated ValidateHttpRequestPluginInterface.
  • Deprecated ValidateRestRequestPluginInterface.