XSplit Broadcaster 歷史版本列表
XSplit Broadcaster 是一個簡單而強大的 Windows 電腦直播和錄製軟件,為世界各地的無數的直播和錄製功率,是與您所愛的視頻遊戲製作豐富的視頻內容的完美選擇. 它比以往更容易添加,調整大小並重新定位您的攝像頭,無論是流媒體還是錄製遊戲。激活色度鍵,使您的廣播更加身臨其境使用綠色屏幕透明效果. 如果 XSplit Broadcaster,是你的畫布,那麼多媒體源是你的油漆。製作廣... XSplit Broadcaster 軟體介紹更新時間:2021-02-18
更新細節:
What's new in this version:
Changed:
crypto:
- add keyObject.export() 'jwk' format option
deps:
- upgrade to libuv 1.41.0
doc:
- add dmabupt to collaborators
- refactor fs docs structure
fs:
- add fsPromises.watch()
- use a default callback for fs.close()
- add AbortSignal support to watch
perf_hooks:
- introduce createHistogram
stream:
- improve Readable.from error handling
timers:
- introduce setInterval async iterator
tls:
- add ability to get cert/peer cert as X509Certificate object
更新時間:2021-02-03
更新細節:
What's new in this version:
- (SEMVER-MINOR) crypto: add generatePrime/checkPrime
- (SEMVER-MINOR) crypto: experimental (Ed/X)25519/(Ed/X)448 support
- deps: upgrade npm to 7.5.0 dds a new npm diff command
- (SEMVER-MINOR) dgram: support AbortSignal in createSocket
- doc: add Zijian Liu to collaborators
- esm: deprecate legacy main lookup for modules
- (SEMVER-MINOR) readline: add history event and option to set initial history
- (SEMVER-MINOR) readline: add support for the AbortController to the question method
更新時間:2021-01-27
更新細節:
What's new in this version:
buffer:
- introduce Blob
- add base64url encoding option
doc:
- add @iansu to collaborators
- add @RaisinTen to collaborators
- add @miladfarca to collaborators
fs:
- allow position parameter to be a BigInt in read and readSync
http:
- attach request as res.req
- expose urlToHttpOptions utility
更新時間:2021-01-15
更新細節:
What's new in this version:
child_process:
- add 'overlapped' stdio flag
- support AbortSignal in fork
crypto:
- implement basic secure heap support
- fixup bug in keygen error handling
- introduce X509Certificate API
- implement randomuuid
doc:
- update release key for Danielle Adams
- add dnlup to collaborators
- add panva to collaborators
- add yashLadha to collaborator
http:
- set lifo as the default scheduling strategy in Agent
net:
- support abortSignal in server.listen
process:
- add direct access to rss without iterating pages
v8:
- fix native serdes constructors
更新時間:2021-01-05
更新細節:
What's new in this version:
Fixed:
CVE-2020-8265: use-after-free in TLSWrap (High):
- Affected Node.js versions are vulnerable to a use-after-free bug in its TLS implementation. When writing to a TLS enabled socket, node::StreamBase::Write calls node::TLSWrap::DoWrite with a freshly allocated WriteWrap object as first argument. If the DoWrite method does not return an error, this object is passed back to the caller as part of a StreamWriteResult structure. This may be exploited to corrupt memory leading to a Denial of Service or potentially other exploits.
CVE-2020-8287: HTTP Request Smuggling in nodejs (Low):
- Affected versions of Node.js allow two copies of a header field in a http request. For example, two Transfer-Encoding header fields. In this case Node.js identifies the first header field and ignores the second. This can lead to HTTP Request Smuggling
更新時間:2020-12-23
更新細節:
What's new in this version:
- Extended support for AbortSignal in child_process and stream
- BigInt support in querystring.stringify()
- Additions to the C++ embedder APIs
- New core collaborator
更新時間:2020-12-09
更新細節:
更新時間:2020-12-09
更新細節:
What's new in this version:
child_processes:
- add AbortSignal support
deps:
- update ICU to 68.1
events:
- support signal in EventTarget
- graduate Event, EventTarget, AbortController
http:
- enable call chaining with setHeader()
module:
- add isPreloading indicator
stream:
- support abort signal
- add FileHandle support to Read/WriteStream
worker:
- add experimental BroadcastChannel
更新時間:2020-11-25
更新細節:
What's new in this version:
Changes:
- (SEMVER-MINOR) dns: add a cancel() method to the promise Resolver
- (SEMVER-MINOR) events: add max listener warning for EventTarget
- (SEMVER-MINOR) http: add support for abortsignal to http.request
- (SEMVER-MINOR) http2: allow setting the local window size of a session
- (SEMVER-MINOR) lib: add throws option to fs.f/l/statSync
- (SEMVER-MINOR) path: add path/posix and path/win32 alias modules
- (SEMVER-MINOR) readline: add getPrompt to get the current prompt
- (SEMVER-MINOR) src: add loop idle time in diagnostic report
- (SEMVER-MINOR) util: add util/types alias module
更新時間:2020-11-17
更新細節:
What's new in this version:
Fixed:
- Denial of Service through DNS request (High). A Node.js application that allows an attacker to trigger a DNS request for a host of their choice could trigger a Denial of service by getting the application to resolve a DNS record with a larger number of responses.