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
9 changes: 0 additions & 9 deletions .changeset/devnet-auto-port-allocation.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/dry-dots-knock.md

This file was deleted.

7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# docs

## 0.0.51

### Patch Changes

- Updated dependencies [[`80d146e`](https://github.com/IntersectMBO/evolution-sdk/commit/80d146e01a708c6261404c7b63985f9ec7639c83)]:
- @evolution-sdk/devnet@3.0.10

## 0.0.50

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.0.50",
"version": "0.0.51",
"private": true,
"type": "module",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions packages/evolution-devnet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @evolution-sdk/devnet

## 3.0.10

### Patch Changes

- [#383](https://github.com/IntersectMBO/evolution-sdk/pull/383) [`80d146e`](https://github.com/IntersectMBO/evolution-sdk/commit/80d146e01a708c6261404c7b63985f9ec7639c83) Thanks [@solidsnakedev](https://github.com/solidsnakedev)! - `Cluster.make` now auto-allocates host ports for cardano-node, Kupo, and Ogmios when not specified, so parallel test runs no longer collide on the previous fixed defaults (1442/1337/4001/8090). The returned `Cluster` exposes a new `ports` field with the assigned host ports.

Consumers passing explicit `port` values on `kupo`, `ogmios`, or `ports` keep their existing behavior. Consumers that relied on the previous fixed defaults should read the assigned port from `cluster.ports.kupo`, `cluster.ports.ogmios`, `cluster.ports.node`, and `cluster.ports.submit` instead.

Container starts now retry with exponential backoff to absorb transient Docker daemon pressure when many containers come up at once.

## 3.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/evolution-devnet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evolution-sdk/devnet",
"version": "3.0.9",
"version": "3.0.10",
"description": "Local Cardano devnet for testing and development with Docker",
"type": "module",
"main": "./dist/index.js",
Expand Down