#
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.
#
0.3.0
NEXT
Expected: unknown
#
0.2.3
LATEST
Released: 2021-11-27
#
Fixed
- Fixed
Unhashable Type RichErr
was causing rollbar troubles with reporting RichErr exceptions
#
0.2.2
Released: 2021-10-17
#
Added
- Added
__str__
and__repr__
methods for base error class
#
0.2.1
Released: 2021-10-06
#
Changed
- Updated python to 3.10.0
#
0.2.0
Released: 2021-10-02
#
Added
- Added
Pydantic
error support - Added bytes support for string arguments
#
Changed
- Removed trailing
Exception
from error name inerror.exception
#
0.1.2
Released: 2021-09-24
#
Fixed
- Fixed error conversion losing default code
#
0.1.1
Released: 2021-09-18
#
Changed
- Base error now inherits
Exception
instead ofBaseException
#
Fixed
- Fixed typing issues with
add_conversion
like methods
#
0.1.0
Released: 2021-09-17
#
Added
- Project started