Skip to content

3.0.0

Compare
Choose a tag to compare
@jeremymeng jeremymeng released this 02 Mar 22:17
· 32 commits to master since this release
7f4f3e5
  • Update rhea dependency to the 3.x major version.
  • Update dev dependency typescript to ~4.3.0

Breaking changes

Notable rhea's breaking changes include

  • The TLS options type to Container.listen() now requires a transport property which is either "ssl" or "tls".
  • ConnectionOptions is updated to be more accurate (NetClientConnectionOptions | TlsClientConnectionOptions). Some of its properties, for example, host, port, will only be available in the typing when the type is narrowed down to TlsClientConnectionOptions or TcpNetConnectOpts.