Skip to content

Releases: macielti/postgresql

Release list

v3.2.0

Choose a tag to compare

@macielti macielti released this 21 Apr 17:02
v3.2.0
769d0c6

Summary

Retry PostgreSQL pool creation and migrations using diehard.

  • Pool creation and migration execution now retry on transient failures
  • Exponential backoff: base 1s, capped at 15s
  • Maximum 3 retries

Improves resilience when the database is briefly unavailable at startup.

v3.1.0

Choose a tag to compare

@macielti macielti released this 19 Apr 16:54
v3.1.0
84e5fdd

Added

  • postgresql.component/PostgreSQLPool schema — Prismatic schema alias for org.pg.Pool, to validate pool references in consumer schemas.