Releases: exasol/error-reporting-python
1.1.0
1.1.0 - 2026-02-09
Summary
This release fixed vulnerabilities by updating depedencies on top of version 1.0.0.
Security Issues
- #74: Updated dependencies on top of 1.0.0
Refactoring
- #72: Dropped support for Python 3.9 as EOL was 2025-10, which newer dependencies no longer support
- #68: Updated to poetry 2.1.2 and exasol-toolbox 1.1.0
- Updated transitive dependencies
- #67: Extended unit test to contain test scenarios with different values for the parameter description
- #72: Relocked transitive dependencies pip, urllib3, and filelock and updated exasol-toolbox to 4.0.0
Dependency Updates
dev
- Updated dependency
exasol-toolbox:0.15.0to5.1.1
1.0.0
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.