Skip to content

Commit f8b04e0

Browse files
committed
Release v0.11.0
Signed-off-by: Bryan Frimin <bryan@frimin.fr>
1 parent 7563669 commit f8b04e0

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.11.0] - 2026-05-25
11+
12+
### Added
13+
14+
- **worker**: `PeriodicWorker` runs a handler on a fixed interval, skipping ticks when the previous run is still in progress. Instrumented with Prometheus counters and histograms (`periodic_worker_cycles_total`, `periodic_worker_runs_total`, `periodic_worker_run_duration_seconds`, `periodic_worker_skipped_total`) and OpenTelemetry traces.
15+
- **pg**: `WithStatementCacheCapacity` option to tune the number of server-side prepared statements pgx caches per connection. Pass `0` when running behind a transaction-mode connection pooler such as pgbouncer.
16+
- **pg**: `WithDescriptionCacheCapacity` option to tune the statement-description cache used by `QueryExecModeCacheDescribe`.
17+
- **pg**: `WithDefaultQueryExecMode` option to override pgx's default query execution mode. Use together with `WithStatementCacheCapacity(0)` and `WithDescriptionCacheCapacity(0)` for transaction-pooling proxies.
18+
- **httpserver**: Default 30 s read and write timeouts on all servers created by `NewServer`. Override with the new `WithReadTimeout` and `WithWriteTimeout` options; pass `0` to disable.
19+
1020
## [0.10.0] - 2026-05-12
1121

1222
### Added

0 commit comments

Comments
 (0)