We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67000ba commit 73fb7f7Copy full SHA for 73fb7f7
1 file changed
.changeset/whole-otters-taste.md
@@ -0,0 +1,21 @@
1
+---
2
+'@journeyapps/https-proxy-socket': major
3
4
+
5
+## 1.2.2
6
+### Major Changes
7
+- Removed support for mssql (tedious).
8
+ - If you require this functionality please use [v0.2.2](https://www.npmjs.com/package/@journeyapps/https-proxy-socket/v/0.2.2) instead.
9
+- Support for MongoDB connection via https proxy added.
10
+ - npx script added to retrieve replica members from a MongoDB connection string.
11
12
+### Minor Changes
13
+- Updated dependencies.
14
15
+### Patch Changes
16
+- Convert to Vitest for all tests
17
+- Refactoring and cleanup of codebase
18
+- Changesets added
19
+- GitHub workflows added for CI and publishing.
20
+- Switched repository to `pnpm` as package manager.
21
+- Package is published with support for esm and cjs
0 commit comments