Skip to content

Latest commit

 

History

History
98 lines (62 loc) · 6.35 KB

CHANGELOG.md

File metadata and controls

98 lines (62 loc) · 6.35 KB

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.

2.0.0 - 2022-07-29

New major release!

See the upgrade guide to know what are the BC breaks.

New example repository to quickly play with the handler if needed.

Changes

Internal

1.2.2 - 2020-09-04

Changes

Internal

1.2.1 - 2019-12-13

Fixed

1.2.0 - 2019-11-06

Added

  • Add extension points (fix #3) (#12)

    See the doc!

  • Re-add .gitattributes as it makes dist lighter (#11)

Changed

  • Suggest Symfony HttplugClient in symfony guide (#13)
  • Use Fatal instead of critical level for breadcrumbs (Critical is deprecated) (fix #9) (#11)

Fixed

  • Flush messages on Handler write (fix #10) (#11)
  • Bump sentry SDK minimum version to 2.2.3 (#11)

1.1.0 - 2019-09-26

Added

  • Monolog v2 compatibility (fix #4)
  • Bump dependency to "sentry/sentry:^2.2.1" (fix #6)
  • Document how to use another http client than curl HTTPlug (fix #7)

Changed

  • Update doc

Removed

  • Remove .gitattributes

1.0.0 - 2019-08-17

Added

  • First version of SentryHandler