Skip to content

Conversation

@Kumar-Kishan
Copy link
Owner

No description provided.

Copilot AI review requested due to automatic review settings October 20, 2025 17:49
@Kumar-Kishan Kumar-Kishan merged commit 2dedf23 into master Oct 20, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds support for Socks5 proxy configuration to the MongoDB driver by introducing four new connection options: proxyHost, proxyPort, proxyUsername, and proxyPassword. These options enable users to route MongoDB TCP connections through a Socks5 proxy server with optional authentication.

Key Changes:

  • Added four new proxy-related configuration options to the MongoDB connection interface
  • Registered the new options in the driver's allowed options list

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/driver/mongodb/MongoDriver.ts Adds proxy configuration options to the allowed options list
src/driver/mongodb/MongoConnectionOptions.ts Defines TypeScript interface properties and documentation for the new Socks5 proxy options

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants