Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

42 lines (25 loc) · 1.07 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.

[5.2.0] - 2024-11-15

Added

  • Adding exception trace in OpenTelemetry format during array serialization.

Changed

  • Exception messages have been corrected. Additional tests have been added.

Removed

  • Remove class Serialization to array trait.

[5.1.0] - 2024-10-27

Added

  • Added interface Throwable to BaseExceptionInterface.
  • Class Error was extended from ErrorException.
  • Added MonologProcessor for Monolog.

Fixed

  • Fixed the PHPDoc type hints for PHPStan.
  • Fixed the ResourceException class and sibling classes.

Changed

  • Rename method BaseExceptionInterface::template() to BaseExceptionInterface::getTemplate().
  • Update documentation (English and Russian).
  • Exceptions are no longer added to the exception registry. This functionality is disabled by default.

Removed