Skip to content

2.0.0 Beta 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@trowski trowski released this 17 Jul 16:25
v2.0.0-beta.1
226053b

Initial release compatible with AMPHP v3.

As with other libraries compatible with AMPHP v3, most cases of parameters or returns of Promise<ResolutionType> have been replaced with ResolutionType.

  • Added template types to interfaces for better type expression on implementations and extensions.
  • TransientResource now extends Amp\Closable
  • Added TransactionIsolation and an enum-based implementation, TransactionIsolationLevel
  • Combined ResultSet and CommandResult into a single interface, Result
  • Renamed ConnectionConfig to SqlConfig
  • Renamed Connector to SqlConnector
  • Renamed FailureException to SqlException