Skip to content

1.10.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 18 Apr 13:03
· 22 commits to master since this release

Included commits: 1.9.0...1.10.0

Improvements

  • Introduced Spryker\Glue\Http\Plugin\EventDispatcher\CacheControlHeaderEventDispatcherPlugin so it provides Cache-Control header for Glue.
  • Introduced Spryker\Yves\Http\Plugin\EventDispatcher\CacheControlHeaderEventDispatcherPlugin so it provides Cache-Control header for Yves.
  • Introduced Spryker\Zed\Http\Communication\Plugin\EventDispatcher\CacheControlHeaderEventDispatcherPlugin so it provides Cache-Control header for Zed.
  • Introduced Spryker\Yves\Http\Plugin\EventDispatcher\EnvironmentInfoHeaderEventDispatcherPlugin.
  • Introduced Spryker\Zed\Http\Communication\Plugin\EventDispatcher\EnvironmentInfoHeaderEventDispatcherPlugin.
  • Introduced Spryker\Shared\Http\HttpConstants::YVES_HTTP_CACHE_CONTROL_CONFIG, Spryker\Shared\Http\HttpConstants::ZED_HTTP_CACHE_CONTROL_CONFIG, Spryker\Shared\Http\HttpConstants::GLUE_HTTP_CACHE_CONTROL_CONFIG.
  • Introduced Spryker\Zed\Http\HttpConfig::getCacheControlConfig().
  • Introduced Spryker\Yves\Http\HttpConfig::getCacheControlConfig().
  • Introduced Spryker\Glue\Http\HttpConfig::getCacheControlConfig().

Deprecations

  • Deprecated Spryker\Yves\Http\Plugin\EventDispatcher\HeaderEventDispatcherPlugin.
  • Deprecated Spryker\Zed\Http\Communication\Plugin\EventDispatcher\HeaderEventDispatcherPlugin.