You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed that after upgrading to Deno v1.40.1 several warnings regarding the usage of deprecated Deno APIs appear.
Here is the terminal output after I try to start the server:
%cwarning: %cUse of deprecated "Deno.TcpConn.rid" API. This API will be removed in Deno 2.
undefined
Stack trace:
at ext:deno_node/internal_binding/tcp_wrap.ts:295:14
undefined
%chint: Use `Deno.TcpConn` instance methods instead.
%chint: It appears this API is used by a remote dependency. Try upgrading to the latest version of that dependency.
undefined
%cwarning: %cUse of deprecated "Deno.TcpConn.rid" API. This API will be removed in Deno 2.
undefined
%chint: Use `Deno.TcpConn` instance methods instead.
undefined
%cwarning: %cUse of deprecated "Deno.TcpConn.rid" API. This API will be removed in Deno 2.
undefined
%chint: Use `Deno.TcpConn` instance methods instead.
undefined
The manifest has been generated for 46 routes and 50 islands.
%cwarning: %cUse of deprecated "Deno.TlsConn.rid" API. This API will be removed in Deno 2.
undefined
%chint: Use `Deno.TlsConn` instance methods instead.
undefined
%cwarning: %cUse of deprecated "Deno.TlsConn.rid" API. This API will be removed in Deno 2.
undefined
%chint: Use `Deno.TlsConn` instance methods instead.
undefined
%cwarning: %cUse of deprecated "Deno.TlsConn.rid" API. This API will be removed in Deno 2.
undefined
%chint: Use `Deno.TlsConn` instance methods instead.
undefined
The messages do not really bother me but I just though I should notify somebody about the issue.
The text was updated successfully, but these errors were encountered:
Hello there,
I have noticed that after upgrading to Deno v1.40.1 several warnings regarding the usage of deprecated Deno APIs appear.
Here is the terminal output after I try to start the server:
The messages do not really bother me but I just though I should notify somebody about the issue.
The text was updated successfully, but these errors were encountered: