feat/refactor_network_mixed_secure_insecure_channels#319
Conversation
WalkthroughThe changes involve deprecating the Changes
Recent Review DetailsConfiguration used: .coderabbit.yaml Files selected for processing (1)
Files skipped from review as they are similar to previous changes (1)
TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
There was a problem hiding this comment.
Actionable comments posted: 0
Actionable comments outside the diff hunks (1)
tests/test_async_client_deprecation_warnings.py (1)
Line range hint
583-583: Duplicate method nametest_stream_keepalive_deprecation_warningfound. This could lead to one of the methods being overshadowed and not tested. Please rename one of the methods to ensure both are uniquely identifiable and executable.
There was a problem hiding this comment.
Actionable comments posted: 0
Actionable comments outside the diff hunks (1)
tests/test_async_client_deprecation_warnings.py (1)
Line range hint
583-583: Duplicate method definition fortest_stream_keepalive_deprecation_warning. Consider removing or renaming one of the definitions to ensure all tests are executed as expected.
use_secure_connectionas deprecated.Solves CHAIN-89
Summary by CodeRabbit
use_secure_connectionandcredentialsparameters in favor of more flexible connection handling.