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
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.



This pull request introduces an architectural documentation addition and updates several dependencies and CI workflow actions to their latest patch versions. The main highlights are the addition of a comprehensive
ARCHITECTURE.mdfile describing the design and internal workings of the SDK, and dependency updates to keep the codebase secure and up-to-date.Documentation:
ARCHITECTURE.mdfile that thoroughly documents the design goals, high-level architecture, core components, execution flow, software patterns, concurrency model, and extensibility points of theswitcher_clientSDK. This will help both new and existing contributors understand the internal structure and rationale behind the SDK’s implementation.CI Workflow and Dependency Updates:
actions/setup-pythonfrom versionv6tov7in GitHub Actions workflow files (master.yml,release.yml,release-test.yml,sonar.yml,staging.yml) to ensure compatibility and benefit from the latest improvements. [1] [2] [3] [4] [5] [6] [7]sonarsource/sonarqube-scan-actioninmaster.ymlandsonar.ymlfromv8.2.0tov8.2.1for improved security and bug fixes. [1] [2]Pipfile:pylintfrom4.0.6to4.0.7andpython-dotenvfrom1.2.2to1.2.3, ensuring the development environment uses the latest bugfixes and features.