diff --git a/.changeset/slimy-pots-glow.md b/.changeset/slimy-pots-glow.md deleted file mode 100644 index f359badf3..000000000 --- a/.changeset/slimy-pots-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@httpx/dsn-parser': minor ---- - -Reduce dsn regexp character lengths (reduce complexity) diff --git a/packages/dsn-parser/CHANGELOG.md b/packages/dsn-parser/CHANGELOG.md index 8fcf1c801..1b193e08e 100644 --- a/packages/dsn-parser/CHANGELOG.md +++ b/packages/dsn-parser/CHANGELOG.md @@ -1,5 +1,11 @@ # @httpx/dsn-parser +## 1.4.0 + +### Minor Changes + +- [#649](https://github.com/belgattitude/httpx/pull/649) [`339e8a3`](https://github.com/belgattitude/httpx/commit/339e8a3c558e5d199a224b877f77b10734e9a870) Thanks [@belgattitude](https://github.com/belgattitude)! - Reduce dsn regexp character lengths (reduce complexity) + ## 1.3.0 ### Minor Changes @@ -7,6 +13,7 @@ - [#619](https://github.com/belgattitude/httpx/pull/619) [`b7587cd`](https://github.com/belgattitude/httpx/commit/b7587cdee67c73fbad470ffc2273f2eeba43a414) Thanks [@belgattitude](https://github.com/belgattitude)! - Add convertJdbcToDsn utility function Helps to convert [jdbc](https://learn.microsoft.com/en-us/sql/connect/jdbc/building-the-connection-url?view=sql-server-ver15) dsn. Useful for prisma using [sqlserver](https://www.prisma.io/docs/concepts/database-connectors/sql-server#connection-details). + ```typescript import { convertJdbcToDsn } from '@httpx/dsn-parser'; diff --git a/packages/dsn-parser/package.json b/packages/dsn-parser/package.json index 4e7d5c436..5c5e913e5 100644 --- a/packages/dsn-parser/package.json +++ b/packages/dsn-parser/package.json @@ -1,7 +1,7 @@ { "name": "@httpx/dsn-parser", "description": "Utility parser for DSN", - "version": "1.3.0", + "version": "1.4.0", "license": "MIT", "author": { "name": "Vanvelthem Sébastien",