You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2025. It is now read-only.
Release Notes Plans
Minor improvement to error handling in query-api-php-client library. Query failures now return actual SQL error messages instead of generic status codes.
Customer Communication
No direct customer communication needed - this is a library enhancement that improves developer experience. Consuming applications will automatically benefit from more detailed error messages.
Impact Analysis
Low risk change affecting only error message content, not functionality. Developers using this library will receive more actionable error information when queries fail, improving debugging capabilities.
Change Type
Bug fix/improvement - Enhanced error handling to expose actual SQL errors instead of generic "Query job failed with status: failed" messages.
Justification
Addresses AJDA-1025 under the "Augustus Secundus" epic. Current error messages provide insufficient detail for debugging failed queries, making troubleshooting difficult for developers.
Deployment Plan
Standard library release process - tag new version, publish to package manager. No deployment coordination required as this is a PHP library dependency.
Rollback Plan
Revert to previous version via composer if issues arise. Change is backward compatible and only affects error message content, not API contracts.
Post Release
Monitor error logs to ensure new error extraction logic works correctly. Verify consuming applications receive improved error details without breaking changes.
Support Plan
Update internal documentation to reference enhanced error reporting. No additional support overhead expected - change should reduce support burden by providing clearer error context.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
3 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://keboola.atlassian.net/browse/AJDA-1025