-
Notifications
You must be signed in to change notification settings - Fork 17
feat: prepared release v0.2.0 + fixed important errors #335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
…nsumer management
CDiezRodriguez
approved these changes
Sep 29, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing work, @matbmoser!
…abase timeout configuration
…ns for policies and filters
|
…e processes in DtrConsumerMemoryManager
…oved traceability
…et negotiation process
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
WHAT
Added new rc2 release with hotfixes
This pull request introduces several important updates to the
ichub-backend
project, focusing on improved configuration, enhanced error handling and startup diagnostics, database connection robustness, and reliability improvements for connector and DTR (Digital Twin Registry) modules. The configuration now uses production endpoints and credentials, and the codebase includes more robust error handling for startup failures, especially related to database and IAM connectivity. Additionally, the DTR consumer submodel discovery logic now supports connection retries, and the project dependencies have been updated.Configuration and Security Updates:
timeout
parameter for database connections inconfiguration.yml
for improved reliability.Startup and Error Handling Improvements:
connector.py
,dtr.py
, and surfaced these errors in the FastAPI runtime. The application now logs critical errors if modules fail to initialize due to configuration or connectivity issues, and warns the user at startup if the system is not fully operational. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]Database Connection Robustness:
database.py
by adding connection timeouts, better logging, and error state tracking to ensure the application is aware of database availability issues.DTR Consumer Reliability:
discover_submodel
method to support connection retries, improving resilience against temporary connector failures. The method now takes amax_retries
parameter and attempts to re-establish connections before failing. [1] [2] [3] [4]Dependency and Version Updates:
tractusx_sdk
dependency from0.4.1
to0.5.0
inrequirements.txt
, and updated the application version tov0.2.0
in the startup banner. [1] [2]WHY
Briefly state why the change was necessary.
FURTHER NOTES
List other areas of code that have changed but are not necessarily linked to the main feature. This could be method signature changes, package declarations, bugs that were encountered and were fixed inline, etc.
Closes # <-- insert Issue number if one exists