Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions .changeset/whole-otters-taste.md

This file was deleted.

1 change: 1 addition & 0 deletions .github/ci
Submodule ci added at 4dc851
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# @journeyapps/https-proxy-socket

## 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](https://www.npmjs.com/package/@journeyapps/https-proxy-socket/v/0.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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@journeyapps/https-proxy-socket",
"version": "0.2.2",
"version": "1.0.0",
"author": "JourneyApps",
"repository": "journeyapps/https-proxy-socket",
"license": "MIT",
Expand Down