3.0.0
- 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 atransport
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 toTlsClientConnectionOptions
orTcpNetConnectOpts
.