2.0.0 Beta 1
Pre-release
Pre-release
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
.
- Marked most classes as internal, leaving only interfaces and concrete implementations required to use the API or create a custom connector.
- Added
Postgres
as a prefix to interfaces and non-extension-specific classes. - Renamed
ConnectionConfig
toPostgresConfig
- Removed
TimeoutConnector
in favor ofDefaultPostgresConnector
, which has aCancellation
parameter onconnect()
(useAmp\TimeoutCancellation
with this parameter for similar behavior toTimeoutConnector
)