Skip to content

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 09 Aug 10:28
· 2 commits to master since this release
Immutable release. Only release title and notes can be modified.
5600cc1

[1.0.4] - 2026-08-09

Fixed

  • Connection import now handles unencoded special characters (@, #, &, ?, :, /, spaces) in passwords when pasting a URI — no manual percent-encoding required
  • Connection import now resolves the correct host when a URI contains @ in both the password and a query-parameter value (scored candidate parsing instead of rightmost-@ only)
  • Connection import now rejects URIs with invalid ports (0, above 65535, oversized numbers) as unparseable instead of failing with an exception
  • Connection string parsing now honors the sslmode query parameter in URIs (e.g. ?sslmode=require) instead of always defaulting to Prefer

What's Changed

  • Auto encode special characters in passwords when importing uri connection strings by @AlexNek in #9

Full Changelog: v1.0.3...v1.0.4