Reworked the API to be more pythonic and easier to parse. Also the package has been renamed in order to fit the pypi naming scheme.
Feature
* 4: Add error parser/crawler cli tool
Refactoring
* Renamed python package from exasol-error-reporting-python to exasol-error-reporting. * 19: Rework error reporting API * 17: Removed setup.py and updated poetry in actions
Documentation
* 22: Update documentation * 16: Add note on pypi to README
0.3.0
error-reporting-python 0.3.0, released 2023-03-27
Code Name: Release on PyPi
Summary
In this release, we prepare this project for a release on PyPi
Features
- 14: Prepare the project for a release on PyPi
0.2.0
Summary
In this release, we eliminated the nested set warning caused by the error-code format. Furthermore, in case of having an invalid error code, ValueError is thrown instead of AssertError.
Bug Fixes
- 8: Eliminated nested set warning in error code format
0.1.0
Summary
This release provides `ExaError` python library that allows defining uniform error message. An error message should contain an error code in the appropriate structure. In addition it can contain one or more error messages and mitigation hints.
Features
- 1: Added initial project setup - 3: Added error code builder - 6: Prepared for the first release