v0.0.4
Pre-release
Pre-release
CHANGELOG
-
Seperate HTTP RPC Call Types into Different Pathnames by @novacbn in #5
-
BREAKING [@enzastdlib/rpc-http] Renamed PROTOCOL_PATHNAME ->
PROTOCOL_NAMESPACE
. -
BREAKING [@enzastdlib/rpc-http] Refactored
PROTOCOL_PATHNAME_PROCEDURES
into an enumeration namedPROTOCOL_PATHNAMES
. -
BREAKING [@enzastdlib/rpc-http] Refactored
HTTPClientOptions.http.endpoint
into the following members:HTTPClientOptions.http.hostname
— Sets the remote hostname.HTTPClientOptions.http.https
— Sets if the connection is over HTTPS.HTTPClientOptions.http.port
— Sets the remote port.HTTPClientOptions.http.endpoints.notifications
— Sets the remote notifications endpoint.HTTPClientOptions.http.endpoints.procedures
— Sets the remote procedures endpoint.
-
[@enzastdlib/rpc-http] Added
ProtocolPathnames
type alias which is a union ofPROTOCOL_PATHNAMES
values.
-
Full Changelog: v0.0.3...v0.0.4