Skip to content

v0.0.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@novacbn novacbn released this 12 Aug 06:49
6d7b7f9

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 named PROTOCOL_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 of PROTOCOL_PATHNAMES values.

Full Changelog: v0.0.3...v0.0.4