Releases: exasol/error-reporting-python
Releases · exasol/error-reporting-python
0.5.0
0.4.0
0.4.0
Summary
API Rework and package renaming:
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
0.3.0: Release on PyPi
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
Eliminated the nested set warning caused by the error code format
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
Add Python-Builder for Exasol error messages
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.