Skip to content

1.0.1

Choose a tag to compare

@Dorpmaster Dorpmaster released this 10 Jul 09:27
a76e51a

Release 1.0.1

Highlights

This release focuses on compatibility and release-readiness fixes after the initial 1.0.0 line: DBAL quoting support, safer typed parameter compatibility, verified DSN escaping behavior, and documentation cleanup.

Fixed

  • DBAL compatibility: implemented AmpPgConnection::quote()
  • Parameter conversion compatibility: typed INTEGER and BOOLEAN parameters now accept safe canonical string forms for DBAL compatibility
  • Ambiguous parameter values are still rejected explicitly, and PHP loose casting is still not used
  • DsnBuilder escaping behavior verified with live integration coverage against the AMPHP PostgreSQL connection-string parser
  • Documentation and release history aligned with the actual shipped behavior and limitations

Compatibility

Runtime and dependency requirements are unchanged relative to 1.0.0.
This release contains backward-compatible DBAL compatibility improvements.

Upgrade notes

No upgrade actions required.