Skip to content

Commit d4ed885

Browse files
Version Packages (#6141)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4767f86 commit d4ed885

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/bright-pants-thank.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/sql-pg/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @effect/sql-pg
22

3+
## 0.52.1
4+
5+
### Patch Changes
6+
7+
- [#6140](https://github.com/Effect-TS/effect/pull/6140) [`4767f86`](https://github.com/Effect-TS/effect/commit/4767f860a8231fc8d805d38173b85b47da41a6b0) Thanks @tim-smart! - Use a dedicated PostgreSQL connection for LISTEN / UNLISTEN so active listeners do not consume a pooled query connection.
8+
39
## 0.52.0
410

511
### Patch Changes

packages/sql-pg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@effect/sql-pg",
3-
"version": "0.52.0",
3+
"version": "0.52.1",
44
"type": "module",
55
"license": "MIT",
66
"description": "A PostgreSQL toolkit for Effect",

0 commit comments

Comments
 (0)