Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.16 KB

CHANGELOG.md

File metadata and controls

33 lines (22 loc) · 1.16 KB

Changelog

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

Fixed

  • cache:clear throws an exception in production environments (#2)

0.6.1-beta (2016-04-14)

Changed

  • ProfilerController is now a service

Fixed

  • Fixed an off-by-one error in the Web Profiler

0.6.0-beta (2016-03-03)

Added

  • Show metrics about requests in the Web Profiler
  • Show headers and response bodies for API calls
  • Added ContentfulDataCollector::getErrorCount

Changed

  • Request logging is only enabled by default if kernel.debug is enabled. It can be configured for individual clients by setting request_logging.
  • Show Contentful info in the Web Debug Toolbar only when a request was performed.

0.5.0-beta (2016-02-22)

Initial release