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
5 changes: 0 additions & 5 deletions .changeset/crazy-walls-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/deep-books-stand.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/cluster/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @effect/cluster

## 0.56.1

### Patch Changes

- [#5946](https://github.com/Effect-TS/effect/pull/5946) [`e88f289`](https://github.com/Effect-TS/effect/commit/e88f289c1d9fd4ec584ee793c264597aa84c9352) Thanks @vic-mo! - Fix HttpRunner double-slash routing

## 0.56.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cluster/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@effect/cluster",
"type": "module",
"version": "0.56.0",
"version": "0.56.1",
"description": "Unified interfaces for common cluster-specific services",
"publishConfig": {
"access": "public",
Expand Down
6 changes: 6 additions & 0 deletions packages/sql-pg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @effect/sql-pg

## 0.50.1

### Patch Changes

- [#5943](https://github.com/Effect-TS/effect/pull/5943) [`c5a1e33`](https://github.com/Effect-TS/effect/commit/c5a1e332e004acc9374ced41d69c557c1e392bf2) Thanks @sidpremkumar! - Fix crash when pool.connect fails by ensuring client exists before attaching error handler

## 0.50.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sql-pg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect/sql-pg",
"version": "0.50.0",
"version": "0.50.1",
"type": "module",
"license": "MIT",
"description": "A PostgreSQL toolkit for Effect",
Expand Down