Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 899 Bytes

File metadata and controls

31 lines (22 loc) · 899 Bytes

@journeyapps/https-proxy-socket

1.0.1

Patch Changes

  • 0050a5d: Fixed socket timeout and use mongo driver existing socket
  • 94c3c5e: Mongo hack fix, multi socket closure

1.0.0

Major Changes

  • 73fb7f7: ## 1.2.2

    Major Changes

    • Removed support for mssql (tedious).
      • If you require this functionality please use v0.2.2 instead.
    • Support for MongoDB connection via https proxy added.
      • npx script added to retrieve replica members from a MongoDB connection string.

    Minor Changes

    • Updated dependencies.

    Patch Changes

    • Convert to Vitest for all tests
    • Refactoring and cleanup of codebase
    • Changesets added
    • GitHub workflows added for CI and publishing.
    • Switched repository to pnpm as package manager.
    • Package is published with support for esm and cjs