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/brave-foxes-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-buses-guess.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# prool

## 0.2.4

### Patch Changes

- [#73](https://github.com/wevm/prool/pull/73) [`18283b9`](https://github.com/wevm/prool/commit/18283b954e2bd066501ad5b0ab93b8ea6d361009) Thanks [@brendanjryan](https://github.com/brendanjryan)! - Fixed testcontainers Tempo instance to use exposed ports instead of host networking for macOS compatibility. Containers now bind to `127.0.0.1` with dynamically mapped ports, resolving connectivity issues on non-Linux platforms.

- [#71](https://github.com/wevm/prool/pull/71) [`474e091`](https://github.com/wevm/prool/commit/474e091e33ee6f0c6f3c14df1db453cab3e4d877) Thanks [@brendanjryan](https://github.com/brendanjryan)! - Made the testcontainers Tempo instance startup timeout configurable via `startupTimeout`. This also introduces a shared internal container-options shape for testcontainers-backed instances, so future container adapters can reuse the same option pattern. The default timeout remains `10_000ms`.

## 0.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"[!start-pkg]": "",
"name": "prool",
"description": "HTTP testing instances for Ethereum",
"version": "0.2.3",
"version": "0.2.4",
"type": "module",
"sideEffects": false,
"files": [
Expand Down