Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 982 Bytes

CHANGELOG.md

File metadata and controls

23 lines (17 loc) · 982 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

  • Add forward compatibility with Symfony 5 (#235, thanks to @garak)

3.1.0 - 2019-07-02

  • Add support for Symfony 2.8 (#233, thanks to @nocive)
  • Fix handling of ESI requests (#213, thanks to @franmomu)

3.0.0 - 2019-05-10

  • Add the sentry:test command, to test if the Sentry SDK is functioning properly.

3.0.0-beta2 - 2019-03-22

  • Disable Sentry's ErrorHandler, and report all errors using Symfony's events (#204)

3.0.0-beta1 - 2019-03-06

The 3.0 major release has multiple breaking changes. The most notable one is the upgrade to the 2.0 base SDK client. Refer to the UPGRADE-3.0.md document for a detailed explanation.