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
Postgresas a prefix to interfaces and non-extension-specific classes. - Renamed
ConnectionConfigtoPostgresConfig - Removed
TimeoutConnectorin favor ofDefaultPostgresConnector, which has aCancellationparameter onconnect()(useAmp\TimeoutCancellationwith this parameter for similar behavior toTimeoutConnector)