Skip to content

Nembrix 0.2.0

Choose a tag to compare

@github-actions github-actions released this 04 Aug 22:32
· 121 commits to main since this release
d3896b7

0.2.0 — changes since v0.1.0

Bug Fixes

  • connections: Verify before saving, keep stored password, + tests (#91)
  • connections: Allow duplicate connection names (#90)
  • connections: Keep Save/Connect clickable and surface why they fail (#89)
  • connections: Show Connect failures in red + don't fail on introspect (#87)
  • postgres: Use unnamed prepared statements so poolers work (#86)
  • postgres: Work through connection poolers (disable prepared-stmt cache) (#85)
  • connections: Clearer message for PgBouncer 'no pool configured' (#84)
  • connections: Short connect-error messages for the small Test area (#82)
  • connections: Actionable error when SSL requires TLS but server lacks it (#81)
  • connections: Align form select + input heights (#76)

Documentation

  • Flat logo, aligned feature cards, real OS icons (#79)
  • Use direct installer download links on the landing page (#78)
  • Add per-OS download section to the landing page (#77)
  • Serve from the nembrix.dev custom domain at root (#74)

Features

  • V0.2.0 — tokio-postgres driver, connection fixes, type safety (#92)